[PATCH] Support syntax, case for Cyrillic, Greek; move Latin support to latin.el

Stephen J. Turnbull stephen at xemacs.org
Fri Dec 22 03:42:00 EST 2006


Aidan Kehoe writes:

 > Who understands why \( is preferable to ( in docstrings, by the way? 

Because the "parser" we use for motion and font-lock assumes that any
open block (paren in lisp, brace in C) in column zero is at top level.
If you wrote

DEFUN ("junk", Fjunk, 0, 0, 0, /*
{ brace yourself }
*/

you'd be in a similar situation: font-lock would get hosed.

grep for Alan Mackenzie on recent emacs-devel, there's a long thread
on this brain damage going on there.



More information about the XEmacs-Patches mailing list