all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Amann <a.amann@ucc.ie>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Fix bug with new firefox
Date: Mon, 2 Mar 2015 20:58:11 +0000	[thread overview]
Message-ID: <87a8zv5d7g.fsf@msstf091.ucc.ie> (raw)
In-Reply-To: <83k2yzqinb.fsf@gnu.org>

Eli Zaretskii <eliz@gnu.org> writes:
>> From: Andreas Amann <a.amann@ucc.ie>
>> Date: Mon, 2 Mar 2015 17:13:31 +0000
>> 
>> firefox 36.0 removed the "-remote" command line option, see
>> https://www.mozilla.org/en-US/firefox/36.0/releasenotes/
>> 
>> Unfortunately this breaks "browse-url-firefox" which depends on it. To
>> fix this, please apply the patch below.  I also put the patch on github
>> https://github.com/andram/emacs/commit/fd19dadba178f781117dfe524de834f337cbb1a6
>> not sure which is more convenient for devs, as I am not a regular
>> contributor.
>> 
>> Comment of patch: Patch now uses "--new-tab" and "--new-window" command
>> line args, which are supported since a long time.  This makes the
>> sentinel redundant.  It should in theory also work on MS-Windows, and
>> even improve the situation in that links can now also be opened in a new
>> tab if desired. However, I only tested the patch on linux.
>
> In which version of Firefox were these two options introduced?

Not sure.  I see them first mentioned in the release notes for Firefox
2.0 from 2006:
http://website-archive.mozilla.org/www.mozilla.org/firefox_releasenotes/en-US/firefox/2.0/releasenotes/
At that point "-remote" was deprecated. 

However, back then they were spelled with one hyphen, i.e. "-new-tab"
and "-new-window".  I don't know, since when the double-hyphen version
are working.  To be on the save side, it is probably better to use
single-hyphen "-new-tab" and "-new-window"?



  reply	other threads:[~2015-03-02 20:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-02 17:13 Fix bug with new firefox Andreas Amann
2015-03-02 19:55 ` Eli Zaretskii
2015-03-02 20:58   ` Andreas Amann [this message]
2015-03-03  5:33   ` Thierry Volpiatto
  -- strict thread matches above, loose matches on Subject: below --
2015-03-03 17:08 Andreas Amann
2015-03-03 17:54 ` Eli Zaretskii
2015-03-03 18:10   ` Óscar Fuentes
2015-03-03 18:18     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a8zv5d7g.fsf@msstf091.ucc.ie \
    --to=a.amann@ucc.ie \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.