Gnus development mailing list
 help / color / mirror / Atom feed
From: steve@miranova.miranova.com (Steven L. Baur)
Subject: Re: browse url address...
Date: 12 Jan 1996 09:15:18 -0800	[thread overview]
Message-ID: <m2ag3tqqqh.fsf@miranova.com> (raw)
In-Reply-To: Jari Aalto's message of 12 Jan 1996 01:16:46 -0800

>>>>> "Jari" == Jari Aalto <jaalto@tre.tele.nokia.fi> writes:

    Jari> 	Pardon folks,

    Jari> 	This is not GNUS related question, but I shroudly
    Jari> remember that someone posted piece of elisp code that would
    Jari> call lynx to view the url address inside emacs.

    Jari> 	Would someone please post the code again, or giva me
    Jari> pointer to package(s) that does the same.

>From the mailing list archives:

	http://www.miranova.com/gnus-list/Nov-1995/0103.html

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

(setq browse-url-browser-function (function gnus-lynx-start-url))

-- 
steve@miranova.com baur


      reply	other threads:[~1996-01-12 17:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-01-12  9:16 Jari Aalto
1996-01-12 17:15 ` Steven L. Baur [this message]

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=m2ag3tqqqh.fsf@miranova.com \
    --to=steve@miranova.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).