From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alexandros Prekates Newsgroups: gmane.emacs.help Subject: Supportet browsers in browse-url.elc Date: Wed, 30 Nov 2022 10:46:11 +0000 Message-ID: <20221130124611.16f26be6@enous> References: <87eduqfcah.fsf@gmail.com> <87mt9cp0z6.fsf@gmail.com> <878rkww0sm.fsf@gmail.com> <871qqooxu9.fsf@gmail.com> <87k04gc91k.fsf@dataswamp.org> <87cza5odbo.fsf@gmail.com> <87pme5bixy.fsf@dataswamp.org> <87sfj0l26f.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22892"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Nov 30 11:48:20 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1p0KdY-0005js-OS for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 30 Nov 2022 11:48:20 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p0Kcj-0002SO-DB; Wed, 30 Nov 2022 05:47:29 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p0Kcd-0002Lr-4i for help-gnu-emacs@gnu.org; Wed, 30 Nov 2022 05:47:26 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p0Kca-0006Iy-Sx for help-gnu-emacs@gnu.org; Wed, 30 Nov 2022 05:47:22 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 769BA240105 for ; Wed, 30 Nov 2022 11:47:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1669805237; bh=f6SNeC1GuWG6DJ/rZxxmghTEoCykVkIztwjaQodNxZY=; h=Date:From:To:Subject:From; b=BDoswVcaWt2Sev0Dk2CsLFnVGH7lHydBPpWtQLo2qU+H33Tb03S/EZlgueM6DKg/W MdcQwEkJ8CyMBlH4ew+2R1oMq7ruodhnfNpo3d9ZdSS2foysX5yV9FwswRjBSfP4k5 8oBz0f4Ksm4/rA9cRCUFMvxm93CS3ZyykAebZUE423rHPbFkkya+uy2rOEK9zYnLgG V+e4SOmO/6B9aKHkebmvxeNVdSBY2AZHPvTYxYM0Q4nW1swCFoA6Njg40MGllYyOBz zThZhB6y5y1q9HMri6hVtUv4WiPepmu2g8k33d5WRyqy2fnmkSdBjiaIdpIMXLxFeX 2HhCkh2kHtQdw== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NMbW7741sz6trT for ; Wed, 30 Nov 2022 11:47:15 +0100 (CET) In-Reply-To: <87sfj0l26f.fsf@gmail.com> Received-SPF: pass client-ip=185.67.36.66; envelope-from=aprekates@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:141253 Archived-At: In emacs 27.1 taking a look at the code of browse-url-default-browser it seems that it runs through a list of hardcoded options. So there is a supported list of browsers. Is there a certain interface that a browser must have in order to being supported by browse-url.elc ? Alexandros Prekates