|
Summary : |
Gnu Emacs editing mode for scilab functions (Feb 2000). |
| Description : | For using Scilab mode in Emacs, add something like the
following to your .emacs start-up file:
(global-font-lock-mode t)
(load "scilab")
(setq auto-mode-alist (cons '("\\(\\.sci$\\|\\.sce$\\)" . scilab-mode)
auto-mode-alist))
(setq scilab-mode-hook '(lambda () (setq fill-column 74)))
|
| Corresponding Author : |
Send me an email |
| File Name : | scilab.el |
Reviewer : michiel.asmelash@siemens.com
Very nice Editor
Number of Comments :1