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#12986: Pressing backspace during isearch exits case-sensitive and word modes Date: Tue, 11 May 2021 20:56:06 +0300 Organization: LINKOV.NET Message-ID: <87mtt1xjl5.fsf@mail.linkov.net> References: <1354124058.21763.YahooMailClassic@web141103.mail.bf1.yahoo.com> <87a9u1jqzh.fsf@mail.jurta.org> <87obbolu5c.fsf@mail.jurta.org> <877dru97yv.fsf@gnus.org> <875yzqu96e.fsf@gnus.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="25420"; 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: 12986@debbugs.gnu.org, Kelly Dean To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue May 11 20:32:14 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 1lgXB0-0006Uf-Ow for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 11 May 2021 20:32:14 +0200 Original-Received: from localhost ([::1]:54952 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lgXAy-0002rl-Tr for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 11 May 2021 14:32:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42120) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lgXAo-0002oJ-U3 for bug-gnu-emacs@gnu.org; Tue, 11 May 2021 14:32:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54038) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lgXAo-0007ym-MR for bug-gnu-emacs@gnu.org; Tue, 11 May 2021 14:32:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lgXAo-0000D0-Jv for bug-gnu-emacs@gnu.org; Tue, 11 May 2021 14:32: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 May 2021 18:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12986 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 12986-submit@debbugs.gnu.org id=B12986.1620757920786 (code B ref 12986); Tue, 11 May 2021 18:32:02 +0000 Original-Received: (at 12986) by debbugs.gnu.org; 11 May 2021 18:32:00 +0000 Original-Received: from localhost ([127.0.0.1]:37350 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lgXAl-0000CX-U8 for submit@debbugs.gnu.org; Tue, 11 May 2021 14:32:00 -0400 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:53005) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lgXAi-0000C0-Ot for 12986@debbugs.gnu.org; Tue, 11 May 2021 14:31:57 -0400 X-Originating-IP: 91.129.102.166 Original-Received: from mail.gandi.net (m91-129-102-166.cust.tele2.ee [91.129.102.166]) (Authenticated sender: juri@linkov.net) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 334176000D; Tue, 11 May 2021 18:31:48 +0000 (UTC) In-Reply-To: <875yzqu96e.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 10 May 2021 13:20:41 +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:206269 Archived-At: >> I respun the patch for Emacs 28, but looking at it, I guess it doesn't >> support actually restoring the modes it's discussing? > > But I guess since the companion patch in bug#11378 was never applied, > it's a moot issue. Juri, is this something that should still be worked > on, or has this patch (and the one in bug#11378) been abandoned? This feature is currently under discussion with Augusto.