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

要望 : マ ウスカーソル , 画像形式の変更 (non-member post)



藤井宏憲といいます。

Emacs21 と w3mee にて w3m.el を使用させていただいています。
w3m.elで S (w3m-search) を使用するとマウスカーソルが
移動してしまいます。

どうやら
(select-frame-set-input-focus (selected-frame))
を評価するとマウスカーソルが移動するようです。

これは w3m.el の仕様っぽいのですが、
w3m の中の

  (if (fboundp 'select-frame-set-input-focus)
      'select-frame-set-input-focus

の部分を

  (if (and w3m-use-select-frame-set-input-focus 
	   (fboundp 'select-frame-set-input-focus))
      'select-frame-set-input-focus

に変更して

(setq w3m-use-select-frame-set-input-focus t)

この様な変数を定義して頂けないでしょうか?
もっといい解決策はあると思いますが、
elisp勉強中のため私には分かりません。

お願いばかりで申し訳ないですが、
もうひとつ、画像形式を変更するカスタマイズ変数の
導入して頂けないでしょうか?正直に言ってしまえば、
gif が表示されないので変更したいだけなのですが。

 (shell-command-on-region (point-min) (point-max)
      "giftopnm 2>/dev/null|pnmtopng 2>/dev/null" nil t)

こんな関数を設定したいのです。

こんな些細な変更は個人的にソースをいじるべきなのでしょうが、
この変更により幸せになれるのは私だけではないと思いますので、
よろしくお願い致します。

ii  w3mmee            0.2.1.p19.7-1     WWW browsable pager with excellent tables/frames, 
ii  w3mmee-ssl        0.2.1.p19.7-2     WWW browsable pager with SSL support, MB extension
ii  w3m-el            1.2.1-1           a simple Emacs interface of w3m
ii  emacs21           21.1-4            The GNU Emacs editor.
ii  emacs21-el        21.1-4            GNU Emacs LISP (.el) files.

---
藤井 宏憲 <fujii@chi.its.hiroshima-cu.ac.jp>