From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Any way to tell Emacs how to open specific URIs? Date: Sat, 28 Nov 2020 21:03:16 +0100 Message-ID: <87wny52qrf.fsf@gnu.org> References: <87lfem1ptv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26662"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Emacs Devel To: Jean Louis Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Nov 28 21:04:35 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 1kj6SR-0006rJ-Av for ged-emacs-devel@m.gmane-mx.org; Sat, 28 Nov 2020 21:04:35 +0100 Original-Received: from localhost ([::1]:57476 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kj6SQ-0005cd-87 for ged-emacs-devel@m.gmane-mx.org; Sat, 28 Nov 2020 15:04:34 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39302) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kj6RG-0005Ax-DC for emacs-devel@gnu.org; Sat, 28 Nov 2020 15:03:22 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49706) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kj6RF-0005vp-88; Sat, 28 Nov 2020 15:03:22 -0500 Original-Received: from auth2-smtp.messagingengine.com ([66.111.4.228]:49191) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1kj6RE-0004ty-QF; Sat, 28 Nov 2020 15:03:21 -0500 Original-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailauth.nyi.internal (Postfix) with ESMTP id 6462627C0054; Sat, 28 Nov 2020 15:03:20 -0500 (EST) Original-Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Sat, 28 Nov 2020 15:03:20 -0500 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrudehiedgudefhecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufhffjgfkfgggtgesthdtredttdertdenucfhrhhomhepvfgrshhs ihhlohcujfhorhhnuceothhsughhsehgnhhurdhorhhgqeenucggtffrrghtthgvrhhnpe dtleeiffekueffudeufeefhfeitdejuedtueevgeffgfdtjeelkeehgeekteekveenucfk phepgeeirdektddrieelrddugeelnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrg hmpehmrghilhhfrhhomhepthhhohhrnhdomhgvshhmthhprghuthhhphgvrhhsohhnrghl ihhthidqkeeijeefkeejkeegqdeifeehvdelkedqthhsughhpeepghhnuhdrohhrghesfh grshhtmhgrihhlrdhfmh X-ME-Proxy: Original-Received: from thinkpad-t440p (p2e504595.dip0.t-ipconnect.de [46.80.69.149]) by mail.messagingengine.com (Postfix) with ESMTPA id 98DFE3064AA7; Sat, 28 Nov 2020 15:03:19 -0500 (EST) Mail-Followup-To: Jean Louis , Emacs Devel In-Reply-To: (Jean Louis's message of "Sat, 28 Nov 2020 03:44:43 +0300") 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:259972 Archived-At: Jean Louis writes: >> > Is there any current way to define how to open these URIs? >> >> I'm not exactly sure if I understand the question, but maybe >> `browse-url-handlers' (Emacs 28 only) is what you are looking for >> (assuming that clicking on an URL with goto-browse-mode does calls >> `browse-url'). > > Yes, thank you, Lars added it recently. Great. Oh really? I was pretty sure that I added it! ;-) Anyway, great that it does the trick. Feel free to ask if anything is unclear. Bye, Tassilo