[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)
>>>>> In [emacs-w3m : No.06686] 土屋さん wrote:
> ちょうど今,私もこのパッチを検討中だったんですが,
>>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)))
> てな具合いに.
XEmacs on Windows native は消してしまったんですが、明日にも試し
てみようと思っています。
::: fileio.c :::
#ifdef WIN32_NATIVE
Vdirectory_sep_char = make_char ('\\');
#else
Vdirectory_sep_char = make_char ('/');
#endif
こんなんで、普通の Elisp のプログラムがまともに動くとは信じられ
ないんですがね。:-p
--
Katsumi Yamaoka <yamaoka@jpl.org>