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 14:34:36 +0300 Message-ID: <83leim6b3n.fsf@gnu.org> References: <87leipe0oi.fsf@gmail.com> <831qkf6k28.fsf@gnu.org> <87mt32dh60.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="13673"; 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 13:35:10 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 1ppSZB-0003Js-NN for ged-emacs-devel@m.gmane-mx.org; Thu, 20 Apr 2023 13:35:09 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ppSYg-0006X1-KV; Thu, 20 Apr 2023 07:34:38 -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 1ppSYf-0006We-9z for emacs-devel@gnu.org; Thu, 20 Apr 2023 07:34:37 -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 1ppSYe-0008T3-UU; Thu, 20 Apr 2023 07:34:36 -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=XuQ7s52evYzfgoXYNDgtiIEBcKxHVzsphnxiwTKktYk=; b=W0R1UaYnnXZEpEUsLBqV Y1mT1s3eV2iVt1JblbhgddN5GX5XT3ytEgS7hBQ0oZ2HqRCA6KT44/WbxPXWMA0flB/c+3r4QCQxP UHTyc/cItb41PT47XK7mKpWTayLK4VRSlwfOU3lw96mNySLUnAkxrK8xp9TVvxyMF8qwQjiAbljLd tAYWnvR5cDzBAFoR2h1qcWgpDNyMnm4R8qsf3CUNgZdFUFidfai67Uqm9WfhVZdEnaHY06FNoHtxS m0hoBMytI/JRwWZE0vLzHDfIIVQt/ezSIhX4ySk/wbPz+88U6ANJgV5iTAuozeDJyWWpNotfDNBc/ hx5Up1uorvRExA==; 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 1ppSYQ-00070v-4j; Thu, 20 Apr 2023 07:34:36 -0400 In-Reply-To: <87mt32dh60.fsf@gmail.com> (message from Robert Pluim on Thu, 20 Apr 2023 11:41:43 +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:305498 Archived-At: > From: Robert Pluim > Cc: emacs-devel@gnu.org > Date: Thu, 20 Apr 2023 11:41:43 +0200 > > >>>>> On Thu, 20 Apr 2023 11:21:03 +0300, Eli Zaretskii said: > > >> 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) > > Eli> How about using 'W' with a prefix argument instead? > > dʼoh. I had my own binding on W shadowing the default one :-) > > >> and the latter on 'M-o t' in enriched-mode. > > Eli> 't' for "toggle", I presume? If so, that's too general: what if we > Eli> will have another "toggle-something" command in Enriched mode? > > Eli> How about "M-o m" ('m' for "markup") instead? > > Sure, that works as well. If you want to do this, please go ahead, and thanks.