From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: Re: browse-url-galeon always uses --existing Date: Fri, 15 Jun 2007 19:54:29 -0400 Message-ID: References: <20070614114011.GM9984@mentat.za.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181951686 8770 80.91.229.12 (15 Jun 2007 23:54:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Jun 2007 23:54:46 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Stefan van der Walt Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jun 16 01:54:44 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 1HzLck-0001XJ-75 for geb-bug-gnu-emacs@m.gmane.org; Sat, 16 Jun 2007 01:54:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzLcj-0007uo-Un for geb-bug-gnu-emacs@m.gmane.org; Fri, 15 Jun 2007 19:54:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HzLch-0007uX-Cp for bug-gnu-emacs@gnu.org; Fri, 15 Jun 2007 19:54:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HzLcf-0007uL-E7 for bug-gnu-emacs@gnu.org; Fri, 15 Jun 2007 19:54:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzLcf-0007uI-BI for bug-gnu-emacs@gnu.org; Fri, 15 Jun 2007 19:54:33 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HzLce-0006va-Ug for bug-gnu-emacs@gnu.org; Fri, 15 Jun 2007 19:54:33 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HzLcb-0001b9-Oo; Fri, 15 Jun 2007 19:54:29 -0400 X-Spook: 2600 Magazine halcon Area 51 KGB BLU-97 A/B IDEA White X-Ran: `!OmGwO~AgTudXh=Pq~v6P4fPgx{@MZS*+(Op#OZ9&~pWI*>C (Stefan van der Walt's message of "Thu, 14 Jun 2007 13:40:11 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:15896 Archived-At: Stefan van der Walt wrote: > I tried to find the bug-tracker on savannah, but couldn't, so my > apologies if this goes to the wrong list. We don't use a tracker. This list will do, but M-x report-emacs-bug will route problems to the right place. > 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. Works for me with: (setq browse-url-new-window-flag t browse-url-galeon-new-window-is-tab t browse-url-browser-function 'browse-url-galeon) You're probably missing the first setting.