help-octave
[Top][All Lists]
Advanced

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

Re: Emacs freezes


From: Guillem Borrell i Nogueras
Subject: Re: Emacs freezes
Date: Sun, 10 Jun 2007 21:14:38 +0200
User-agent: KMail/1.9.5

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


reply via email to

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