[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs-w3m with XEmacs 21.4.15 on Windows (native, not Cygwin)
ちょうど今,私もこのパッチを検討中だったんですが,
>> On Thu, 22 Apr 2004 20:10:57 +0900
>> yamaoka@jpl.org (Katsumi Yamaoka) said as follows:
>By the way, there is a long-standing item in our todo list; it may be
>wrong to use the file-name functions (including expand-file-name) for
>url strings.
あらゆる所で (let ((directory-sep-char ?/)) ...) すれば
[emacs-w3m:04799] は解決ってことになるのでしょうか?
(defmacro w3m-file-name-directory (filename)
`(let ((directory-sep-char ?/))
(file-name-directory ,filename)))
てな具合いに.
--
土屋 雅稔 ( TSUCHIYA Masatoshi )