[Gd-chatter] r11772 - trunk/gwydion/tools/elisp
hannes at gwydiondylan.org
hannes at gwydiondylan.org
Thu Apr 3 11:57:30 CEST 2008
Author: hannes
Date: Thu Apr 3 11:57:30 2008
New Revision: 11772
Modified:
trunk/gwydion/tools/elisp/README
Log:
Job: minor
add initial dswank documentation here.. including the snippet
which should be copied to .emacs
Modified: trunk/gwydion/tools/elisp/README
==============================================================================
--- trunk/gwydion/tools/elisp/README (original)
+++ trunk/gwydion/tools/elisp/README Thu Apr 3 11:57:30 2008
@@ -7,3 +7,17 @@
(setq load-path (cons "/usr/lib/dylan/elisp" load-path))
(autoload 'dylan-mode "dylan-mode" "Dylan-mode" t)
(setq auto-mode-alist (cons '("\\.dylan\\'" . dylan-mode) auto-mode-alist))
+
+Dylan-slime interface
+---------------------
+
+To enable slime with Open Dylan, compile project dswank
+ (located in fundev/sources/environment/dswank) and
+download slime from
+ cvs -d :pserver:anonymous:anonymous at common-lisp.net:/project/slime/cvsroot co slime
+
+Add the following lines to your .emacs file:
+(add-to-list 'load-path "/path/to/slime/") ; your SLIME directory
+(setq inferior-lisp-program "/path/to/dswank") ; your dswank binary
+(require 'slime)
+(slime-setup '(slime-dylan))
More information about the chatter
mailing list