* browse-url updates?
@ 2015-03-07 18:21 Dan Espen
2015-03-07 18:35 ` HASM
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Dan Espen @ 2015-03-07 18:21 UTC (permalink / raw)
To: help-gnu-emacs
My question is about how I get browse-url updates.
I just installed Fedora 21, which gives me Firefox 36,
and
GNU Emacs 24.4.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.14.5).
When I click on links in Emacs I get a new empty Firefox window.
So, I did a search and found this:
http://www.emacswiki.org/emacs/BrowseUrl
I copied the browse-url-firefox function and evaluated it
and that fixed the problem.
Now I'm wondering why I haven't seen an updated browse-url
package come through the normal Fedora update mechanisms.
Any ideas where the delay is?
--
Dan Espen
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: browse-url updates?
2015-03-07 18:21 browse-url updates? Dan Espen
@ 2015-03-07 18:35 ` HASM
2015-03-07 19:48 ` Óscar Fuentes
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: HASM @ 2015-03-07 18:35 UTC (permalink / raw)
To: help-gnu-emacs
Dan Espen <despen@verizon.net> writes:
> Now I'm wondering why I haven't seen an updated browse-url
> package come through the normal Fedora update mechanisms.
File a bug report on Red Hat's bugzilla..
-- HASM
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: browse-url updates?
2015-03-07 18:21 browse-url updates? Dan Espen
2015-03-07 18:35 ` HASM
@ 2015-03-07 19:48 ` Óscar Fuentes
2015-03-08 4:55 ` Yuri Khan
[not found] ` <mailman.1603.1425757725.31049.help-gnu-emacs@gnu.org>
2015-03-08 8:45 ` Alain Ketterlin
3 siblings, 1 reply; 6+ messages in thread
From: Óscar Fuentes @ 2015-03-07 19:48 UTC (permalink / raw)
To: help-gnu-emacs
Dan Espen <despen@verizon.net> writes:
> My question is about how I get browse-url updates.
>
> I just installed Fedora 21, which gives me Firefox 36,
> and
> GNU Emacs 24.4.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.14.5).
>
> When I click on links in Emacs I get a new empty Firefox window.
>
> So, I did a search and found this:
>
> http://www.emacswiki.org/emacs/BrowseUrl
>
> I copied the browse-url-firefox function and evaluated it
> and that fixed the problem.
>
> Now I'm wondering why I haven't seen an updated browse-url
> package come through the normal Fedora update mechanisms.
>
> Any ideas where the delay is?
browse-url now is distributed with Emacs and I think that it is unlikely
that Fedora has an specific package for it. A few days ago the problem
you describe was fixed on Emacs, but you have to wait until a new Emacs
release is created (IIRC 24.5 is being tested, but I'm not sure if the
fix is in the release).
Another option is to build your Emacs, and yet another option is to
override (or advice) browse-url-firefox with the fixed instance, as you
did on your experiments.
It is unfortunate that Emacs used a Firefox option documented as
obsolete for so long, resulting on this mess.
^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <mailman.1603.1425757725.31049.help-gnu-emacs@gnu.org>]
* Re: browse-url updates?
[not found] ` <mailman.1603.1425757725.31049.help-gnu-emacs@gnu.org>
@ 2015-03-07 20:44 ` Dan Espen
0 siblings, 0 replies; 6+ messages in thread
From: Dan Espen @ 2015-03-07 20:44 UTC (permalink / raw)
To: help-gnu-emacs
Óscar Fuentes <ofv@wanadoo.es> writes:
> Dan Espen <despen@verizon.net> writes:
>
>> My question is about how I get browse-url updates.
>>
>> I just installed Fedora 21, which gives me Firefox 36,
>> and
>> GNU Emacs 24.4.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.14.5).
>>
>> When I click on links in Emacs I get a new empty Firefox window.
>>
>> So, I did a search and found this:
>>
>> http://www.emacswiki.org/emacs/BrowseUrl
>>
>> I copied the browse-url-firefox function and evaluated it
>> and that fixed the problem.
>>
>> Now I'm wondering why I haven't seen an updated browse-url
>> package come through the normal Fedora update mechanisms.
>>
>> Any ideas where the delay is?
>
> browse-url now is distributed with Emacs and I think that it is unlikely
> that Fedora has an specific package for it. A few days ago the problem
> you describe was fixed on Emacs, but you have to wait until a new Emacs
> release is created (IIRC 24.5 is being tested, but I'm not sure if the
> fix is in the release).
>
> Another option is to build your Emacs, and yet another option is to
> override (or advice) browse-url-firefox with the fixed instance, as you
> did on your experiments.
>
> It is unfortunate that Emacs used a Firefox option documented as
> obsolete for so long, resulting on this mess.
Okay, that's exactly what I was looking for.
The fix was recent and hasn't made it from Emacs to Fedora yet.
I can live with making a local mod as long as it won't be wiped
out by normal updates.
Thanks.
--
Dan Espen
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: browse-url updates?
2015-03-07 18:21 browse-url updates? Dan Espen
` (2 preceding siblings ...)
[not found] ` <mailman.1603.1425757725.31049.help-gnu-emacs@gnu.org>
@ 2015-03-08 8:45 ` Alain Ketterlin
3 siblings, 0 replies; 6+ messages in thread
From: Alain Ketterlin @ 2015-03-08 8:45 UTC (permalink / raw)
To: help-gnu-emacs
Dan Espen <despen@verizon.net> writes:
> My question is about how I get browse-url updates.
>
> I just installed Fedora 21, which gives me Firefox 36,
> and
> GNU Emacs 24.4.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.14.5).
>
> When I click on links in Emacs I get a new empty Firefox window.
>
> So, I did a search and found this:
>
> http://www.emacswiki.org/emacs/BrowseUrl
>
> I copied the browse-url-firefox function and evaluated it
> and that fixed the problem.
I've moved to browse-url-generic, and firefox seems to do the right
thing. This is what custom-set-variables has:
'(browse-url-browser-function (quote browse-url-generic))
'(browse-url-generic-program "firefox")
(I'm on linux too, I have no idea whether this works on other systems.)
It looks like firefox will revert to accept -remote again. But their
main difficulty is with "profiles", afaiu. If you use profiles, or have
specific firefox options, then you may also have to set
browse-url-generic-args.
-- Alain.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-03-08 8:45 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-07 18:21 browse-url updates? Dan Espen
2015-03-07 18:35 ` HASM
2015-03-07 19:48 ` Óscar Fuentes
2015-03-08 4:55 ` Yuri Khan
[not found] ` <mailman.1603.1425757725.31049.help-gnu-emacs@gnu.org>
2015-03-07 20:44 ` Dan Espen
2015-03-08 8:45 ` Alain Ketterlin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).