Is there anyone who would like to work on this? I tried contacting Christoph.Wedler@sap.com, who wrote the file antlr-mode.el, but he has not responded. To: emacs-pretest-bug@gnu.org Organization: Church of GNU Emacs X-Public-Key: http://wwwkeys.de.pgp.net:11371/pks/lookup?op=get&search=0x1B488DEA From: Christoph Conrad Date: Sun, 26 Jan 2003 14:21:39 +0100 X-MIME-Autoconverted: from 8bit to quoted-printable by linux.local id h0QDLdQ08620 cc: Christoph.Wedler@sap.com Subject: Switching on antlr-mode => backtrace Reply-To: Christoph Conrad Sender: emacs-pretest-bug-bounces+rms=gnu.org@gnu.org 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 _______________________________________________ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-pretest-bug