>>>>> "Jim" == Jim Meyering <[EMAIL PROTECTED]> 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  <[EMAIL PROTECTED]>

        * 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


_______________________________________________
bug-idutils mailing list
bug-idutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-idutils

Reply via email to