stan-dev / stan-mode

Emacs mode for Stan.
GNU General Public License v3.0
71 stars 15 forks source link

error during flyspell initialization #37

Closed tpapp closed 9 years ago

tpapp commented 9 years ago

Backtrace:

Debugger entered--Lisp error: (error "Command executable for syntax checker stan-stanc must be a string: stan-stanc-bin")
  signal(error ("Command executable for syntax checker stan-stanc must be a string: stan-stanc-bin"))
  error("Command executable for syntax checker %s must be a string: %S" stan-stanc stan-stanc-bin)
  flycheck-define-command-checker(stan-stanc "A Stan syntax checker using stanc\n\nSee http://mc-stan.org/cmdstan.html" :command (stan-stanc-bin source) :error-patterns ((error line-start "Input file=" (file-name) "\n" (zero-or-more anything) "SYNTAX ERROR" (one-or-more not-newline) "\n" (message (one-or-more anything)) "ERROR at line " line)) :modes stan-mode :next-checkers nil)
  (progn (progn (custom-declare-variable (quote flycheck-stan-stanc-executable) (quote nil) "The executable of the stan-stanc syntax checker.\n\nEither a string containing the name or the path of the\nexecutable, or nil to use the default executable from the syntax\nchecker declaration.\n\nThe default executable is stan-stanc-bin." :type (quote (choice (const :tag "Default executable" nil) (string :tag "Name or path"))) :group (quote flycheck-executables) :risky t)) (flycheck-define-command-checker (quote stan-stanc) "A Stan syntax checker using stanc\n\nSee http://mc-stan.org/cmdstan.html" :command (quote (stan-stanc-bin source)) :error-patterns (quote ((error line-start "Input file=" (file-name) "\n" (zero-or-more anything) "SYNTAX ERROR" (one-or-more not-newline) "\n" (message (one-or-more anything)) "ERROR at line " line))) :modes (quote stan-mode) :next-checkers (quote nil)))
  eval-buffer(#<buffer  *load*-126489> nil "/home/tamas/.emacs.d/elpa/stan-mode-20141220.2332/stan-mode.el" nil t)  ; Reading at buffer position 15583
  load-with-code-conversion("/home/tamas/.emacs.d/elpa/stan-mode-20141220.2332/stan-mode.el" "/home/tamas/.emacs.d/elpa/stan-mode-20141220.2332/stan-mode.el" nil t)
  (stan-snippets-initialize)
  (lambda nil (stan-snippets-initialize))()
  funcall((lambda nil (stan-snippets-initialize)))
  mapc(funcall ((lambda nil (stan-snippets-initialize))))
  do-after-load-evaluation("/home/tamas/.emacs.d/elpa/yasnippet-20141117.327/yasnippet.elc")
  require(yasnippet)
  eval-buffer(#<buffer  *load*-54291> nil "/home/tamas/.emacs.d/elpa/stan-mode-20141220.2332/stan-mode.el" nil t)  ; Reading at buffer position 2128
  load-with-code-conversion("/home/tamas/.emacs.d/elpa/stan-mode-20141220.2332/stan-mode.el" "/home/tamas/.emacs.d/elpa/stan-mode-20141220.2332/stan-mode.el" nil t)
  require(stan-mode)
  eval-buffer(#<buffer  *load*-494727> nil "/home/tamas/.emacs.d/setup/28-stan.el" nil t)  ; Reading at buffer position 69
  load-with-code-conversion("/home/tamas/.emacs.d/setup/28-stan.el" "/home/tamas/.emacs.d/setup/28-stan.el" nil nil)
  load("/home/tamas/.emacs.d/setup/28-stan.el")
  mapc(load ("/home/tamas/.emacs.d/setup/00-packages.el" "/home/tamas/.emacs.d/setup/01-environment.el" "/home/tamas/.emacs.d/setup/02-editing.el" "/home/tamas/.emacs.d/setup/03-appearance.el" "/home/tamas/.emacs.d/setup/04-autoinsert.el" "/home/tamas/.emacs.d/setup/11-lisp.el" "/home/tamas/.emacs.d/setup/12-dired.el" "/home/tamas/.emacs.d/setup/13-org.el" "/home/tamas/.emacs.d/setup/14-org-publishing.el" "/home/tamas/.emacs.d/setup/15-mu4e.el" "/home/tamas/.emacs.d/setup/16-highlight.el" "/home/tamas/.emacs.d/setup/17-workgroups.el" "/home/tamas/.emacs.d/setup/18-reduced-blank-line.el" "/home/tamas/.emacs.d/setup/21-maxima.el" "/home/tamas/.emacs.d/setup/22-scss.el" "/home/tamas/.emacs.d/setup/23-auctex.el" "/home/tamas/.emacs.d/setup/24-setup-magit.el" "/home/tamas/.emacs.d/setup/25-utilities.el" "/home/tamas/.emacs.d/setup/26-gnus.el" "/home/tamas/.emacs.d/setup/27-ess.el" "/home/tamas/.emacs.d/setup/28-stan.el" "/home/tamas/.emacs.d/setup/30-fixes.el" "/home/tamas/.emacs.d/setup/31-axiom.el" "/home/tamas/.emacs.d/setup/33-julia.el"))
  eval-buffer(#<buffer  *load*> nil "/home/tamas/.emacs.d/init.el" nil t)  ; Reading at buffer position 228
  load-with-code-conversion("/home/tamas/.emacs.d/init.el" "/home/tamas/.emacs.d/init.el" t t)
  load("/home/tamas/.emacs.d/init" t t)
  #[0 "\205\262
jrnold commented 9 years ago

I reverted it back to an earlier commit which should fix all these issues introduced when I tried to consolidate the packages.