| 98-06-08 Jan Vroonhof list.ding | Hrvoje Niksic writes: | | > I believe it is necessary to scan the whole message. The whole point | > is to have, for instance, clickable URLs anywhere in the message, even | > if it is a long FAQ. | | The solutions is of course to do it lazily, f.e. using the same technique | lazy-shot uses. I guess do need to find the time to fix up the | interface and add some general 'do-lazy' patches. ...I use TinyUrl.el which scans line for any urls when Emacs goes idle for 2 seconds. If I know there is url in current buffer, I just let cursor sit on the line for a while and start clicking the buttons. Buffer length is not important with this approach and the minor mode uses Mouse-2 as "paste/launch url" depending if the line is buttonised or not. I have turned off all other package based URL handlings (TM/SEMI/VM/Gnus) to speed up reading. jari