From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Let's make C-M-w in isearch yank symbol, not delete character Date: Mon, 05 Mar 2018 17:59:41 +0200 Message-ID: <83606atswi.fsf@gnu.org> References: <87po4slrg4.fsf@mail.linkov.net> <831sh82zyf.fsf@gnu.org> <87h8q2w29i.fsf@mail.linkov.net> <83tvu1zsru.fsf@gnu.org> <87tvtzjvh4.fsf@mail.linkov.net> <83tvtyx55a.fsf@gnu.org> <87efl0pz4d.fsf@mail.linkov.net> <83o9k3u9ku.fsf@gnu.org> <87371f34m6.fsf@mail.linkov.net> <83bmg3tczk.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1520265535 22785 195.159.176.226 (5 Mar 2018 15:58:55 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 5 Mar 2018 15:58:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: juri@linkov.net Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 05 16:58:51 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1essVi-00054R-QN for ged-emacs-devel@m.gmane.org; Mon, 05 Mar 2018 16:58:46 +0100 Original-Received: from localhost ([::1]:50120 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1essXl-0000vv-Ht for ged-emacs-devel@m.gmane.org; Mon, 05 Mar 2018 11:00:53 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1essWu-0000th-Kr for emacs-devel@gnu.org; Mon, 05 Mar 2018 11:00:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1essWo-0001xe-R0 for emacs-devel@gnu.org; Mon, 05 Mar 2018 11:00:00 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1essWo-0001xS-L8; Mon, 05 Mar 2018 10:59:54 -0500 Original-Received: from [176.228.60.248] (port=4575 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1essWn-0001pg-Np; Mon, 05 Mar 2018 10:59:54 -0500 In-reply-to: <83bmg3tczk.fsf@gnu.org> (message from Eli Zaretskii on Mon, 05 Mar 2018 05:31:11 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:223282 Archived-At: > Date: Mon, 05 Mar 2018 05:31:11 +0200 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > > But point jumps to the beginning of the line > > Not here, it doesn't. Actually, it does. (I thought you were talking about the line in the minibuffer, so I didn't look elsewhere.) > > So actually it does both: appends control characters and runs the > > command, and doing both makes no sense. Then maybe we should create two > > separate options for search-exit-option: one to run the command > > and another to append control characters. Probably. Although I think that the latter is much more important, so I'd be okay with having only it.