The following message is a courtesy copy of an article
that has been posted to gmane.emacs.devel as well.
Hello
the nifty but not much used auto-capitalize.el had a bug in buffers
which are using AUCTeX Latex mode. That bug has been fixed thanks to
Mosè Mosè, but the original code is in emacs wiki and contains some
strange coding and lines
- it starts with
;;; auto-capitalize.el --- Automatically capitalize (or upcase) words
;;; -*-unibyte: t; coding: iso-8859-1;-*-
;; Copyright � 1998,2001,2002,2005 Kevin Rodgers
What would be an more appropriate coding (which should work in GNU emacs,
Xemacs (including Xemacs no mule)?
- more worrying are these lines
(if (featurep 'xemacs)
"\\<\\([A-Z�-��-�]?[a-z�-��-�]+\\.\\)+\\="
"\\<\\([[:upper:]]?[[:lower:]]+\\.\\)+\\=")))
I am not sure they will be sent correctly.
That seems much more an Xemacs issue than GNU emacs. I just want to make
sure what will be the best choice for the coding so that the code keeps
working for newer/older versions of GNU emacs and Xemacs (Mule and no
Mule).
Any advice is appreciated.
thanks
Uwe Brauer
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta