You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the same errors on railwaymacs' emacs 25 on OSX:
Eval error in the ‘c-lang-defconst’ for ‘c-class-decl-kwds’ in avdl-mode:
Eval error in the ‘c-lang-defconst’ for ‘c-typeless-decl-kwds’ in avdl-mode: [2 times]
Eval error in the ‘c-lang-defconst’ for ‘c-keywords’ in avdl-mode:
Eval error in the ‘c-lang-defconst’ for ‘c-regular-keywords-regexp’ in avdl-mode:
Eval error in the ‘c-lang-defconst’ for ‘c-basic-matchers-before’ in avdl-mode:
Eval error in the ‘c-lang-defconst’ for ‘c-matchers-2’ in avdl-mode:
c-get-lang-constant: ‘c-class-decl-kwds’ got no (prior) value in c++-mode (might be a cyclic reference)
If there's no activity from the author on this, I might fork it and try to fix it.
This would be extremely useful for me. I took a quick stab at fixing, but quickly got out of my depth. Has anyone got it working? I am using GNU Emacs 25.3.1 on cygwin
Hi,
When I load avdl-mode.el in my emacs (24.4.50.1 running on Mac OS Yosemite) I get the following error:
Debugger entered--Lisp error: (error "
c-class-decl-kwds' got no (prior) value in c++-mode (might be a cyclic reference)") signal(error ("
c-class-decl-kwds' got no (prior) value in c++-mode (might be a cyclic reference)"))byte-code("\303\304� #\210\305�!\210\306\n@\nA"\207" [sym mode err message "Eval error in the
c-lang-defconst' for
%s' in %s:" makunbound signal] 4)c-get-lang-constant(c-matchers-2 (cc-fonts) avdl-mode)
(defconst avdl-font-lock-keywords-2 (c-get-lang-constant (quote c-matchers-2) (quote (cc-fonts)) (quote avdl-mode)) "Fast normal highlighting for AVDL mode.")
eval-buffer(#<buffer load> nil "/Users/marcelbecker/Dropbox/.emacs.d/emacs-avro/avdl-mode.el" nil t) ; Reading at buffer position 1654
load-with-code-conversion("/Users/marcelbecker/Dropbox/.emacs.d/emacs-avro/avdl-mode.el" "/Users/marcelbecker/Dropbox/.emacs.d/emacs-avro/avdl-mode.el" nil nil)
load("/Users/marcelbecker/Dropbox/.emacs.d/emacs-avro/avdl-mode.el" nil nil t)
load-file("
/Dropbox/.emacs.d/emacs-avro/avdl-mode.el")/Dropbox/.emacs.d/emacs-avro/avdl-mode.el")funcall-interactively(load-file "
call-interactively(load-file record nil)
command-execute(load-file record)
execute-extended-command(nil "load-file")
funcall-interactively(execute-extended-command nil "load-file")
call-interactively(execute-extended-command nil nil)
command-execute(execute-extended-command)
The text was updated successfully, but these errors were encountered: