Re: found .emacs, but doesnt work running lisp



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__
.



Relevant Pages

  • found .emacs, but doesnt work running lisp
    ... # Restart Emacs, and then run M-x run-lisp to test whether Lisp starts ... # Start slime with M-x slime. ...
    (comp.lang.lisp)
  • Re: developing a new mode, how to re-load?
    ... Torsten> it i need to restart xemacs. ... You can just load the file with M-x load-file; ... restart emacs because you changed a bit of elisp you are writing. ... if i have questions related to lisp ...
    (comp.emacs.xemacs)