From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4657 Path: main.gmane.org!not-for-mail From: steve@miranova.miranova.com (Steven L. Baur) Newsgroups: gmane.emacs.gnus.general Subject: Re: browse url address... Date: 12 Jan 1996 09:15:18 -0800 Organization: Miranova Systems, Inc. Sender: steve@miranova.com Message-ID: References: <199601120916.LAA10896@aapo.tele.nokia.fi> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.38) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035145374 30372 80.91.224.250 (20 Oct 2002 20:22:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:22:54 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.7.3/8.6.9) with SMTP id KAA26856 for ; Fri, 12 Jan 1996 10:33:12 -0800 Original-Received: from miranova.com (steve@miranova.com [204.212.162.100]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Fri, 12 Jan 1996 18:18:23 +0100 Original-Received: (from steve@localhost) by miranova.com (8.7.3/8.6.9) id JAA25896; Fri, 12 Jan 1996 09:15:19 -0800 Original-To: ding@ifi.uio.no X-Url: http://www.miranova.com/%7Esteve/ In-Reply-To: Jari Aalto's message of 12 Jan 1996 01:16:46 -0800 Original-Lines: 23 X-Mailer: September Gnus v0.26/Emacs 19.30 Xref: main.gmane.org gmane.emacs.gnus.general:4657 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4657 >>>>> "Jari" == Jari Aalto 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