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

Re: New w3m-uri-modify hook?



>> On Fri, 20 Dec 2002 19:30:59 +0100
>> romain@orebokech.com (Romain FRANCOISE) said as follows:

>the `w3m-uri-replace' approach would work, but it isn't flexible
>enough for me.

Really?  I think that the following expression will satisfy your
request.

(setq w3m-uri-replace-alist
      (cons (cons (concat "\\`" ore-quick-bookmark-prefix ":")
                  'ore-quick-bookmarks-handler)
            w3m-uri-replace-alist))

-- 
TSUCHIYA Masatoshi