[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mysterious file-error
- From: Guido Van Hoecke <emacs-w3m@xxxxxxxxxxxxx>
- Date: Fri, 01 Jul 2005 09:21:49 +0200
- X-ml-name: emacs-w3m
- X-mail-count: 08221
- References: <br5negt5.fsf@Guido@VanHoecke.org> <b9yfyuzqnom.fsf@jpl.org>
Katsumi Yamaoka <yamaoka@jpl.org> writes:
> directories. However, it seems to be an XEmacs bug if the
> `convert' directory is recognized as executable file. Could you
> try the following form? To do that, copy the line into the
> *scratch* buffer and type the `C-j' key at the end of the line.
>
> (file-executable-p "D:\\ap\\pspad\\convert")
Just did a C-h f for file-executable-p:
`file-executable-p' is a built-in function
(file-executable-p FILENAME)
Documentation:
Return t if FILENAME can be executed by you.
For a directory, this means you can access files in that directory.
This means that as far as XEmacs is concerned, the behaviour is
correct and should report t.
So this is really a bug inside emacs-w3m.
Anyhow, installing ImageMagick, and having the path environment
properly updated as reported in my previous reply, solved my problem.
So I remain a very happy customer :)
Guido.