[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [elpa] master 2a29130: Make debbugs install a handler in browse-url-
From: |
Tassilo Horn |
Subject: |
Re: [elpa] master 2a29130: Make debbugs install a handler in browse-url-default-handlers. |
Date: |
Thu, 07 May 2020 14:47:38 +0200 |
User-agent: |
Cyrus-JMAP/3.3.0-dev0-351-g9981f4f-fmstable-20200421v1 |
I've talked with Stefan about this and for that very reason, there's
browse-url-handlers to override the default behavior.
Well, and when you have debugs installed, you most probably want to use it, no?
Bye,
Tassilo
Am Do, 7. Mai 2020, um 14:45, schrieb Lars Ingebrigtsen:
> tsdh-mXXj517/address@hidden (Tassilo Horn) writes:
>
> > ;;;###autoload
> > +(when (boundp 'browse-url-default-handlers)
> > + (add-to-list 'browse-url-default-handlers
> > + `(,debbugs-browse-gnu-url-regexp . debbugs-browse-url)))
>
> Hm... it's usually not ideal to change behaviour just by loading a
> package, is it?
>
> --
> (domestic pets only, the antidote for overdose, milk.)
> bloggy blog: http://lars.ingebrigtsen.no
>
>