From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#39512: 28.0.50; Add command isearch-yank-region Date: Tue, 11 Aug 2020 02:49:44 +0300 Organization: LINKOV.NET Message-ID: <87v9hqjb27.fsf@mail.linkov.net> References: <87eev52bw6.fsf@calancha-pc.dy.bbexcite.jp> <877e0wiosp.fsf@mail.linkov.net> <87v9hst5wv.fsf@gnus.org> <87mu33zchk.fsf@mail.linkov.net> <20200810011954.ro4utplq3ohpob2d@Ergus> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24033"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: Tino Calancha , npostavs@gmail.com, 39512@debbugs.gnu.org, contovob@tcd.ie, Lars Ingebrigtsen To: Ergus Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Aug 11 02:45:52 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 1k5IQJ-00068G-Le for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 11 Aug 2020 02:45:51 +0200 Original-Received: from localhost ([::1]:35386 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k5IQI-00068N-Jg for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 10 Aug 2020 20:45:50 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46356) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k5IPX-0005KQ-6W for bug-gnu-emacs@gnu.org; Mon, 10 Aug 2020 20:45:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54659) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k5IPW-0004Mr-Rq for bug-gnu-emacs@gnu.org; Mon, 10 Aug 2020 20:45:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k5IPW-0006OF-QG for bug-gnu-emacs@gnu.org; Mon, 10 Aug 2020 20:45:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 11 Aug 2020 00:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39512 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 39512-submit@debbugs.gnu.org id=B39512.159710665724457 (code B ref 39512); Tue, 11 Aug 2020 00:45:02 +0000 Original-Received: (at 39512) by debbugs.gnu.org; 11 Aug 2020 00:44:17 +0000 Original-Received: from localhost ([127.0.0.1]:37965 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k5IOn-0006MK-Bu for submit@debbugs.gnu.org; Mon, 10 Aug 2020 20:44:17 -0400 Original-Received: from relay6-d.mail.gandi.net ([217.70.183.198]:50747) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k5IOl-0006Lu-Kq for 39512@debbugs.gnu.org; Mon, 10 Aug 2020 20:44:16 -0400 X-Originating-IP: 91.129.102.47 Original-Received: from mail.gandi.net (m91-129-102-47.cust.tele2.ee [91.129.102.47]) (Authenticated sender: juri@linkov.net) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id C4382C000A; Tue, 11 Aug 2020 00:44:06 +0000 (UTC) In-Reply-To: <20200810011954.ro4utplq3ohpob2d@Ergus> (Ergus's message of "Mon, 10 Aug 2020 03:19:54 +0200") 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:184613 Archived-At: > Now I am using swiper which has an improved version for thing-at-point > (something like `thing-at-point-or-region` called `ivy-thing-at-point`) > which actually is much more useful and avoids an extra binding. > > https://github.com/abo-abo/swiper/blob/c6b60d34ac37bf4d91a25f16d22e528f85e06938/ivy.el#L426 > > Implementing something like that in vanilla is (in my opinion) the best > default behaviors for isearch-forward-symbol-at-point. But I don't want > to go in that discussion in the mailing list because it is difficult to > get an agreement what touching old commands. But you are free to do it > if you want. Indeed there are two ways to add it: as a new command (that requires a new keybinding) or a new option (disabled by default) for the existing command. Maybe we could enable it by default, but I don't know how it will affect the use cases of users - maybe someone users use isearch to extend the active region to the next matching symbol, and don't want 'M-s .' to yank the region.