bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#15084: 24.3.50; browse-url-generic hangs


From: Thierry Volpiatto
Subject: bug#15084: 24.3.50; browse-url-generic hangs
Date: Tue, 13 Aug 2013 12:24:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Peter <mailing_lists@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 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]