Message-ID: <4176F205.8070209@praesagus.com> Date: Wed, 20 Oct 2004 16:17:25 -0700 From: Shishir Shroff Reply-To: shishir@praesagus.com Organization: Praesagus, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Steve Whiteley CC: Bart Teeuwisse Subject: Emacs library for xic script develpment. Status: RO Hi Steve, Attached is the emacs library that Bart has developed here at Praesagus for Xic script development. It has all the latest function list as of release 2.5-49 (Re release 2). Users need to place this file in some location and point to in the their .emacs file. Below are the lines that would go in the .emacs file to make this mode active. ;;; Xic Mode (setq auto-mode-alist (cons '("\\.scr\\'" . xic-mode) auto-mode-alist)) (setq auto-mode-alist (cons '("library" . xic-mode) auto-mode-alist)) (add-to-list 'load-path (expand-file-name "*[path to xic.el/xic.elc file is located**]*")) (require 'xic) Hope you find this helpful. Shishir -- ====================================================== Shishir B. Shroff (Senior Software Engineer) Praesagus, Inc. 1275 S. Winchester Blvd., #E San Jose, CA 95128 Work - 408 260 7561 Fax - 408 260 7560 Cell - 323 839 8322 ======================================================