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

Re: 要望 : マウスカーソル , 画像形式の変更



>> On Fri, 16 Nov 2001 20:22:19 +0900
>> 「藤」== fujii@chi.its.hiroshima-cu.ac.jp (Hironori FUJII) said as follows:

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

とりあえず、以下のような設定を ~/.emacs に書いておくとどうでしょう?

(defadvice w3m (around w3m-no-focus-follows-mouse activate compile)
  "Disable moving cursor when the frame selected."
  (let (focus-follows-mouse)
    ad-do-it))

-- 
土屋 雅稔  ( TSUCHIYA Masatoshi )