|
|
||||||
|
#1
|
|
|
|
|
[url down]
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... |
|
|
|
#2
|
|
|
|
|
On Apr 29, 7:19 pm, globalrev <skanem> wrote:
> [..] > > 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... M-x whatever doesn't mean any directories or files, but emacs commands (and M-x stands for meta-x, which on Windows usually is [ALT]+x). So press [ALT]+x and then enter the command (run-lisp or slime in this case). I hope this isn't too basic, but it seems you haven't got to grips with some Emacs basics yet. |
|
#3
|
|
|
|
|
globalrev <skanemupp> writes:
> [..] > > 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 |
|
|
| Similar Threads | |
| how is emacs lisp syntax colored in emacs-lisp-mode? when coding elisp, lately i find myself using camelCase style for my own function and variable names. Because i find that easier to distinguish from built-in... |
|
| How do I kill an inferior Lisp process running in Emacs? Using SLIME, if that makes any difference. I'm just looking for a way to completely reset the world that doesn't involve me killing Emacs. |
|
| Nested Lambda function gives error in common lisp, guile, emacs lisp but works in scheme. Why? Please explain the below errors: guile> (((lambda (a) (lambda (b) (list a b))) 1) 2) (1 2) i i i i i i i ooooo o ooooooo ooooo ooooo I I I I I I I ... |
|
| Emacs Lisp & Common Lisp A question: If I try to learn Emacs Lisp while also learning Common Lisp, am I going to damage my understanding of either in some way? |
|
| Windows config file not found--fix 307545 doesnt work I getting the windows\system32\config not found fimessages and i have tried the fix mention in previous threads but it doesnt seem to work. The first time I tried it i got... |
|
|
All times are GMT. The time now is 09:45 PM. | Privacy Policy
|