3 Apr 11:57
r11772 - trunk/gwydion/tools/elisp
From: <hannes <at> gwydiondylan.org>
Subject: r11772 - trunk/gwydion/tools/elisp
Newsgroups: gmane.comp.lang.dylan.gwydion.cvs
Date: 2008-04-03 09:57:30 GMT
Subject: r11772 - trunk/gwydion/tools/elisp
Newsgroups: gmane.comp.lang.dylan.gwydion.cvs
Date: 2008-04-03 09:57:30 GMT
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:
(Continue reading)
RSS Feed