GNU bug report logs - #6976
typo in antlr-font-lock-additional-keywords

Previous Next

Package: emacs;

Reported by: Masatake YAMATO <yamato <at> redhat.com>

Date: Fri, 3 Sep 2010 11:54:02 UTC

Severity: normal

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Glenn Morris <rgm <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#6976: closed (typo in antlr-font-lock-additional-keywords)
Date: Wed, 08 Sep 2010 02:45:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 07 Sep 2010 22:46:12 -0400
with message-id <eeeid5gdfv.fsf <at> fencepost.gnu.org>
and subject line Re: bug#6976: typo in antlr-font-lock-additional-keywords
has caused the GNU bug report #6976,
regarding typo in antlr-font-lock-additional-keywords
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
6976: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6976
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Masatake YAMATO <yamato <at> redhat.com>
To: bug-gnu-emacs <at> gnu.org
Subject: typo in antlr-font-lock-additional-keywords
Date: Fri, 03 Sep 2010 20:54:59 +0900 (JST)
Look at `antlr-font-lock-additional-keywords'.
It seems unbound symbol `type-face' is refereed.
I don't know antlr but I guess it should be 
`font-lock-type-face'.


=== modified file 'lisp/progmodes/antlr-mode.el'
*** lisp/progmodes/antlr-mode.el	2010-08-29 16:17:13 +0000
--- lisp/progmodes/antlr-mode.el	2010-09-03 11:46:58 +0000
***************
*** 951,957 ****
        (3 antlr-keyword-face)
        (4 (if (member (match-string 4) '("Lexer" "Parser" "TreeParser"))
  	     antlr-keyword-face
! 	   type-face)))
       (,(lambda (limit)
  	 (antlr-re-search-forward
  	  "\\<\\(header\\|options\\|tokens\\|exception\\|catch\\|returns\\)\\>"
--- 951,957 ----
        (3 antlr-keyword-face)
        (4 (if (member (match-string 4) '("Lexer" "Parser" "TreeParser"))
  	     antlr-keyword-face
! 	   font-lock-type-face)))
       (,(lambda (limit)
  	 (antlr-re-search-forward
  	  "\\<\\(header\\|options\\|tokens\\|exception\\|catch\\|returns\\)\\>"



[Message part 3 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: 6976-done <at> debbugs.gnu.org
Subject: Re: bug#6976: typo in antlr-font-lock-additional-keywords
Date: Tue, 07 Sep 2010 22:46:12 -0400
Thanks; applied.


This bug report was last modified 14 years and 260 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.