In message <XFMail.980505061923.proteus_at_pcnet.com>, Bob Woodside writes:
=- Sounds like they've changed the way XEmacs sets window titles for
=-the various frames, and you have StartsOnDesk specified for XEmacs. Do a
=-little poking around with FvwmIdent to see what looks different. I still
=-have 19.15, so I can't check this out directly.
It wasn't a StartsOnDesk problem, however it did have to do with the window
title. Thanks to vroonhof_at_math.ethz.ch for the following patch, which made
the problem go away (for me):
--------------
olaf_at_bigred.inka.de (Olaf Titz) writes:
> No, it doesn't use the last buffer's name, or anything set in .emacs
> any more. It uses the fixed string "shell", and this has changed from
> 20.2 to 20.4. At least for me.
File an official bug report if you haven't already done so and apply
this patch (this changed between 20.3 and 20.4). Note that the comment
still applies, be carefull with the the modeline spec.
Index: frame-x.c
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-20/src/frame-x.c,v
retrieving revision 1.30
diff -u -r1.30 frame-x.c
--- frame-x.c 1998/04/07 05:39:41 1.30
+++ frame-x.c 1998/04/21 20:58:50
_at_@ -2038,7 +2038,7 @@
* frame, and that may not have been set up yet. The redisplay
* will update the frame title anyway, so nothing is lost.
*/
- /* update_frame_title (f); */
+ update_frame_title (f);
}
static void
Jan
P.S. Note, the patch is against 21.0b36, you might need to apply it by
hand.
--
.. ..-. ..- -.-. .- -. .-. . .- -.. - .... .. ... --. . - .- .-.. .. ..-. . !!
Bryan Bayerdorffer bryan_at_outer.net bryan_at_spd.analog.com
(Wit's End Computation Center) (Analog Devices)
+1 512-427-1063 +1 512-427-1059 (fax) Bar code: || | |||| || | || || ||||
PGP key via finger O- Rock on completely with some brand-new components
Problem: "Number three engine missing."
Solution: "Engine found on right wing after brief search."
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Tue May 05 1998 - 13:39:13 BST