From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan van der Walt Newsgroups: gmane.emacs.bugs Subject: browse-url-galeon always uses --existing Date: Thu, 14 Jun 2007 13:40:11 +0200 Message-ID: <20070614114011.GM9984@mentat.za.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1181828864 31342 80.91.229.12 (14 Jun 2007 13:47:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Jun 2007 13:47:44 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jun 14 15:47:39 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hypfn-00088C-8u for geb-bug-gnu-emacs@m.gmane.org; Thu, 14 Jun 2007 15:47:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hypfm-0007se-Ut for geb-bug-gnu-emacs@m.gmane.org; Thu, 14 Jun 2007 09:47:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HynjT-0004Il-Sg for bug-gnu-emacs@gnu.org; Thu, 14 Jun 2007 07:43:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HynjS-0004I8-Ng for bug-gnu-emacs@gnu.org; Thu, 14 Jun 2007 07:43:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HynjS-0004Hw-KX for bug-gnu-emacs@gnu.org; Thu, 14 Jun 2007 07:43:18 -0400 Original-Received: from zaphod.lagged.za.net ([217.147.94.195]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HynjR-0001A6-Ai for bug-gnu-emacs@gnu.org; Thu, 14 Jun 2007 07:43:17 -0400 Original-Received: from trax.wan.zaphod.lagged.za.net ([192.168.100.4]:41233 helo=localhost) by zaphod.lagged.za.net with esmtp (Exim 4.63) (envelope-from ) id 1HynjG-0001DL-Pd for bug-gnu-emacs@gnu.org; Thu, 14 Jun 2007 12:43:09 +0100 Original-Received: by localhost (Postfix, from userid 1000) id 606BA153599; Thu, 14 Jun 2007 13:40:11 +0200 (SAST) Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) X-Spam-Score: -4.3 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Thu, 14 Jun 2007 09:47:37 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15881 Archived-At: Hi all, I tried to find the bug-tracker on savannah, but couldn't, so my apologies if this goes to the wrong list. I use galeon as my browser, and it seems that '--existing' is always appended to the command, which means it is impossible to use a new tab to open a page. The problem occurs on line 1109 of browse-url.el (CVS HEAD), after (browse-url-maybe-new-window new-window) evaluates to true. I tried both '(browse-url-browser-function (quote browse-url-galeon) t) '(browse-url-galeon-arguments '("--new-tab")) and '(browse-url-browser-function (quote browse-url-galeon) t) '(browse-url-galeon-new-window-as tab 't) in my config. I am running GNU Emacs 23.0.0.1 (i486-pc-linux-gnu, GTK+ Version 2.10.11) of 2007-06-02 Regards St=E9fan