help-gnu-emacs
[Top][All Lists]
Advanced

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

Running Scilab in an emacs buffer - hangs


From: PetePJK
Subject: Running Scilab in an emacs buffer - hangs
Date: Sat, 14 Jan 2006 16:32:36 +0100

scilab.el - SCILAB INTEGRATED SHELL, EDITING AND  HELP in GNU-Emacs/Xemacs
$Revision: 1.32 $
Copyright (C) 2001 Alexander Vigodner
Windows XP emacs-21.3

I have set up the above scilab.el as per instructions, but when the comint
buffer opens from (scilab-shell), instead of Scilab printing:
        ___________________________________________
                         scilab-3.0

                  Copyright (c) 1989-2004
              Consortium Scilab (INRIA, ENPC)
        ___________________________________________
Startup execution:
 loading initial environment
-->

 It just prints:

 Startup execution:
 loading initial environment


 (scilab-shell) calls (scilab-shell-mode) which has a loop which calls
(accept-process-output) until an empty --> prompt appears.
Consequently the whole thing hangs up.

Perhaps the initial header and the input prompt are written to a different
file or unit?

If I comment out the offending lines that cause the hang and run
(list-processes) I get
Proc         Status   Buffer         Tty         Command
----         ------   ------         ---         -------
Scilab      run      *Scilab*      (none)
c:\Programmi\scilab-3.0\bin\Scilex.exe -nw

I used to run Matlab in a buffer some years back and loved it - hope someone
can help me sort this out.

Thanks

Pete





reply via email to

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