Hello
I have now tested for several your patch, which allows to use
x-symbol in xemacs-21.5.29b mule.
So far I have only found a (silly) annoyance:
when I save a file which is in x-symbol-mode, the cursor
jumps to the end of the buffer and stays there!
Turning of x-symbol-mode and save-buffer behaves as usual.
Of course I can have a small hack like this:
(defun my-save-xemacs21-5 ()
(interactive)
(cond (( emacs-version>= 21 5)
(when x-symbol-mode
(save-excursion
(save-buffer 1)))))
(save-buffer 1))
But I presume there must be a better solution.
Regards
Uwe Brauer
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta