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

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

Re: [h-e-w] Asking for help on 2 problems (ange-ftp, file dir)


From: Jason Rumney
Subject: Re: [h-e-w] Asking for help on 2 problems (ange-ftp, file dir)
Date: 29 Oct 2002 19:27:01 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

"Jie Wu" <address@hidden> writes:

> But emacs told me that it requires ange-ftp. I suppose this is
> required by the cygwin-mount (is it? i'm not sure.) so i installed
> and byte-compiled the ange-ftp in the site-lisp dir

ange-ftp comes with Emacs. You should not need to install it
separately. Maybe the version you installed is incompatible with Emacs-21.2.

> ------
> Debugger entered--Lisp error: (void-function ange-ftp-run-real-handler)
>   byte-code("ÂÃ!,HA(BBÄKÂ,G"(B [current-load-list
> cygwin-original-ange-ftp-handler require ange-ftp
> ange-ftp-run-real-handler] 2)
>   require(cygwin-mount)
>   eval-buffer(#<buffer  *load*> nil "~/.emacs" nil t)
>   load-with-code-conversion("z:/.emacs" "~/.emacs" t t)
>   load("~/.emacs" t t)
>   #[nil ",T.........
>   command-line()
>   normal-top-level()
> ------
> 
> What does this error mean?

It means the function ange-ftp-run-real-handler is not
loaded. Probably cygwin-mount should (require 'ange-ftp) before
trying to use it, or maybe the version of ange-ftp you have does not
define that function.

> 2. i created a new file "C:\test.txt" and did some edition. After that I
> tried to save the file. But the following error is given:
> 
> ------
> basic-save-buffer-2:
> c:/Programs/emacs-21.2/bin/c:/Programs/emacs-21.2/bin/c:/Programs/emacs-
> 21.2/bin/c:/test.txt: no such directory
> ------

Probably as a result of the ange-ftp/cygwin-mount problems above.






reply via email to

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