[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#17812: 24.3; failed to eval run-octave
From: |
Leo Liu |
Subject: |
bug#17812: 24.3; failed to eval run-octave |
Date: |
Thu, 19 Jun 2014 23:11:24 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (CentOS 6.5) |
On 2014-06-19 15:38 +0800, Knavers ouyang wrote:
> emacs -Q
> M-x run-octave ;; now emacs keeps busy until you press C-g to cancel.
> C-g ;; now there is a buffer named *Inferior Octave* indeed.
> M-x run-octave ;; split window, popup *Inferior Octave*
> C-x o ;; switch back to *scratch* buffer
> M-x octave-mode ;;
> 1+2 ;; goto octave mode and enter some text.
> C-c TAB C-l ;; octave-send-line. Now emacs keeps busy until you send C-g.
I suspect this is fixed in the octave.el in 24.4, which should also work
with 24.3. Could you grab and try it?
Leo