emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: paren match highlighting is slightly broke


From: Stefan Monnier
Subject: Re: paren match highlighting is slightly broke
Date: 19 Aug 2004 18:20:16 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>    BEGIN   BEGIN   BEGIN  !END!  END  END   END

I managed to reproduce this problem and I believe the fix below that I jus
installed fixes it.  AFAIK this bug was already in Emacs-21.1, so I'm not
sure if it really fixes your problems, or if some lucky circumstance
prevents it from having any effect in Emacs-21.1.
Please try it,


        Stefan


--- syntax.c    19 aoû 2004 14:54:44 -0400      1.176
+++ syntax.c    19 aoû 2004 18:14:35 -0400      
@@ -673,7 +673,7 @@
     {
       from = comstart_pos;
       from_byte = comstart_byte;
-      /* Globals are correct now.  */
+      UPDATE_SYNTAX_TABLE_FORWARD (from - 1);
     }
   else
     {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]