From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Paul Smith" Newsgroups: gmane.emacs.bugs Subject: browse-url-galeon incorrect Date: Tue, 14 May 2002 10:14:49 -0400 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1021387183 25573 127.0.0.1 (14 May 2002 14:39:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 14 May 2002 14:39:43 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 177dSo-0006eM-00 for ; Tue, 14 May 2002 16:39:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 177d5u-0003I8-00; Tue, 14 May 2002 10:16:02 -0400 Original-Received: from zrtps06s.nortelnetworks.com ([47.140.48.50] helo=zrtps06s.us.nortel.com) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 177d4o-0003BB-00 for ; Tue, 14 May 2002 10:14:54 -0400 Original-Received: from zrtps0m6.us.nortel.com (zrtps0m6.us.nortel.com [47.140.192.58]) by zrtps06s.us.nortel.com (Switch-2.2.0/Switch-2.2.0) with ESMTP id g4EEEwk10171 for ; Tue, 14 May 2002 10:14:58 -0400 (EDT) Original-Received: from lemming.engeast.baynetworks.com (lemming.engeast.baynetworks.com [47.17.140.90]) by zrtps0m6.us.nortel.com (Switch-2.2.0/Switch-2.2.0) with ESMTP id g4EEBjm18977 for ; Tue, 14 May 2002 10:11:45 -0400 (EDT) Original-Received: from psmith by lemming.engeast.baynetworks.com with local (Exim 3.32 #1 (Debian)) id 177d4j-00063X-00 for ; Tue, 14 May 2002 10:14:49 -0400 Original-To: bug-gnu-emacs@gnu.org Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:1360 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1360 This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English, because the Emacs maintainers do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. In GNU Emacs 21.2.1 (i386-debian-linux-gnu, X toolkit, Xaw3d scroll bars) of 2002-03-22 on raven, modified by Debian configured using `configure i386-debian-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes --with-x=yes --with-x-toolkit=athena --without-gif' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: C locale-coding-system: nil default-enable-multibyte-characters: t Please describe exactly what actions triggered the bug and the precise symptoms of the bug: The browse-url.el:browse-url-galeon function is wrong. It constructs the arguments to Galeon like this: (concat "galeon " url) nil browse-url-galeon-program (append browse-url-galeon-arguments (if new-window '("-w" "--noraise")) (list "-x" url)) This is broken, though. The "-x" argument overrides the setting of the new-window flag; "-x" means "Attempt to load URL in existing Galeon window", and the last such argument on the command line always takes precedence. I think the "-x" should be removed, as I think it's not appropriate to have no way of passing _exactly_ the arguments you want, and only those. Recent input: C-h v b r o n w ` M-f M-f M-b C-s C-w C-w C-w C-w C-w C-s C-s C-s C-a C-s g a l e o n C-s C-s C-s C-n C-a C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-l C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-l C-e C-n C-e M-x e m a c s - r e p o o r r r Recent messages: Scanning buffer for index ( 45%) Scanning buffer for index ( 52%) Scanning buffer for index ( 58%) Scanning buffer for index ( 64%) Scanning buffer for index ( 70%) Scanning buffer for index ( 76%) Scanning buffer for index (100%) Mark saved where search started [2 times] Making completion list... Loading /usr/share/emacs/21.2/lisp/mail/emacsbug.elc...done -- ------------------------------------------------------------------------------- Paul D. Smith HASMAT: HA Software Mthds & Tools "Please remain calm...I may be mad, but I am a professional." --Mad Scientist ------------------------------------------------------------------------------- These are my opinions---Nortel Networks takes no responsibility for them.