From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Bug #8901: (C-u C- fails in Isearch) - proposed fix. Date: Tue, 30 Aug 2011 00:33:28 +0300 Organization: JURTA Message-ID: <87k49vykbb.fsf@mail.jurta.org> References: <20110829210659.GC2908@acm.acm> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1314653696 17368 80.91.229.12 (29 Aug 2011 21:34:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 29 Aug 2011 21:34:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 29 23:34:52 2011 Return-path: Envelope-to: ged-emacs-devel@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 1Qy9Tm-0008UT-Hi for ged-emacs-devel@m.gmane.org; Mon, 29 Aug 2011 23:34:50 +0200 Original-Received: from localhost ([::1]:46515 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qy9Tl-0000Lk-WF for ged-emacs-devel@m.gmane.org; Mon, 29 Aug 2011 17:34:50 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:59835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qy9Tj-0000Lf-AB for emacs-devel@gnu.org; Mon, 29 Aug 2011 17:34:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qy9Ti-000601-Aw for emacs-devel@gnu.org; Mon, 29 Aug 2011 17:34:47 -0400 Original-Received: from smarty.dreamhost.com ([208.113.175.8]:47982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qy9Ti-0005zx-2P for emacs-devel@gnu.org; Mon, 29 Aug 2011 17:34:46 -0400 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id C451C6E807E; Mon, 29 Aug 2011 14:34:44 -0700 (PDT) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id ADFD6451C3C0; Mon, 29 Aug 2011 14:34:43 -0700 (PDT) In-Reply-To: <20110829210659.GC2908@acm.acm> (Alan Mackenzie's message of "Mon, 29 Aug 2011 21:06:59 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.113.175.8 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:143641 Archived-At: > Bug #8901 again, for reference: > 1. emacs -Q > 2. M-: (setq isearch-allow-scroll t) > 3. C-x C-f > 4. C-s > 5. C-u C- > > This last command ought to terminate the isearch and move point to where > the search began. Instead, it pushes a mark, as though the C-u were not > there. Please note that it works correctly on X, but fails on a tty. So this is a tty-specific bug.