[AUCTeX-devel] Re: Changes in font locking

Robert Pluim rpluim at gmail.com
Tue Mar 13 05:03:15 EDT 2007


Patch to paper over this problem follows.  I suspect that
'copy-syntax-table' is actually at fault, but with this at least the test in
http://mid.gmane.org/cp7323$qm7$1%40sea.gmane.org works.

Robert


Index: subr.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/subr.el,v
retrieving revision 1.39
diff -u -r1.39 subr.el
--- subr.el    2006/08/11 01:30:23    1.39
+++ subr.el    2007/03/13 09:03:05
@@ -607,7 +607,7 @@
        (,old-buffer (current-buffer)))
        (unwind-protect
        (progn
-         (set-syntax-table (copy-syntax-table ,table))
+         (set-syntax-table ,table)
          , at body)
      (save-current-buffer
        (set-buffer ,old-buffer)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xemacs.org/pipermail/xemacs-beta/attachments/20070313/76fb4d72/attachment.html


More information about the XEmacs-Beta mailing list