Peter Brown writes:
Andy Piper writes:
> At 02:52 PM 7/29/01 +1000, Peter Brown wrote:
> >its probably not really a bug but could be annoying for a newbie without
> >optional x libs installed
> >when they start their funky new editor only to discover the widgets dont
> >show up
>
> I think it is a bug.
yeah now that i think about it you are right it is a bug
we cant have nubie users getting confused right from the start
ill have a look at the configure script and see if i can work out how to autodetect
athena by default
optional patch for the athena widgets problem describe in my last email
Index: configure
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs/configure,v
retrieving revision 1.147.2.3
diff -u -c -r1.147.2.3 configure
*** configure 2001/07/28 11:46:05 1.147.2.3
--- configure 2001/07/29 07:25:30
***************
*** 236,242 ****
with_site_modules='yes'
with_menubars=''
with_scrollbars=''
! with_widgets=''
with_dialogs=''
with_file_coding=''
cpp='' cppflags='' libs='' ldflags=''
--- 236,242 ----
with_site_modules='yes'
with_menubars=''
with_scrollbars=''
! with_widgets='athena'
with_dialogs=''
with_file_coding=''
cpp='' cppflags='' libs='' ldflags=''
--
-------------------------------------------------------------------------
Peter Brown
Web Programmer/Sys Admin/Apache Admin Education Development Web
peter(a)edw.com.au
www.edw.com.au
rendhalver(a)users.sourceforge.net
There are only two things that are infinite,
the universe and human stupidity,
and i am not certain about the former
- Albert Einstein
-------------------------------------------------------------------------