* browse-url-galeon always uses --existing
@ 2007-06-14 11:40 Stefan van der Walt
2007-06-15 23:54 ` Glenn Morris
0 siblings, 1 reply; 2+ messages in thread
From: Stefan van der Walt @ 2007-06-14 11:40 UTC (permalink / raw)
To: bug-gnu-emacs
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éfan
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: browse-url-galeon always uses --existing
2007-06-14 11:40 browse-url-galeon always uses --existing Stefan van der Walt
@ 2007-06-15 23:54 ` Glenn Morris
0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2007-06-15 23:54 UTC (permalink / raw)
To: Stefan van der Walt; +Cc: bug-gnu-emacs
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-06-15 23:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-14 11:40 browse-url-galeon always uses --existing Stefan van der Walt
2007-06-15 23:54 ` Glenn Morris
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.