all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* browse-url broken on master
@ 2020-05-07  9:30 Andy Moreton
  2020-05-07 12:15 ` Tassilo Horn
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Moreton @ 2020-05-07  9:30 UTC (permalink / raw)
  To: emacs-devel

Hi,

A recent change to `browse-url' has resulted in:

(defun browse-url (url &rest args)
 ...
    (if (functionp nil)
        (apply function url args)
      (error "No suitable browser for URL %s" url))))

This is obviously broken.

    AndyM




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: browse-url broken on master
  2020-05-07  9:30 browse-url broken on master Andy Moreton
@ 2020-05-07 12:15 ` Tassilo Horn
  2020-05-07 15:15   ` Andy Moreton
  0 siblings, 1 reply; 3+ messages in thread
From: Tassilo Horn @ 2020-05-07 12:15 UTC (permalink / raw)
  To: Andy Moreton; +Cc: emacs-devel

Andy Moreton <andrewjmoreton@gmail.com> writes:

Hi Andy,
> A recent change to `browse-url' has resulted in:
>
> (defun browse-url (url &rest args)
>  ...
>     (if (functionp nil)
>         (apply function url args)
>       (error "No suitable browser for URL %s" url))))
>
> This is obviously broken.

Yes, already fixed in commit 2c905fb8a1.

Sorry for the inconvenience,
  Tassilo



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: browse-url broken on master
  2020-05-07 12:15 ` Tassilo Horn
@ 2020-05-07 15:15   ` Andy Moreton
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Moreton @ 2020-05-07 15:15 UTC (permalink / raw)
  To: emacs-devel

On Thu 07 May 2020, Tassilo Horn wrote:

> Andy Moreton <andrewjmoreton@gmail.com> writes:
>
> Hi Andy,
>> A recent change to `browse-url' has resulted in:
>>
>> (defun browse-url (url &rest args)
>>  ...
>>     (if (functionp nil)
>>         (apply function url args)
>>       (error "No suitable browser for URL %s" url))))
>>
>> This is obviously broken.
>
> Yes, already fixed in commit 2c905fb8a1.
>
> Sorry for the inconvenience,
>   Tassilo

I assumed that this might be left over from debugging.
Thanks for the prompt fix.

    AndyM




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-07 15:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-07  9:30 browse-url broken on master Andy Moreton
2020-05-07 12:15 ` Tassilo Horn
2020-05-07 15:15   ` Andy Moreton

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.