Emacs 在 org-mode 中运行 Octave 代码块时会冻结



我的规格:emacs 24.3.1,八度音程 3.8.1

代码示例:

#+name: factor
#+begin_src octave :session *octave* :exports code :results silent
factor=4;
#+end_src

我的 emacs 在M-x run-octave时也会崩溃

鉴于您的 Emacs 和 Octave 版本,您的问题可能是由于 Octave 3.8 提示符的更改尚未在 Emacs 24.3 octave-mode中更新(应该在 24.4 中修复)。尝试将PS1(">> ")添加到~/.octaverc,看看是否可以解决问题。

归 因:

  1. https://savannah.gnu.org/bugs/?41099
  2. 下八度
  3. 冻结

最新更新