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.devel Subject: Re: emacs-29 additional key binding suggestions Date: Mon, 24 Apr 2023 15:06:52 +0300 Message-ID: <83a5yxxz4z.fsf@gnu.org> References: <87leipe0oi.fsf@gmail.com> <831qkf6k28.fsf@gnu.org> <877cu67d34.fsf@gmail.com> <87edoecuak.fsf@gmail.com> <871qkd50m7.fsf@gmail.com> <875y9ld9lt.fsf@gmail.com> <83mt2xy1vy.fsf@gnu.org> <87jzy1bk2e.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27462"; mail-complaints-to="usenet@ciao.gmane.io" Cc: visuweshm@gmail.com, emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Apr 24 14:07:28 2023 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 1pquyd-0006vR-6v for ged-emacs-devel@m.gmane-mx.org; Mon, 24 Apr 2023 14:07:27 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pquxn-0003nm-3m; Mon, 24 Apr 2023 08:06:35 -0400 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 1pquxj-0003lT-30 for emacs-devel@gnu.org; Mon, 24 Apr 2023 08:06:31 -0400 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 1pquxh-0007Wt-1c; Mon, 24 Apr 2023 08:06:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=b1Xi3Q4vNcGVeQMG9tgE5Gtd1e6//QwPSdyS4a4IdQw=; b=bqlap3ZZNbcbrPLcLWvQ /bAEk472ziLp31OTPcu1pOloIGXu5DE7Re9/VBkaCaWItt3s7lrzjTsS+uxCZKzK5ub3xD3tkyRQA uICk4OZQLzZGg5Z95z7+8buCuUblXdmEpyuBkacLl3NiP0cVqMJ2ImV/SB9+xf9AlND8Lk2SADrl6 0FGLQ+rH/Xdhjf8jzAhXvn2Vyq19tXvTZhjqwRtUQMNp7u3/KgqHQwULwrINnIF6AWYnECrFkzedJ ClgK4AE+VkKKo6IftqKYuIyKkTLNZQ3LeHK9vphTKjLySAG0JI83v2b4VE1j2n7ZpTkcrc347sSjs OU2WIt0f5eNwDQ==; 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 1pquxf-0006HT-Dl; Mon, 24 Apr 2023 08:06:28 -0400 In-Reply-To: <87jzy1bk2e.fsf@gmail.com> (message from Robert Pluim on Mon, 24 Apr 2023 13:23:21 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:305619 Archived-At: > From: Robert Pluim > Cc: visuweshm@gmail.com, emacs-devel@gnu.org > Date: Mon, 24 Apr 2023 13:23:21 +0200 > > >>>>> On Mon, 24 Apr 2023 14:07:29 +0300, Eli Zaretskii said: > >> Actually, does that mean that 'W' should invoke > >> `browse-url-secondary-browser-function' when called with a prefix? > > Eli> Why? Invoking any command, let alone with a prefix argument, is an > Eli> option, so if the user does invoke it, why should be second-guess what > Eli> the user had in mind? > > Iʼm showing my gnus prejudice here, but itʼs because thatʼs what 'w' > does in the summary buffer, and itʼs kind of neat to be able to choose > between two different browsers just with a prefix. It would allow > Visuwesh to easily keep his preferred 'show everything in EWW', but > allow using an external browser as well. I don't mind, but beware the over-engineering.