From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Supportet browsers in browse-url.elc Date: Wed, 30 Nov 2022 16:17:06 +0200 Message-ID: <83y1rsjzml.fsf@gnu.org> 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> <20221130124611.16f26be6@enous> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33745"; 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 15:18:19 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 1p0Nuj-0008YT-Gx for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 30 Nov 2022 15:18:17 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p0NuL-00078Q-Hf; Wed, 30 Nov 2022 09:17:53 -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 1p0Nu5-000786-BB for help-gnu-emacs@gnu.org; Wed, 30 Nov 2022 09:17:37 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p0Nu5-0000Km-3D for help-gnu-emacs@gnu.org; Wed, 30 Nov 2022 09:17:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=5Eb319ItOPhDTl6nqRHQovmCk7pMH0HQVDmLydl/gxI=; b=jsPyBX22Bydq 5qGcIMsH93rKnT8qgzxJq5PdXmYBuBGWKYrKLbyPFPc+DySO2J6q3PumFIn5XzQCkW81tAApt0F0g T5Njj0JMbqtSEEVsjNAtnwALybH+9yKMsPhW5iYByFwOMV9akpdNYVR7FvH7TuQn1FgjnhLnDTLXr hAuw4F5uEJ2RkYh01PLOkQNWWGSjl1P/NR0RAYMMYf68aUX/QNQ93hCz8CmFp77XkA3+VGTbukvdY GVG+E2Dh90lRfQU69g2hCcdUKbW9LrX3ng8LQGdk54b1fq1TigNSIT3s3ddIq92Xh+Of/61LP572Q f6PF/b+BSZFh/FPz3RqQeg==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p0Nu3-00020y-8O for help-gnu-emacs@gnu.org; Wed, 30 Nov 2022 09:17:36 -0500 In-Reply-To: <20221130124611.16f26be6@enous> (message from Alexandros Prekates on Wed, 30 Nov 2022 10:46:11 +0000) 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:141271 Archived-At: > Date: Wed, 30 Nov 2022 10:46:11 +0000 > From: Alexandros Prekates > > 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 ? I'm not sure I understand: are you asking what would it take for Emacs to add yet another browser to the list? If so, I guess being Free Software is the only important requirement.