Pekka Marjola <pema(a)iki.fi> writes:
>>>>> "Kyle" == Kyle Jones
<kyle_jones(a)wonderworks.com> writes:
Kyle> I vaguely remember something about "session support" code being
Kyle> added to XEmacs, but few people actually using it. Magnant's
Kyle> XEmacs might be built without this code. It used to be configured
Kyle> using --with-session, but that option is gone now. The only
Kyle> thing that looks related is --with-wmcommand.
Using the old configure option --with-session (or new
--with-wmcommand) means that DEVICE_X_WM_COMMAND_FRAME is not set.
This is default in 21.1/21.2. (The command is set for device (with
XSetCommand), not for frames themselves.) (It also means that -xrm
"*Desk: 1" does not work for fvwm anymore.)
OK, thanks (I am afraid I don't actually understand this :-( )
is this a feature or something that needs fixing?
Compiling --with-session=no should help.
ok, I told the user to try that.
Gunnar