From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: 15084@debbugs.gnu.org
Subject: bug#15084: 24.3.50; browse-url-generic hangs
Date: Tue, 13 Aug 2013 12:24:49 +0200 [thread overview]
Message-ID: <87ob91nb0u.fsf@gmail.com> (raw)
In-Reply-To: <867gfp7vav.fsf@anoth.i-did-not-set--mail-host-address--so-tickle-me>
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
next prev parent reply other threads:[~2013-08-13 10:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-13 10:13 bug#15084: 24.3.50; browse-url-generic hangs Peter
2013-08-13 10:24 ` Thierry Volpiatto [this message]
2013-08-13 10:30 ` Peter Vasil
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=87ob91nb0u.fsf@gmail.com \
--to=thierry.volpiatto@gmail.com \
--cc=15084@debbugs.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.