help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How can I load path in MS WindowsXP


From: address@hidden
Subject: How can I load path in MS WindowsXP
Date: Tue, 21 Oct 2008 06:29:11 -0700 (PDT)
User-agent: G2/1.0

I get the emacs-22.3-bin-i386.zip from ftp.gnu.org/pub/GNU/emacs/
windows, set the environmental variable 'HOME = C:\Documents and
Settings\MyName' , write
"(setq load-path (append load-path '(" ~/Emacs_tools/com-el")))
  (require 'browse-kill-ring)"
in the file  C:\Documents and Settings\MyName\.emacs. And put the file
browse-kill-ring.el in “C:\Documents and Settings\MyName\Emacs_tools
\com-el”.

Then I run the emacs --debug-init, and a error happened. It shows like
this :
"Debugger entered--Lisp error: (file-error "Cannot open load file"
"browse-kill-ring")
  require(browse-kill-ring)
  eval-buffer(#<buffer  *load*> nil "c:/Documents and Settings/
Jebel/.emacs" nil t)  ; Reading at buffer position 1126
  load-with-code-conversion("c:/Documents and Settings/Jebel/.emacs"
"c:/Documents and Settings/Jebel/.emacs" t t)
  load("~/.emacs" t t)"

I have also tried (setq load-path (append load-path '(" c:/Documents
and Settings/Jebel/Emacs_tools/com-el"))) , and it doesn't work too.
How can I load the path? Thanks a lot.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]