bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

browse-url-mozilla won't work without new-window set


From: mah
Subject: browse-url-mozilla won't work without new-window set
Date: Wed, 04 Dec 2002 12:30:51 -0600

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.2 (i386-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2002-10-15 on raven, modified by Debian
configured using `configure  i386-linux --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'

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

browse-url-mozilla has a line the following line:

    (if new-window ",new-window")

However, if new-window is false, then nil is returned and the
surrounding function (start-process) fails because it is
expecting a string.  Fix is to change the line to:

    (if new-window ",new-window" "")

-- 
You are a mystery as deep as the sea; the more I search, the more
I find, and the more I find the more I search for you.
            -- St. Catherine of Siena




reply via email to

[Prev in Thread] Current Thread [Next in Thread]