From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Third Newsgroups: gmane.emacs.bugs Subject: bug#43948: 28.0.50; [PATCH][NS] Make s- to move to beginning/end of line Date: Tue, 20 Oct 2020 13:33:52 +0100 Message-ID: <20201020123352.GH1166@breton.holly.idiocy.org> References: <98BE6156-9A91-4D4C-B326-62D24C3945B2@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20218"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 43948@debbugs.gnu.org, Andrii Kolomoiets , Daniel =?UTF-8?Q?Mart=C3=ADn?= To: Mattias =?UTF-8?Q?Engdeg=C3=A5rd?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Oct 20 14:34:12 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 1kUqqB-00058n-AK for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 20 Oct 2020 14:34:11 +0200 Original-Received: from localhost ([::1]:38952 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kUqqA-0004dE-AC for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 20 Oct 2020 08:34:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40504) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kUqq2-0004br-E7 for bug-gnu-emacs@gnu.org; Tue, 20 Oct 2020 08:34:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:60566) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kUqq2-0001g7-4i for bug-gnu-emacs@gnu.org; Tue, 20 Oct 2020 08:34:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kUqq2-0005z6-2B for bug-gnu-emacs@gnu.org; Tue, 20 Oct 2020 08:34:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Alan Third Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 20 Oct 2020 12:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43948 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 43948-submit@debbugs.gnu.org id=B43948.160319723922996 (code B ref 43948); Tue, 20 Oct 2020 12:34:02 +0000 Original-Received: (at 43948) by debbugs.gnu.org; 20 Oct 2020 12:33:59 +0000 Original-Received: from localhost ([127.0.0.1]:43879 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUqpz-0005yq-NR for submit@debbugs.gnu.org; Tue, 20 Oct 2020 08:33:59 -0400 Original-Received: from idiocy.org ([217.169.17.33]:57813 helo=breton.holly.idiocy.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUqpy-0005ya-Iv for 43948@debbugs.gnu.org; Tue, 20 Oct 2020 08:33:58 -0400 Original-Received: by breton.holly.idiocy.org (Postfix, from userid 501) id E444D202629C96; Tue, 20 Oct 2020 13:33:52 +0100 (BST) Mail-Followup-To: Alan Third , Mattias =?UTF-8?Q?Engdeg=C3=A5rd?= , Andrii Kolomoiets , 43948@debbugs.gnu.org, Daniel =?UTF-8?Q?Mart=C3=ADn?= Content-Disposition: inline In-Reply-To: <98BE6156-9A91-4D4C-B326-62D24C3945B2@acm.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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:191086 Archived-At: On Tue, Oct 20, 2020 at 11:55:36AM +0200, Mattias Engdegård wrote: > Similarly, should M-mouse-1 be bound to rectangular selection, since > Option-drag-mouse appears to be the platform convention? (It seems > unlikely that there would be a sizeable population of secondary > selection users on NS, but what do I know.) I'm not sure. I'm happy enough with the super bindings since I don't think Emacs has any by default, but I don't know that we want to get into other bindings with a greater potential for conflict. -- Alan Third