[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mouse-1 clicks in Emacs 22
>>>>> In [emacs-w3m : No.07700] Katsumi Yamaoka wrote:
> I think it can be in the release branch as the follwing:
> (when (boundp 'mouse-1-click-follows-link)
> (define-key map [follow-link] 'mouse-face))
> I'll test and install it later.
Committed.
> By the way, what kind of the object is `mouse-face'? I didn't
> make sense how it invokes the w3m-mouse-view-this-url command.
I read mouse.el and got a knowledge about it. `mouse-face' is
only a Lisp symbol, furthermore [follow-link] is not a real key
either. That's quite skillful!