Re: found .emacs, but doesnt work running lisp
- From: pjb@xxxxxxxxxxxxxxxxx (Pascal J. Bourguignon)
- Date: Wed, 30 Apr 2008 09:46:15 +0200
globalrev <skanemupp@xxxxxxxx> writes:
http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/
followed every step exactly but when i try to run it:
# Restart Emacs, and then run M-x run-lisp to test whether Lisp starts
up.
# Start slime with M-x slime. Happy hacking!
i get no suhc file/directory for both...
Launch emacs.
Switch to the *scratch* buffer.
Type:
inferior-lisp-program C-u C-x C-e
It should insert in the buffer a string containing the path and
arguments of the lisp program you choosed. Check that there is a
program at this path in the MS-Windows-Explorer.
Beware that antislashes are duplicated when strings are displayed:
(insert "abc\\def") C-x C-e inserts: abc\def
--
__Pascal Bourguignon__
.
- References:
- found .emacs, but doesnt work running lisp
- From: globalrev
- found .emacs, but doesnt work running lisp
- Prev by Date: Re: Iteration in lisp
- Next by Date: Re: array initialisation
- Previous by thread: Re: found .emacs, but doesnt work running lisp
- Next by thread: How to make a copy of a list
- Index(es):
Relevant Pages
|