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: Thu, 20 Apr 2023 11:21:03 +0300 Message-ID: <831qkf6k28.fsf@gnu.org> References: <87leipe0oi.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="7726"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Apr 20 10:21:40 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 1ppPXw-0001pg-E3 for ged-emacs-devel@m.gmane-mx.org; Thu, 20 Apr 2023 10:21:40 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ppPXB-0000p8-IJ; Thu, 20 Apr 2023 04:20:53 -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 1ppPX9-0000oq-D3 for emacs-devel@gnu.org; Thu, 20 Apr 2023 04:20:51 -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 1ppPX9-00051p-1V; Thu, 20 Apr 2023 04:20:51 -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=3kXDYaH2u663qIvAgDK6F0zvu37nKHs2m0BSQ//dLVc=; b=RXhOi2BJAlVFdGeU8Rlz tGzrgl1Sn1MKuM1CW5r2UuYup7la/VeKPSpHggg+LMymU0NvmMHaIbOf4CZURFxpwNyWYiVeIi0Ny TlvohM8itV3Ic3bEj3KojZu30J4BWgC0qfSzJZtmd3Dwb9Y6wZ5tTy5e6vphKW8eJs1sHUKzTbUgT j290/u0hy/OrzBIVhnGaKjtcsK54vJjx/1PJbMaEPZWqsStiU1cGhMKX2xFdvch2X2iBVZg8JtB1y TWfwCD1eLNzpuAzITR6oAlcPmCitlfcVMHf1bRnYAZ1t4uimizR323OzNErfZpA+LzEXSLZW0h2l4 VPXgU0rzI5QGPQ==; 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 1ppPX8-0001Kq-DC; Thu, 20 Apr 2023 04:20:50 -0400 In-Reply-To: <87leipe0oi.fsf@gmail.com> (message from Robert Pluim on Tue, 18 Apr 2023 16:15:41 +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:305491 Archived-At: > From: Robert Pluim > Date: Tue, 18 Apr 2023 16:15:41 +0200 > > emacs-29 adds `dired-do-eww' and `enriched-toggle-markup', but without > any bindings. We could put the first one on the prefix arg to 'f' in > dired-mode (ʼwʼ and 'W' are already taken) How about using 'W' with a prefix argument instead? > and the latter on 'M-o t' in enriched-mode. 't' for "toggle", I presume? If so, that's too general: what if we will have another "toggle-something" command in Enriched mode? How about "M-o m" ('m' for "markup") instead?