From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: "Tassilo Horn" Newsgroups: gmane.emacs.devel Subject: =?UTF-8?Q?Re:_[elpa]_master_2a29130:_Make_debbugs_install_a_handler_in_b?= =?UTF-8?Q?rowse-url-default-handlers.?= Date: Thu, 07 May 2020 14:47:38 +0200 Message-ID: <214c3d1f-c0b3-4e70-8f73-e3efa53d9bb9@beta.fastmail.com> References: <20200507122008.22755.28768@vcs0.savannah.gnu.org> <20200507122010.213B720A15@vcs0.savannah.gnu.org> <87o8qzvrqg.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="41472"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Cyrus-JMAP/3.3.0-dev0-351-g9981f4f-fmstable-20200421v1 To: "Lars Ingebrigtsen" , "Emacs developers" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu May 07 14:48:47 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jWfxH-000AfC-AN for ged-emacs-devel@m.gmane-mx.org; Thu, 07 May 2020 14:48:47 +0200 Original-Received: from localhost ([::1]:42116 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jWfxG-0004Iq-DM for ged-emacs-devel@m.gmane-mx.org; Thu, 07 May 2020 08:48:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49344) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jWfwW-0003kS-M3 for emacs-devel@gnu.org; Thu, 07 May 2020 08:48:04 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49616) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jWfwW-0005Zf-Cv; Thu, 07 May 2020 08:48:00 -0400 Original-Received: from auth2-smtp.messagingengine.com ([66.111.4.228]:33341) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1jWfwW-00005s-1G; Thu, 07 May 2020 08:48:00 -0400 Original-Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailauth.nyi.internal (Postfix) with ESMTP id 7E52227C0054; Thu, 7 May 2020 08:47:59 -0400 (EDT) Original-Received: from imap34 ([10.202.2.84]) by compute7.internal (MEProxy); Thu, 07 May 2020 08:47:59 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrkedtgdehhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefofgggkfgjfhffhffvufgtsehttdertderreejnecuhfhrohhmpedfvfgrshhs ihhlohcujfhorhhnfdcuoehtshguhhesghhnuhdrohhrgheqnecuggftrfgrthhtvghrnh epuefhffejleeijefgjeeuffdugfefgfdtleeiuddvteegiefgteefjeegfeejieevnecu ffhomhgrihhnpehinhhgvggsrhhighhtshgvnhdrnhhonecuvehluhhsthgvrhfuihiivg eptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhrnhdomhgvshhmthhprghuthhh phgvrhhsohhnrghlihhthidqkeeijeefkeejkeegqdeifeehvdelkedqthhsughhpeepgh hnuhdrohhrghesfhgrshhtmhgrihhlrdhfmh X-ME-Proxy: Original-Received: by mailuser.nyi.internal (Postfix, from userid 501) id 262551460061; Thu, 7 May 2020 08:47:59 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface In-Reply-To: <87o8qzvrqg.fsf@gnus.org> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:249170 Archived-At: 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/zsQ@public.gmane.org (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 > >