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

failure in ob-ipython--configure-kernel - symbol names and values #154

Open
RockyRoad29 opened this issue Jan 22, 2018 · 2 comments
Open

Comments

@RockyRoad29
Copy link

Using the ipython layer from spacemacs, I'm getting errors since last update (today). One concerns ob-ipython, with this stacktrace:

  intern(sh)
  ob-ipython--configure-kernel(("bash" . "bash"))
  mapcar(ob-ipython--configure-kernel (("javascript" . "javascript") ("bash" . "bash") ("sagemath" . "") ("python2" . "python") ("ir" . "R") ("clojure" . "clojure") ("octave" . "octave") ("julia-0.5" . "julia") ("python3" . "python") ("python2-sys" . "python")))
  -map(ob-ipython--configure-kernel (("javascript" . "javascript") ("bash" . "bash") ("sagemath" . "") ("python2" . "python") ("ir" . "R") ("clojure" . "clojure") ("octave" . "octave") ("julia-0.5" . "julia") ("python3" . "python") ("python2-sys" . "python")))
  ob-ipython-auto-configure-kernels()
  run-hooks(change-major-mode-after-body-hook text-mode-hook outline-mode-hook org-mode-hook)
  apply(run-hooks (change-major-mode-after-body-hook text-mode-hook outline-mode-hook org-mode-hook))
  run-mode-hooks(org-mode-hook)
  org-mode()
  set-auto-mode-0(org-mode nil)
  set-auto-mode()
  normal-mode(t)
  after-find-file(nil t)
  find-file-noselect-1(#<buffer my-spacemacs-issues.org> "~/Devlp/emacs/spacemacs/my-spacemacs-issues-and-solutions/my-spacemacs-issues.org" nil nil "~/Devlp/emacs/spacemacs/my-spacemacs-issues-and-solutions/my-spacemacs-issues.org" (27870367 2058))
  find-file-noselect(#("/home/mich/Devlp/emacs/spacemacs/my-spacemacs-issues-and-solutions/my-spacemacs-issues.org" 0 90 (match-part "/home/mich/Devlp/emacs/spacemacs/my-spacemacs-issues-and-solutions/my-spacemacs-issues.org")))
  mapcar(find-file-noselect (#("/home/mich/Devlp/emacs/spacemacs/my-spacemacs-issues-and-solutions/my-spacemacs-issues.org" 0 90 (match-part "/home/mich/Devlp/emacs/spacemacs/my-spacemacs-issues-and-solutions/my-spacemacs-issues.org"))))
  (let* ((files (helm-marked-candidates)) (buffers (mapcar (quote find-file-noselect) files))) (spacemacs//helm-open-buffers-in-windows buffers))
  (lambda (candidate) (let* ((files (helm-marked-candidates)) (buffers (mapcar (quote find-file-noselect) files))) (spacemacs//helm-open-buffers-in-windows buffers)))(#("/home/mich/Devlp/emacs/spacemacs/my-spacemacs-issues-and-solutions/my-spacemacs-issues.org" 0 90 (match-part "/home/mich/Devlp/emacs/spacemacs/my-spacemacs-issues-and-solutions/my-spacemacs-issues.org")))
  helm-execute-selection-action-1()
  helm-execute-selection-action()
  helm-internal(helm-source-recentf nil nil nil nil "*helm recentf*" nil nil nil)
  apply(helm-internal (helm-source-recentf nil nil nil nil "*helm recentf*" nil nil nil))
  helm(helm-source-recentf nil nil nil nil "*helm recentf*" nil nil nil)
  apply(helm (helm-source-recentf nil nil nil nil "*helm recentf*" nil nil nil))
  helm(:sources helm-source-recentf :ff-transformer-show-only-basename nil :buffer "*helm recentf*")
  helm-recentf()
  funcall-interactively(helm-recentf)
  call-interactively(helm-recentf nil nil)
  command-execute(helm-recentf)

the error emits the message:
debugger-eval-expression: Symbol’s value as variable is void: sh

Actually when trying to initialize 'mode variable, #'intern is called with a symbol name, whereas it expects a string. At this stage, all /cdr/ of the alist org-src-lang-modes are symbols.

@lujianmei
Copy link

I got the same error. Pls help

@archcst
Copy link

archcst commented Sep 27, 2018

Same error..
Will be fixed?

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

3 participants