Some newbie questions. I have been trying to get Tim's emacs mode to load but I get the following error on startup. Using emacs 21.3 on Windows. I also got this error on Linux.
Anyone any ideas?Debugger entered--Lisp error: (error "Invalid escape character syntax")
eval-buffer(#<buffer *load*<2>> nil "nl-docstrings" nil t)
load-with-code-conversion("c:/home/emacs-21.3/lisp/nl-docstrings.el" "nl-docstrings" nil t)
require(nl-docstrings)
eval-buffer(#<buffer *load*> nil "~/.emacs" nil t)
load-with-code-conversion("c:/.emacs" "~/.emacs" t t)
load("~/.emacs" t t)
I have hacked scheme.el in the mean time and it seems to be working ok.
What I would like to have is a key sequence which would load the current buffers file into a running newLisp instance in another buffer, is this possible?
I would also like to have a key sequnce to show documentation for the function my cursor is currently at.
Has anyone anything like this running that they could share with us newLisp/emacs newbies in the crowd?
Thanks.