Uwe Brauer writes:
'--with-toolbars=lucid' '--with_menubars=lucid'
But lucid is no longer supported, what would be an
alternative?
Huh? What do you mean Lucid is not supported?
It may not work for --with-widgets (I think it's equivalent to
'athena' though); ./configure --help will tell you exactly what
options are available. I believe athena, motif, and gtk are the
options on X. If you compile with GTK you must use the 'gtk' option
for all GUI things AFAIK. Otherwise it's possible to mix and match
motif and athena (at the cost of some bloat).
If you have a 3d athena available (most common is Xaw3d, but configure
--help will tell you several others are supported if you have them and
their -dev packages installed), --with-athena=3d will make XEmacs look
a lot nicer. (If you use a different 3D Athena, then the '3d' part
will change, eg --with-athena=xaw gives traditional "flat" Athena
widgets.)
BTW are the following options recommendable?
./configure '--extra-verbose'
Only if you like wallowing in autoconf output.
'--dynamic'
A no-op on Linux.
'--error-checking=none' '--debug=no'
These need to be spelled --with-error-checking and --with-debug now, I
think. --with-error-checking=none will speed up XEmacs by 3-5% in
most workloads, and isn't very risky (it's mostly useful to developers
because if XEmacs is going to crash it usually crashes more quickly
and more usefully, but it also can crash when nothing is really
wrong).
I strongly recommend --with-debug=yes if you want useful
help from us in the event of a crash.
'--with-pop'
If you use POP3 mailboxes from VM or Gnus this may be useful.
'--with-file-coding'
You really want --with-mule, which implies --with-file-coding.
'--pdump' '--with-system-malloc'
These are no-ops on Linux (they are the defaults).
'--with_dialogs=athena'
This should match the widget set you specify for --with-widgets.
'--with-xim=xlib'
This probably can't hurt, and you *may* need it for non-English input
(but probably not).
'--with-xfs'
No, don't use this. It conflicts with --with-xft (configure will emit
a fatal error if both are specified, I think), and not at all well-
supported, anyway.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta