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


Your comments

Reviewer : michiel.asmelash@siemens.com
Very nice Editor		

Current Rating : Number of Comments :1

Leave your comment

Your email address :
Your rate : Love it  Useful Just OK none
Comments :


Confirmation code :

Enter the code exactly as you see it.
The code isn't case sensitive.