all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* browse-url-mozilla won't work without new-window set
@ 2002-12-04 18:30 mah
  0 siblings, 0 replies; only message in thread
From: mah @ 2002-12-04 18:30 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-12-04 18:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-04 18:30 browse-url-mozilla won't work without new-window set mah

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.