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

Re: Elisp: "cd" seems not to work



>>>>> In [emacs-w3m : No.08834] Hideyuki SHIRAI (白井秀行)さん wrote:

>> (defadvice w3m-current-directory (around return-home-directory activate)
>>   "Return the home directory by default."
>>   (let ((w3m-profile-directory "~/"))
>>     ad-do-it))

> 実はぼくも w3m 上で C-xC-f したときに "~/.w3m" からはじまるのが
> 嫌で同等のことをやっています ^^;;;

わが意を得たり。:)

> なので、w3m-default-directory のようなものが出来ると良いです。

> w3m-default-directory
=>
> (1) ディレクトリ名ならそいつをそのまま使う。
> (2) symbol(default-directory とか w3m-profile-directory とか)
>     ならそいつを eval した結果を使う。

> な感じかしら。

同じことを考えてました。後でやります。