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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 6976 in the body.
You can then email your comments to 6976 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6976; Package emacs. (Fri, 03 Sep 2010 11:54:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Masatake YAMATO <yamato <at> redhat.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 03 Sep 2010 11:54:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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\\)\\>"





Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Wed, 08 Sep 2010 02:45:02 GMT) Full text and rfc822 format available.

Notification sent to Masatake YAMATO <yamato <at> redhat.com>:
bug acknowledged by developer. (Wed, 08 Sep 2010 02:45:02 GMT) Full text and rfc822 format available.

Message #10 received at 6976-done <at> debbugs.gnu.org (full text, mbox):

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.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 06 Oct 2010 11:24:03 GMT) Full text and rfc822 format available.

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.