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

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

compilation-directory-matcher


From: SAITO Takuya
Subject: compilation-directory-matcher
Date: Sun, 17 Apr 2005 16:20:47 +0900 (JST)

When I customize compilation-directory-matcher to track multiple type
of directory change message, error message is displayed like this:

error in process filter: font-lock-fontify-keywords-region: No match 2 in 
highlight (2 (compilation-directory-properties 2 1) t)

I think LAXMATCH of MATCHER for compilation-directory-matcher should be non-nil
like below patch.

Index: lisp/progmodes/compile.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/compile.el,v
retrieving revision 1.351
diff -u -r1.351 compile.el
--- lisp/progmodes/compile.el   10 Apr 2005 06:19:30 -0000      1.351
+++ lisp/progmodes/compile.el   17 Apr 2005 06:22:11 -0000
@@ -710,7 +710,7 @@
                        `(,(car elt)
                          (compilation-directory-properties
                           ,(car elt) ,(cdr elt))
-                         t))
+                         t t))
                      (cdr compilation-directory-matcher)))))

      ;; Compiler warning/error lines.



In GNU Emacs 22.0.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2005-04-17 on reed
Distributor `The X.Org Foundation', version 11.0.60700000
configured using `configure '--prefix=/usr' '--libexecdir=/usr/lib' 
'--localstatedir=/var' '--infodir=/usr/lib/emacs/22.0.50/info' 
'--with-x-toolkit=athena' '--without-xim''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: ja_JP.eucJP
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: C
  value of $LANG: ja_JP.eucJP
  locale-coding-system: japanese-iso-8bit
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  mouse-wheel-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  line-number-mode: t
  next-error-follow-minor-mode:  Fol




reply via email to

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