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

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

Re: ispell file-error "Setting current directory"


From: Stefan Monnier
Subject: Re: ispell file-error "Setting current directory"
Date: Fri, 03 Dec 2004 16:53:11 GMT
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

>> All I know is
>> Debugger entered--Lisp error: (file-error "Setting current directory"
>> "no such file or directory"
>    "/home/jidanni/http:/www.geocities.com/jidanni/")
>> call-process("ispell" nil t nil "-vv")
>> check-ispell-version()

Where does http:/www.geocities.com/jidanni/ come from?
Obviously the problem is that some piece of code is using a URL for
a file name.

> In the *Backtrace* buffer, point should be at the beginning of the
> call-process() line.  Move to the check-ispell-version() line, and
> please report what these commands display:

> e (current-buffer) RET
> e default-directory RET
> e temporary-file-directory RET

The `e' command does not pay attention to the position of point in the
debugger buffer.


        Stefan




reply via email to

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