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

Re: [shimbun] img 表示について



竹原@下田です。ありがとうございます。

At Sat, 13 Jul 2002 01:19:22 +0900,
TSUCHIYA Masatoshi wrote:
> 
> これは単純に,text/html なパートを emacs-w3m で表示するための設定が欠
> けている,ということではないでしょうか.
> 
> ~/.emacs に (require 'mime-w3m) という設定を追加してみたらどうなるでしょ
> うか?
> 
~/.emacs (実際には ~/.xemacs/init.el ですが) に次のような記述を
してありますが、前のメールのような状況になります。
                                                                  
(autoload 'w3m "w3m" "Interface for w3m on Emacs." t)            
(autoload 'w3m-find-file "w3m" "w3m interface function for local file." t)
(autoload 'w3m-browse-url "w3m" "Ask a WWW browser to show a URL." t)
(global-set-key "\C-xm" 'browse-url-at-point)
(autoload 'w3m-search "w3m-search" "Search QUERY using SEARCH-ENGINE." t)
(autoload 'w3m-weather "w3m-weather" "Display weather report." t)
(autoload 'w3m-antenna "w3m-antenna" "Report chenge of WEB sites." t)

(require 'mime-w3m)

(setq w3m-display-inline-image t)

他に確認してみることはあるでしょうか。

よろしくお願いします。
それでは。
                                  竹原  潔
                          Kiyoshi TAKEHARA <kiyoshit@am.wakwak.com>