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 14:07:29 +0300 Message-ID: <83mt2xy1vy.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> 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="4490"; 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 13:07:48 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 1pqu2t-000141-RB for ged-emacs-devel@m.gmane-mx.org; Mon, 24 Apr 2023 13:07:47 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pqu2P-0000xx-H2; Mon, 24 Apr 2023 07:07:17 -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 1pqu2E-0000cf-Ma for emacs-devel@gnu.org; Mon, 24 Apr 2023 07:07:11 -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 1pqu2E-0001Ea-EK; Mon, 24 Apr 2023 07:07:06 -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=VnEoDYTx881lGLJO9NgMpT3vFpw4Rat2Flfj/tCtrAw=; b=rXNCXDNxV5Qon7YX0f7v t0VuZ56HGoO/ZL1d4hjQ8Q4ltRSwhN7alyn1W8v6RsBGfm4AadMv8JmDg7jy5DsPH3/qD9MrL1Gtb BdjsU5vwXkTOgFVkN89BH4VBvjGuQMSRqiPUSyqZkVXjGLcIHSrSW5yhcsOZ/QeIa7R2ulW7AQvMz 8lNwF75GDcaYUqbnDOziow2LVXUWgrctkAcv2EISDHGYP7Q+bk3bh4d47T/un41/vpqsmB9qVHg1q 0jG2sY8QFNxRO2KJVsem0wy/6DsYbxWxvr1hA4LpBIrv+0kWHUyHxGmtgUXb86Ry2I7AGWV8org4l mp4n6/AibC32qw==; 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 1pqu2C-0004y8-VP; Mon, 24 Apr 2023 07:07:05 -0400 In-Reply-To: <875y9ld9lt.fsf@gmail.com> (message from Robert Pluim on Mon, 24 Apr 2023 09:26:22 +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:305617 Archived-At: > From: Robert Pluim > Cc: Eli Zaretskii , emacs-devel@gnu.org > Date: Mon, 24 Apr 2023 09:26:22 +0200 > > >>>>> On Fri, 21 Apr 2023 09:48:40 +0530, Visuwesh said: > > >> >> How about using 'W' with a prefix argument instead? > >> > Visuwesh> It would be pretty useful for those who set eww as the primary > Visuwesh> browse-url browser. > >> > >> Doesnʼt that already work if you just customize > >> `browse-url-browser-function' to `eww-browse-url'? > > Visuwesh> I meant useless! i.e., > > Visuwesh> It would be pretty useless for those who set eww as the primary > Visuwesh> ^^^^^^^^ > Visuwesh> browse-url browser. > > Actually, does that mean that 'W' should invoke > `browse-url-secondary-browser-function' when called with a prefix? Why? Invoking any command, let alone with a prefix argument, is an option, so if the user does invoke it, why should be second-guess what the user had in mind?