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
View this message in rfc822 format
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))
--
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.