bug-idutils
[Top][All Lists]
Advanced

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

Re: [bug-idutils] idutils.el and Emacs 22


From: Tom Tromey
Subject: Re: [bug-idutils] idutils.el and Emacs 22
Date: Tue, 26 Jun 2007 10:53:57 -0600
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux)

>>>>> "Jim" == Jim Meyering <address@hidden> writes:

Jim> Nice compromise :-)
Jim> I've checked it in.

Thanks.

I noticed today that the last line in the gid buffer is also being
treated as a match by Emacs.  Here's a follow-on patch to fix this.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>

        * lisp/idutils.el (gid-mode-font-lock-keywords): Also match
        "finished".

Index: lisp/idutils.el
===================================================================
RCS file: /sources/idutils/idutils/lisp/idutils.el,v
retrieving revision 1.2
diff -u -r1.2 idutils.el
--- lisp/idutils.el 23 Jun 2007 09:09:27 -0000 1.2
+++ lisp/idutils.el 26 Jun 2007 17:12:23 -0000
@@ -37,7 +37,7 @@
 (defvar gid-command "gid" "The command run by the gid function.")
 
 (defvar gid-mode-font-lock-keywords
-  '(("^\\(Compilation\\|Gid\\) started.*"
+  '(("^\\(Compilation\\|Gid\\) \\(started\\|finished\\).*"
      (0 '(face nil message nil help-echo nil mouse-face nil) t))))
 
 (defvar gid-use-search-in-buffer-name t




reply via email to

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