help-octave
[Top][All Lists]
Advanced

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

Re: Emacs freezes


From: Fabio Valeri
Subject: Re: Emacs freezes
Date: Sun, 10 Jun 2007 22:38:49 +0200
User-agent: Thunderbird 1.5.0.12 (Windows/20070509)

Hello Guillem,

thank you for your answer. I use a windows version of Octave which gives me a Octave-terminal on Windows. So I supposed that I could combine emacs and octave. I wanted to avoid using cygwin because
- I am not familiar to cygwin
- In the consulted octave documentation there were no mention of cygwin
- R (Statistics) works with Emacs

If there is no other way I will run octave on cygwin.

- Fabio

PS: What is the

Guillem Borrell i Nogueras schrieb:
CVS emacs compiled with mingw + Octave (Cygwin). I don't think this is a good combination.

If you REALLY need to use octave in windows you can run both applications into cygwin.

On Sunday 10 June 2007 19:28, Fabio Valeri wrote:
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
---------------------------------------------------

_______________________________________________
Help-octave mailing list
address@hidden
https://www.cae.wisc.edu/mailman/listinfo/help-octave
_______________________________________________
Help-octave mailing list
address@hidden
https://www.cae.wisc.edu/mailman/listinfo/help-octave




reply via email to

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