From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#8901: Extra info (C-u C- is broken in isearch) Date: Mon, 20 Jun 2011 18:09:16 +0000 Message-ID: <20110620180916.GB3743@acm.acm> References: <20110620155825.GA3743@acm.acm> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1308594291 24625 80.91.229.12 (20 Jun 2011 18:24:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 20 Jun 2011 18:24:51 +0000 (UTC) To: 8901@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jun 20 20:24:47 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QYj9O-0001wL-MN for geb-bug-gnu-emacs@m.gmane.org; Mon, 20 Jun 2011 20:24:42 +0200 Original-Received: from localhost ([::1]:58159 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYj9N-000528-FI for geb-bug-gnu-emacs@m.gmane.org; Mon, 20 Jun 2011 14:24:41 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYiwD-0000m3-8t for bug-gnu-emacs@gnu.org; Mon, 20 Jun 2011 14:11:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QYiwB-00068d-De for bug-gnu-emacs@gnu.org; Mon, 20 Jun 2011 14:11:04 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:33387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYiwB-00068V-5X for bug-gnu-emacs@gnu.org; Mon, 20 Jun 2011 14:11:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QYiwA-0008Rv-MW; Mon, 20 Jun 2011 14:11:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <20110620155825.GA3743@acm.acm> Resent-From: Alan Mackenzie Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 20 Jun 2011 18:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8901 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 8901-submit@debbugs.gnu.org id=B8901.130859346232474 (code B ref 8901); Mon, 20 Jun 2011 18:11:02 +0000 Original-Received: (at 8901) by debbugs.gnu.org; 20 Jun 2011 18:11:02 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QYiw8-0008Rh-Te for submit@debbugs.gnu.org; Mon, 20 Jun 2011 14:11:01 -0400 Original-Received: from colin.muc.de ([193.149.48.1] helo=mail.muc.de) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QYiw6-0008RU-P8 for 8901@debbugs.gnu.org; Mon, 20 Jun 2011 14:10:59 -0400 Original-Received: (qmail 3169 invoked by uid 3782); 20 Jun 2011 18:10:52 -0000 Original-Received: from acm.muc.de (pD9557446.dip.t-dialin.net [217.85.116.70]) by colin2.muc.de (tmda-ofmipd) with ESMTP; Mon, 20 Jun 2011 20:10:51 +0200 Original-Received: (qmail 19972 invoked by uid 1000); 20 Jun 2011 18:09:16 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 20 Jun 2011 14:11:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:47358 Archived-At: Hi. Sorry, the bug should have read: In the bzr head: 1. emacs -Q 2. M-: (setq isearch-allow-scroll t) 3. Visit a file, any file. 4. Initiate an isearch with C-s 5. Type in incremental characters, taking point further into the buffer. 6. Terminate the search with C-u C- This should terminate the search and return to where the search started. Instead, it pushes another mark, as though the C-u weren't typed. This bug was also present in Emacs 23.2. It was not present in 22.2. -- Alan Mackenzie (Nuremberg, Germany).