[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New w3m-uri-modify hook?
- From: TSUCHIYA Masatoshi <tsuchiya@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 21 Dec 2002 17:41:59 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 04478
- References: <873cosy23g.fsf@orebokech.com>
>> 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