Skip to content
New issue

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

void-variable complication-error-regexp-alist-alist #3

Closed
w-vi opened this issue Sep 26, 2016 · 3 comments
Closed

void-variable complication-error-regexp-alist-alist #3

w-vi opened this issue Sep 26, 2016 · 3 comments

Comments

@w-vi
Copy link
Owner

w-vi commented Sep 26, 2016

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

@w-vi
Copy link
Owner Author

w-vi commented Sep 26, 2016

@cokleisli Please let's continue here.

@w-vi
Copy link
Owner Author

w-vi commented Sep 26, 2016

@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?

@w-vi
Copy link
Owner Author

w-vi commented Oct 19, 2016

Closing as there is no feedback, feel free to reopen.

@w-vi w-vi closed this as completed Oct 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant