From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 20 12:06:59 2011 Received: (at submit) by debbugs.gnu.org; 20 Jun 2011 16:06:59 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QYh06-0007sQ-D2 for submit@debbugs.gnu.org; Mon, 20 Jun 2011 12:06:58 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QYh04-0007sE-GO for submit@debbugs.gnu.org; Mon, 20 Jun 2011 12:06:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QYgzx-0004xc-QQ for submit@debbugs.gnu.org; Mon, 20 Jun 2011 12:06:51 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:59332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYgzx-0004xY-Kh for submit@debbugs.gnu.org; Mon, 20 Jun 2011 12:06:49 -0400 Received: from eggs.gnu.org ([140.186.70.92]:44717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYgzv-0007mo-NA for bug-gnu-emacs@gnu.org; Mon, 20 Jun 2011 12:06:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QYgzt-0004wd-Qf for bug-gnu-emacs@gnu.org; Mon, 20 Jun 2011 12:06:47 -0400 Received: from colin.muc.de ([193.149.48.1]:4419 helo=mail.muc.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYgzt-0004uo-IU for bug-gnu-emacs@gnu.org; Mon, 20 Jun 2011 12:06:45 -0400 Received: (qmail 89996 invoked by uid 3782); 20 Jun 2011 16:00:01 -0000 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 18:00:00 +0200 Received: (qmail 19629 invoked by uid 1000); 20 Jun 2011 15:58:25 -0000 Date: Mon, 20 Jun 2011 15:58:25 +0000 To: bug-gnu-emacs@gnu.org Subject: C-u C- fails inside isearch. Message-ID: <20110620155825.GA3743@acm.acm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) From: Alan Mackenzie X-Primary-Address: acm@muc.de X-detected-operating-system: by eggs.gnu.org: FreeBSD 4.6-4.9 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) In the bzr head: In any buffer, 1. Initiate an isearch with C-s 2. Type in incremental characters, taking point further into the buffer. 3. 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). From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 20 14:11:02 2011 Received: (at 8901) by debbugs.gnu.org; 20 Jun 2011 18:11:02 +0000 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 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 Received: (qmail 3169 invoked by uid 3782); 20 Jun 2011 18:10:52 -0000 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 Received: (qmail 19972 invoked by uid 1000); 20 Jun 2011 18:09:16 -0000 Date: Mon, 20 Jun 2011 18:09:16 +0000 To: 8901@debbugs.gnu.org Subject: Extra info (C-u C- is broken in isearch) Message-ID: <20110620180916.GB3743@acm.acm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) From: Alan Mackenzie X-Primary-Address: acm@muc.de X-Spam-Score: -4.3 (----) X-Debbugs-Envelope-To: 8901 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.7 (---) 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). From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 05 21:19:13 2011 Received: (at 8901-done) by debbugs.gnu.org; 6 Sep 2011 01:19:13 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R0kJl-0006dN-Am for submit@debbugs.gnu.org; Mon, 05 Sep 2011 21:19:13 -0400 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 1R0kJi-0006dD-Od for 8901-done@debbugs.gnu.org; Mon, 05 Sep 2011 21:19:11 -0400 Received: (qmail 60587 invoked by uid 3782); 6 Sep 2011 01:15:25 -0000 Received: from acm.muc.de (pD951A898.dip.t-dialin.net [217.81.168.152]) by colin.muc.de (tmda-ofmipd) with ESMTP; Tue, 06 Sep 2011 03:15:23 +0200 Received: (qmail 2762 invoked by uid 1000); 6 Sep 2011 01:11:45 -0000 Date: Tue, 6 Sep 2011 01:11:45 +0000 To: 8901-done@debbugs.gnu.org Subject: Bug fixed. Message-ID: <20110906011145.GA2510@acm.acm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Delivery-Agent: TMDA/1.1.12 (Macallan) From: Alan Mackenzie X-Primary-Address: acm@muc.de X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 8901-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.3 (--) The bug has been fixed. See revision #105664. From unknown Fri Aug 15 21:26:02 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 04 Oct 2011 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator