Gnus development mailing list
 help / color / mirror / Atom feed
From: steve@miranova.com (Steven L. Baur)
Subject: Specifying Lynx as a W3 browser
Date: 07 Nov 1995 20:46:34 -0800	[thread overview]
Message-ID: <m2zqe7n26t.fsf@diana.miranova.com> (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


             reply	other threads:[~1995-11-08  4:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-11-08  4:46 Steven L. Baur [this message]
1995-11-08  5:57 ` David W. Crawford
1995-11-08  6:18   ` Steven L. Baur

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2zqe7n26t.fsf@diana.miranova.com \
    --to=steve@miranova.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).