From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: ams@gnu.org (Alfred M. Szmidt) Newsgroups: gmane.emacs.devel Subject: Re: A new user perspective about "Changes for emacs 28" Date: Tue, 15 Sep 2020 02:54:35 -0400 Message-ID: References: <83k0x4mjsv.fsf@gnu.org> <831rjcmgn8.fsf@gnu.org> <897b82c2-8ec2-60c0-f5c3-5ab98f79fbd8@yandex.ru> <20200911114013.vnr6k47bnfqbbvkv@Ergus> <87o8mc4b65.fsf@gmail.com> <20200911150330.jyo65sauphrswf77@Ergus> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27787"; mail-complaints-to="usenet@ciao.gmane.io" Cc: spacibba@aol.com, emacs-devel@gnu.org, nicola.manca85@gmail.com, eliz@gnu.org, arthur.miller@live.com, dgutov@yandex.ru, yandros@gmail.com, jackkamm@gmail.com, drew.adams@oracle.com To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Sep 15 08:55:29 2020 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 1kI4sD-0007Ay-Gc for ged-emacs-devel@m.gmane-mx.org; Tue, 15 Sep 2020 08:55:29 +0200 Original-Received: from localhost ([::1]:57904 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kI4sC-0006PU-Hd for ged-emacs-devel@m.gmane-mx.org; Tue, 15 Sep 2020 02:55:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59102) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kI4rP-0005Yq-8q for emacs-devel@gnu.org; Tue, 15 Sep 2020 02:54:39 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:39604) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kI4rM-0000EY-R7; Tue, 15 Sep 2020 02:54:36 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1kI4rL-0006op-3Z; Tue, 15 Sep 2020 02:54:35 -0400 In-reply-to: (message from Richard Stallman on Tue, 15 Sep 2020 00:34:50 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:255709 Archived-At: > * Change the default action of C-z, at least in gui frames, to call the > above undo rather than suspend frame. I don't like making the default bindings for important commands vary for different types of frames. On tty frames we NEED suspend-frame. INCF. But we could have a mode to rebind keys which would rebind C-z. Maybe it could be part of cua-mode; and then there could be a cua-mode enable button or something like that in the splash screen.