From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.bugs Subject: bug#39545: 26.3; C-S-a gets translated to C-a in message-mode Date: Mon, 10 Feb 2020 11:38:33 -0800 Message-ID: <87imkekzba.fsf@ericabrahamsen.net> References: <87mu9qy8m0.fsf@sealcode.org> <87o8u6war1.fsf@ericabrahamsen.net> <83o8u6b6hp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="50382"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 39545@debbugs.gnu.org, kuba.orlik@sealcode.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Feb 10 20:39:14 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1j1Etl-000D24-Ny for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 10 Feb 2020 20:39:13 +0100 Original-Received: from localhost ([::1]:37896 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1Etk-0002BZ-M8 for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 10 Feb 2020 14:39:12 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37870) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1Etb-0002BF-UU for bug-gnu-emacs@gnu.org; Mon, 10 Feb 2020 14:39:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j1Eta-0006mI-SE for bug-gnu-emacs@gnu.org; Mon, 10 Feb 2020 14:39:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:49467) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j1Eta-0006lR-OA for bug-gnu-emacs@gnu.org; Mon, 10 Feb 2020 14:39:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j1Eta-0001rt-CM for bug-gnu-emacs@gnu.org; Mon, 10 Feb 2020 14:39:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eric Abrahamsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 10 Feb 2020 19:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39545 X-GNU-PR-Package: emacs Original-Received: via spool by 39545-submit@debbugs.gnu.org id=B39545.15813635237155 (code B ref 39545); Mon, 10 Feb 2020 19:39:02 +0000 Original-Received: (at 39545) by debbugs.gnu.org; 10 Feb 2020 19:38:43 +0000 Original-Received: from localhost ([127.0.0.1]:55440 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j1EtG-0001rL-OJ for submit@debbugs.gnu.org; Mon, 10 Feb 2020 14:38:43 -0500 Original-Received: from ericabrahamsen.net ([52.70.2.18]:47912 helo=mail.ericabrahamsen.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j1EtF-0001qz-6W for 39545@debbugs.gnu.org; Mon, 10 Feb 2020 14:38:41 -0500 Original-Received: from localhost (unknown [205.175.106.48]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 6BD94FA12C; Mon, 10 Feb 2020 19:38:34 +0000 (UTC) In-Reply-To: <83o8u6b6hp.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 10 Feb 2020 21:13:38 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:175896 Archived-At: On 02/10/20 21:13 PM, Eli Zaretskii wrote: >> From: Eric Abrahamsen >> Date: Mon, 10 Feb 2020 10:36:02 -0800 >> Cc: kuba.orlik@sealcode.org >> >> > 1. M-x message-mode >> > 2. Enter some text >> > 3. Press C-S-a >> > >> > The point moves to the beggining of the line, but doesn't select the >> > text along the way, as C-S-a usually does >> >> C-S-a doesn't "usually" do that -- maybe it's a part of `cua-mode' > > No, it's a normal Emacs "shift-selection" feature: any cursor motion > command (C-a in this case) typed with the Shift key held will select > the text it moves across. You can see it in *scratch* in "emacs -Q", > even. > >> and that's not getting enabled in `message-mode'? > > No, I think it's because in message-mode C-a is bound to > message-beginning-of-line, and that doesn't have "^" in its > interactive spec, like beginning-of-line does. Oops, thanks to both of you for the correction! I tested in *scratch* and saw "C-e (translated from C-S-e) runs the command move-end-of-line" and checked no further. Maybe we can see what Lars thinks about changing the interactive spec for the message function.