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

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

Switching on antlr-mode => backtrace


From: Christoph Conrad
Subject: Switching on antlr-mode => backtrace
Date: Sun, 26 Jan 2003 14:21:39 +0100

Hi,

* emacs -q --no-site-file
* load a syntax file for antlr
* File mode specification error: (void-variable c-Java-conditional-key)

there are several other variables used that are not defined in the
whole Emacs elisp tree nor within antlr.

,----
|   ;; copied from `c++-mode'
|   (setq c-conditional-key c-C++-conditional-key
|        c-comment-start-regexp c-C++-comment-start-regexp
|        c-class-key c-C++-class-key
|        c-extra-toplevel-key c-C++-extra-toplevel-key
|        c-access-key c-C++-access-key
|        c-recognize-knr-p nil)
| (setq c-conditional-key c-Java-conditional-key
|      c-comment-start-regexp c-Java-comment-start-regexp
|      c-class-key c-Java-class-key
|      c-method-key nil
|      c-baseclass-key nil
|      c-recognize-knr-p nil
|      c-access-key (and (boundp 'c-Java-access-key) c-Java-access-key))
`----

BTW: CVS Emacs contains v2.1, on Sourceforge is 2.2a.

Beste Grüße,
cu, -cc-
-- 
Computers are useless.  They can only give you answers.
     Pablo Picasso




reply via email to

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