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

Re: toggle images at the summary buffer



>>>>> In [emacs-w3m : No.06235] 土屋さん wrote:

>   (defun gnus-summary-w3m-toggle-inline-images ()
>     (interactive)
>     (with-current-buffer gnus-article-buffer
>       (w3m-safe-toggle-inline-images)))

>   (defun w3m-safe-toggle-inline-images ()
>     (interactive)
>     (let ((w3m-safe-url-regexp "\\`cid:"))
>       (w3m-toggle-inline-images)))

> で十分ではないのでしょうか? これで,w3m-find-w3m-buffer() は不要には
> なりませんか?

あらま。大上段に振りかぶったままだと、そういう気の利いたアイデア
が出ないんだなあ。ありがとうございます。その線で作業を始めますね。
後で改めてまとめを書きます。もう一点はさっき書いたとおり。:)
-- 
Katsumi Yamaoka <yamaoka@jpl.org>