From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.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: Sun, 25 Nov 2012 11:32:03 +0200 Organization: JURTA Message-ID: <87lidq9gfg.fsf@mail.jurta.org> References: <1353808522.99119.YahooMailClassic@web141103.mail.bf1.yahoo.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1353837211 2756 80.91.229.3 (25 Nov 2012 09:53:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Nov 2012 09:53:31 +0000 (UTC) Cc: 12986@debbugs.gnu.org To: Kelly Dean Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Nov 25 10:53:43 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TcYuE-0002I0-Ou for geb-bug-gnu-emacs@m.gmane.org; Sun, 25 Nov 2012 10:53:42 +0100 Original-Received: from localhost ([::1]:41788 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TcYu3-00013k-SN for geb-bug-gnu-emacs@m.gmane.org; Sun, 25 Nov 2012 04:53:31 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:40113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TcYu0-00011J-28 for bug-gnu-emacs@gnu.org; Sun, 25 Nov 2012 04:53:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TcYty-0004iq-P2 for bug-gnu-emacs@gnu.org; Sun, 25 Nov 2012 04:53:27 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:55475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TcYty-0004im-LU for bug-gnu-emacs@gnu.org; Sun, 25 Nov 2012 04:53:26 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TcYvW-0001R2-T1 for bug-gnu-emacs@gnu.org; Sun, 25 Nov 2012 04:55:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 25 Nov 2012 09:55: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: Original-Received: via spool by 12986-submit@debbugs.gnu.org id=B12986.13538372685450 (code B ref 12986); Sun, 25 Nov 2012 09:55:02 +0000 Original-Received: (at 12986) by debbugs.gnu.org; 25 Nov 2012 09:54:28 +0000 Original-Received: from localhost ([127.0.0.1]:37488 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TcYux-0001Pm-TB for submit@debbugs.gnu.org; Sun, 25 Nov 2012 04:54:28 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:45969 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TcYuv-0001Pc-GK for 12986@debbugs.gnu.org; Sun, 25 Nov 2012 04:54:25 -0500 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 04656451E18A; Sun, 25 Nov 2012 01:52:47 -0800 (PST) In-Reply-To: <1353808522.99119.YahooMailClassic@web141103.mail.bf1.yahoo.com> (Kelly Dean's message of "Sat, 24 Nov 2012 17:55:22 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 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.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:67441 Archived-At: > Using 24.2, type: > onto to > Then do: > C-a C-s to > It highlights the first occurrence of "to" as the current match, > and the second as the next match. > Then do: M-s w > Now, if you type a space, it continues in word mode as expected, but > if instead you backspace over the o, it exits word mode. It shouldn't do that. > This same problem applies to case-sensitivity mode (M-c) too. (isearch-delete-char) restores the previous search state. If you want just to remove the last character from the search string, you can type `C-M-w' (isearch-del-char).