Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* To open links with w3m
@ 2006-04-21  6:35 harry meyers
  2006-04-21 13:59 ` harry meyers
  2006-04-22  0:37 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 4+ messages in thread
From: harry meyers @ 2006-04-21  6:35 UTC (permalink / raw)


Hi,

I just can't manage it to open links within gnus with w3m and not w3.
I tried it like that

(if window-system
    (setq browse-url-browser-function
          ;;'browse-url-kde)
          'w3m-browse-url)
    (setq browse-url-browser-function
          ;;'browse-url-lynx-emacs))
          'w3m-browse-url))

like that in .gnus (what should be the appropriate way)

(setq browse-url-browser-function 'browse-url-w3m)
(setq gnus-button-url 'gnus-w3m-open-url)

with a dirty trick

(setq browse-url-browser-function 'browse-url-netscape)
(setq browse-url-netscape-program "/usr/bin/w3m")

nothing worked. Links in mails are opened with w3m, but not links
leading to articles from the summary buffer of mailing lists, nrss
feeds etc. For some time I 'solved' this problem by simply uninstalling
w3. But when I changed to start gnus with starttls it stopped loading
with the following error code:

url-insert-file-contents symbol's function void

A reinstall of w3 helped. With the side-affect that it bravely opens
the links, apparently unstoppable.

Regards
harry

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-04-22  5:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-21  6:35 To open links with w3m harry meyers
2006-04-21 13:59 ` harry meyers
2006-04-22  0:37 ` Lars Magne Ingebrigtsen
2006-04-22  5:56   ` harry meyers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).