We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting the following error when launching emacs as follows:
emacs bar.apib
`Debugger entered--Lisp error: (void-variable compilation-error-regexp-alist-alist) (member (quote (apib "^(?:warning|error):.+?line ([0-9]+), column ([0-9]+) - line ([0-9]+), column ([0-9]+).$" apib--error-filename 3 4)) compilation-error-regexp-alist-alist) (if (member (quote (apib "^(?:warning|error):.+?line ([0-9]+), column ([0-9]+) - line ([0-9]+), column ([0-9]+).$" apib--error-filename 3 4)) compilation-error-regexp-alist-alist$ (progn (if (member (quote (apib "^(?:warning|error):.+?line ([0-9]+), column ([0-9]+) - line ([0-9]+), column ([0-9]+).$" apib--error-filename 3 4)) compilation-error-regexp-alis$ (eval-after-load "compilation" (progn (if (member (quote (apib "^(?:warning|error):.+?line ([0-9]+), column ([0-9]+) - line ([0-9]+), column ([0-9]+).$" apib--error-filename 3 4)$ (let ((delay-mode-hooks t)) (markdown-mode) (setq major-mode (quote apib-mode)) (setq mode-name "apib") (progn (if (get (quote markdown-mode) (quote mode-class)) (put (quote apib-mode) (quote mode-clas$ (progn (make-local-variable (quote delay-mode-hooks)) (let ((delay-mode-hooks t)) (markdown-mode) (setq major-mode (quote apib-mode)) (setq mode-name "apib") (progn (if (get (quote markdown-mode) (quot$ apib-mode() set-auto-mode-0(apib-mode nil) set-auto-mode() normal-mode(t) after-find-file(t t) find-file-noselect-1(# "/Development/blueprints/bar.apib" nil nil "/Development/blueprints/bar.apib" nil) find-file-noselect("/Development/blueprints/bar.apib" nil nil t) find-file("/Development/blueprints/bar.apib" t) call-interactively(find-file nil nil)
REPOST from : apiaryio/api-blueprint#350
The text was updated successfully, but these errors were encountered:
@cokleisli Please let's continue here.
Sorry, something went wrong.
@cokleisli I can't reproduce it, what emacs version are you using? Also can you provide me with the relevant bit of init.el or .emacs file?
init.el
.emacs
Closing as there is no feedback, feel free to reopen.
No branches or pull requests
I'm getting the following error when launching emacs as follows:
emacs bar.apib
`Debugger entered--Lisp error: (void-variable compilation-error-regexp-alist-alist)$" apib--error-filename 3 4)) compilation-error-regexp-alist-alist$ $" apib--error-filename 3 4)$
(member (quote (apib "^(?:warning|error):.+?line ([0-9]+), column ([0-9]+) - line ([0-9]+), column ([0-9]+).$" apib--error-filename 3 4)) compilation-error-regexp-alist-alist)
(if (member (quote (apib "^(?:warning|error):.+?line ([0-9]+), column ([0-9]+) - line ([0-9]+), column ([0-9]+).
(progn (if (member (quote (apib "^(?:warning|error):.+?line ([0-9]+), column ([0-9]+) - line ([0-9]+), column ([0-9]+).$" apib--error-filename 3 4)) compilation-error-regexp-alis$
(eval-after-load "compilation" (progn (if (member (quote (apib "^(?:warning|error):.+?line ([0-9]+), column ([0-9]+) - line ([0-9]+), column ([0-9]+).
(let ((delay-mode-hooks t)) (markdown-mode) (setq major-mode (quote apib-mode)) (setq mode-name "apib") (progn (if (get (quote markdown-mode) (quote mode-class)) (put (quote apib-mode) (quote mode-clas$
(progn (make-local-variable (quote delay-mode-hooks)) (let ((delay-mode-hooks t)) (markdown-mode) (setq major-mode (quote apib-mode)) (setq mode-name "apib") (progn (if (get (quote markdown-mode) (quot$
apib-mode()
set-auto-mode-0(apib-mode nil)
set-auto-mode()
normal-mode(t)
after-find-file(t t)
find-file-noselect-1(# "
/Development/blueprints/bar.apib" nil nil "/Development/blueprints/bar.apib" nil)find-file-noselect("
/Development/blueprints/bar.apib" nil nil t)/Development/blueprints/bar.apib" t)find-file("
call-interactively(find-file nil nil)
REPOST from : apiaryio/api-blueprint#350
The text was updated successfully, but these errors were encountered: