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#47599: 28.0.50; Feature request improve/update isearch Date: Thu, 08 Apr 2021 22:05:34 +0300 Organization: LINKOV.NET Message-ID: <87blao38ch.fsf@mail.linkov.net> References: <20210405020725.ob7bewlin7cid4pa.ref@Ergus> <20210405020725.ob7bewlin7cid4pa@Ergus> <87mtubrzp3.fsf@mail.linkov.net> <87k0pe49ny.fsf@mail.linkov.net> <3ec7e2e58adbe810caca@heytings.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23538"; 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: 47599@debbugs.gnu.org, Ergus To: Gregory Heytings Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Apr 08 21:07:40 2021 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 1lUa0B-0005zY-OV for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 08 Apr 2021 21:07:39 +0200 Original-Received: from localhost ([::1]:55372 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lUa0A-0007s9-Oy for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 08 Apr 2021 15:07:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60344) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUZzb-0007hB-6U for bug-gnu-emacs@gnu.org; Thu, 08 Apr 2021 15:07:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:36806) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lUZza-0003gu-G2 for bug-gnu-emacs@gnu.org; Thu, 08 Apr 2021 15:07:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lUZza-0007rY-9y for bug-gnu-emacs@gnu.org; Thu, 08 Apr 2021 15:07: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: Thu, 08 Apr 2021 19:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47599 X-GNU-PR-Package: emacs Original-Received: via spool by 47599-submit@debbugs.gnu.org id=B47599.161790878330175 (code B ref 47599); Thu, 08 Apr 2021 19:07:02 +0000 Original-Received: (at 47599) by debbugs.gnu.org; 8 Apr 2021 19:06:23 +0000 Original-Received: from localhost ([127.0.0.1]:48352 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lUZyw-0007qc-EY for submit@debbugs.gnu.org; Thu, 08 Apr 2021 15:06:23 -0400 Original-Received: from relay7-d.mail.gandi.net ([217.70.183.200]:41543) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lUZyt-0007qL-Sq for 47599@debbugs.gnu.org; Thu, 08 Apr 2021 15:06:20 -0400 X-Originating-IP: 91.129.107.223 Original-Received: from mail.gandi.net (m91-129-107-223.cust.tele2.ee [91.129.107.223]) (Authenticated sender: juri@linkov.net) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 3B56B20004; Thu, 8 Apr 2021 19:06:11 +0000 (UTC) In-Reply-To: <3ec7e2e58adbe810caca@heytings.org> (Gregory Heytings's message of "Wed, 07 Apr 2021 17:58:13 +0000") 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:203752 Archived-At: >> Is it possible to find a clearer name? >> Maybe isearch-repeat-on-direction-change would be better with the prefix >> 'isearch-repeat-' to hint that it applies to the commands >> 'isearch-repeat-*'? > > Done. Now your patch is pushed in 972bab0981. Thanks for such useful feature!