emacs-devel
[Top][All Lists]
Advanced

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

Re: Patch to change mouse binding for html view in gnus


From: Katsumi Yamaoka
Subject: Re: Patch to change mouse binding for html view in gnus
Date: Wed, 04 Jul 2007 15:10:55 +0900
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

>>>>> In <address@hidden> Katsumi Yamaoka wrote:
>>>>>> In <address@hidden> Tom Tromey wrote:

> but I noticed there is a limitation a bit (because it was
> introduced for a particular purpose first).  That is the function
> set should return a non-nil value.  Though `browse-url' seems to
> return a non-nil value normally, it is better to ensure it.  For
> this reason, I recommend using the function form

> (lambda (url) (browse-url url) t)

> rather than just using `browse-url'.

I've improved it so that just `browse-url' may work no matter
what it returns (in the emacs-w3m CVS trunk).  So, you may use
the one that I suggested first.

>>>>> In <address@hidden> Katsumi Yamaoka wrote:

> (setq w3m-goto-article-function #'browse-url)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]