help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Emacs freezes


From: Fabio Valeri
Subject: Emacs freezes
Date: Sun, 10 Jun 2007 19:28:32 +0200
User-agent: Thunderbird 1.5.0.12 (Windows/20070509)

Hi,

I would like to use Emacs as editor and to run octave from Emacs. I made good experience with R (ESS) and Emacs. My problem now is that if I want to run octave by using M-x run-octave Emacs freezes. I missed the *Inferior Octave* too. Maybe somebody could give me a hint for this problem?

Thank you for help

- Fabio



I use:
Win XP
GNU Emacs 23.0.0.1 (i386-mingw-nt5.1.2600)  of 2007-01-01 on DTOP
GNU Octave 2.1.73

I did:
---------------------------------------------------
(a) HOME/.emacs
->
(autoload 'run-octave "octave-inf" nil t)
(autoload 'octave-mode "octave-mod" nil t)

(setq auto-mode-alist
   (cons '("\\.m$" . octave-mode) auto-mode-alist))
(add-hook 'octave-mode-hook
   (lambda ()
   (abbrev-mode 1)
   (auto-fill-mode 1)
   (if (eq window-system 'x)
       (font-lock-mode 1))))

(b)
System-PATH contains path of emacs and octave
---------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]