Or, use the Windows "short filename" (obtainable via e.g. 'c:>dir /x'):
(add-to-list 'load-path "C:/progra~1/Emacs/site-lisp/slime-2.0")
(This will be familiar to Corman Lisp users.)
Bill Clementson wrote:
Alternatively, you should be able to just escape the spaces in the path name: (add-to-list 'load-path "C:/Program\ Files/Emacs/site-lisp/slime-2.0")
-- John Pallister john@synchromesh.com