GNU bug report logs -
#15084
24.3.50; browse-url-generic hangs
Previous Next
Reported by: Peter <mailing_lists <at> petervasil.net>
Date: Tue, 13 Aug 2013 10:15:02 UTC
Severity: normal
Merged with 15144
Fixed in version 24.3.50
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 15084 <at> debbugs.gnu.org (full text, mbox):
On Tue, Aug 13, 2013 at 12:24 PM, Thierry Volpiatto
<thierry.volpiatto <at> gmail.com> wrote:
> Peter <mailing_lists <at> petervasil.net> writes:
>
>> When I set 'browse-url-browser-function' to 'browse-url-generic',
>> browse-url does not work anymore. Instead it only shows the text:
>> "Waiting for process to die...done"
>>
>> I think it is 'call-process' which does not work.
>>
>> Actually, this is the code I use:
>> (setq browse-url-generic-program "firefox"
>> browse-url-browser-function 'browse-url-generic)
>
> Is it working after evaling this?
>
> (defvar browse-url-never-use-xdg-open t)
> (defadvice browse-url-can-use-xdg-open (around no-xdg-open activate)
> (unless browse-url-never-use-xdg-open
> ad-do-it))
This does not help. Still the same behaviour
Thanks,
Peter
>
> --
> Thierry
> Get my Gnupg key:
> gpg --keyserver pgp.mit.edu --recv-keys 59F29997
>
>
>
>
This bug report was last modified 11 years and 276 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.