all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Vasil <mailing_lists@petervasil.net>
To: 15084@debbugs.gnu.org
Subject: bug#15084: 24.3.50; browse-url-generic hangs
Date: Tue, 13 Aug 2013 12:30:34 +0200	[thread overview]
Message-ID: <CAJe0aUTO2C1DdW0ggNTQQAz5oi+LHp6NMUBVV8ExgpmC3qZ3_A@mail.gmail.com> (raw)
In-Reply-To: <87ob91nb0u.fsf@gmail.com>

On Tue, Aug 13, 2013 at 12:24 PM, Thierry Volpiatto
<thierry.volpiatto@gmail.com> wrote:
> 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))
This does not help. Still the same behaviour


Thanks,
Peter

>
> --
> Thierry
> Get my Gnupg key:
> gpg --keyserver pgp.mit.edu --recv-keys 59F29997
>
>
>
>





      reply	other threads:[~2013-08-13 10:30 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
2013-08-13 10:30   ` Peter Vasil [this message]

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=CAJe0aUTO2C1DdW0ggNTQQAz5oi+LHp6NMUBVV8ExgpmC3qZ3_A@mail.gmail.com \
    --to=mailing_lists@petervasil.net \
    --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.