GNU bug report logs - #15084
24.3.50; browse-url-generic hangs

Previous Next

Package: emacs;

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

From: Peter Vasil <mailing_lists <at> petervasil.net>
To: 15084 <at> debbugs.gnu.org
Subject: bug#15084: 24.3.50; 'call-process' does not work properly since rev 113813. (was: browse-url-generic hangs)
Date: Wed, 14 Aug 2013 10:43:13 +0200
The problem is definitely with 'call-process'. The function does not
work properly since rev 113813.

However, 'start-process' works.

On Tue, Aug 13, 2013 at 12:30 PM, Peter Vasil
<mailing_lists <at> petervasil.net> wrote:
> 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.