Gnus development mailing list
 help / color / mirror / Atom feed
* Specifying Lynx as a W3 browser
@ 1995-11-08  4:46 Steven L. Baur
  1995-11-08  5:57 ` David W. Crawford
  0 siblings, 1 reply; 3+ messages in thread
From: Steven L. Baur @ 1995-11-08  4:46 UTC (permalink / raw)


I got used to running Lynx out of an Xterm with exmh, and the lack of
support from Gnus was getting on my nerves.  Deride Lynx all you want,
it's still (by far) the fastest way to get information off the World
Wide Web.

The attached function may be used as follows:
(setq gnus-browse-url 'gnus-lynx-start-url)


(defun gnus-lynx-start-url (url)
  "Start the Lynx w3 browser on a URL."
  (start-process (concat "lynx" url) nil "xterm" "-e" "lynx" url))


-- 
steve@miranova.com baur


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

end of thread, other threads:[~1995-11-08  6:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-11-08  4:46 Specifying Lynx as a W3 browser Steven L. Baur
1995-11-08  5:57 ` David W. Crawford
1995-11-08  6:18   ` Steven L. Baur

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).