From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: C-f in isearch's non-incremental minibuffer edit Date: Sun, 17 Apr 2005 15:19:59 -0400 Message-ID: References: <87br8e6gt8.fsf-monnier+emacs@gnu.org> <87k6n22lvd.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1113766570 7645 80.91.229.2 (17 Apr 2005 19:36:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 17 Apr 2005 19:36:10 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 17 21:36:09 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DNFYo-0003jZ-DE for ged-emacs-devel@m.gmane.org; Sun, 17 Apr 2005 21:36:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DNFcm-00062o-6V for ged-emacs-devel@m.gmane.org; Sun, 17 Apr 2005 15:40:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DNFVp-0004uq-Ju for emacs-devel@gnu.org; Sun, 17 Apr 2005 15:33:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DNFVh-0004qq-2t for emacs-devel@gnu.org; Sun, 17 Apr 2005 15:32:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DNFVg-0004i6-3e for emacs-devel@gnu.org; Sun, 17 Apr 2005 15:32:48 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DNFKy-0002ah-2p for emacs-devel@gnu.org; Sun, 17 Apr 2005 15:21:44 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DNFJH-0005UZ-KL; Sun, 17 Apr 2005 15:19:59 -0400 Original-To: Stefan Monnier In-reply-to: <87k6n22lvd.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Sat, 16 Apr 2005 22:20:15 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:36060 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36060 > Could you tell me, at the level of user-visible behavior, how its > currently differs from the usual history functionality? No. It basically works the same, although maybe it doesn't skip things in quite the same order. Could you show me that patch again? The code you're removing must have had some motivation. It might not be a good motivation, but we can't judge it without seeing what it was.