From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5825 Path: main.gmane.org!not-for-mail From: Mark Borges Newsgroups: gmane.emacs.gnus.general Subject: Re: September Gnus 0.61 is released Date: 01 Apr 1996 12:35:52 -0700 Organization: CIRES, University of Colorado Sender: mdb@cdc.noaa.gov Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035146371 1495 80.91.224.250 (20 Oct 2002 20:39:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:39:31 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id MAA13595 for ; Mon, 1 Apr 1996 12:33:09 -0800 Original-Received: from cdc.noaa.gov (manager.Colorado.EDU [128.138.218.210]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Mon, 1 Apr 1996 21:36:34 +0200 Original-Received: from roberts by cdc.noaa.gov (SMI-8.6/SMI-SVR4) id MAA28736; Mon, 1 Apr 1996 12:36:30 -0700 Original-Received: by roberts (SMI-8.6) id MAA06073; Mon, 1 Apr 1996 12:35:54 -0700 Original-To: ding@ifi.uio.no X-Attribution: mb In-Reply-To: Lars Magne Ingebrigtsen's message of Fri, 29 Mar 1996 10:47:31 +0100 Original-Lines: 45 Xref: main.gmane.org gmane.emacs.gnus.general:5825 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5825 >> On Fri, 29 Mar 1996 10:47:31 +0100, >> Lars Magne Ingebrigtsen(lars) wrote: lars> ChangeLog since last release: ... lars> Sat Mar 23 22:19:09 1996 Per Abrahamsen lars> * browse-url.el (browse-url-netscape): Start remote netscape in lars> the background. Use sentinel to start a new netscape if the lars> remote can't connect. Glad to read this -- I was secretly hoping for this for some time now. Did this get sent to Denis How as well? Another simple patch for browse-url is appended. Denis has also merged this trivial patch into his latest: ;; Author: Denis Howe ;; Maintainer: Denis Howe ;; Created: 03 Apr 1995 ;; Version: 0.30 23 Mar 1996 ;; Keywords: hypertext ;; X-Home page: http://wombat.doc.ic.ac.uk/ in case you just want to grab that. *** browse-url.el.orig Fri Mar 1 10:46:07 1996 --- browse-url.el Fri Mar 1 10:48:10 1996 *************** *** 526,532 **** (list (not (eq (null browse-url-new-window-p) (null current-prefix-arg)))))) (or (zerop ! (apply 'call-process "netscape" nil nil nil (append browse-url-netscape-arguments (if new-window '("-noraise")) (list "-remote" --- 526,532 ---- (list (not (eq (null browse-url-new-window-p) (null current-prefix-arg)))))) (or (zerop ! (apply 'call-process browse-url-netscape-command nil nil nil (append browse-url-netscape-arguments (if new-window '("-noraise")) (list "-remote"