Ville Skyttä writes:
On Wed, 2002-09-11 at 16:31, Uwe Brauer wrote:
> I upgraded from xemacs-21.1.14 to xemacs-21.4.6. I wanted to customise
> my gnus setting with
> gnus-group-customise, however there was *no* save widget any more!
> I use the gnus version shipped in the xemacs-Sumo package from 7/20/2002.
I don't think this has anything to do with gnus or the XEmacs version,
but:
[...]
> ./configure '--with-mule=no'
[...]
> Window System:
> Compiling in support for the X window system:
> - X Windows headers location: /usr/X11/include
> - X Windows libraries location: /usr/X11/lib
> - Handling WM_COMMAND properly.
> Using Lucid menubars.
> Using Lucid scrollbars.
Your XEmacs doesn't have widgets, that's why you don't see them. To get
widgets, you need to have Motif or Athena available. For example,
install OpenMotif, and configure with:
--with-toolbars=yes \
--with-widgets=motif \
--with-menubars=lucid \
--with-scrollbars=lucid \
--with-dialogs=motif
This configuration option did not work, but according to the INSTALL
file, it should be ok to use (besides this I always did before)
/configure '--with-mule=no' '--with-menubars=lucid'
giving me something like this:
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11/include
- X Windows libraries location: /usr/X11/lib
- Handling WM_COMMAND properly.
Using Lucid menubars.
Using Lucid scrollbars.
Ok I will be a good boy and try athena.