From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: improving query-replace and query-replace-regexp Date: Wed, 02 Jun 2004 13:37:10 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040528.182035.197345599.wl@gnu.org> <87k6yvorzf.fsf@mail.jurta.org> <20040529213132.GA31322@fencepost> <873c5hd35q.fsf@mail.jurta.org> <8765aadbgb.fsf@mail.jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1086197975 26509 80.91.224.253 (2 Jun 2004 17:39:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Jun 2004 17:39:35 +0000 (UTC) Cc: juri@jurta.org, wl@gnu.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jun 02 19:39:21 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BVZhw-0006bC-00 for ; Wed, 02 Jun 2004 19:39:20 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BVZhw-00067n-00 for ; Wed, 02 Jun 2004 19:39:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVZiE-0002d4-IN for emacs-devel@quimby.gnus.org; Wed, 02 Jun 2004 13:39:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BVZgc-0001eh-IE for emacs-devel@gnu.org; Wed, 02 Jun 2004 13:38:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BVZgb-0001dn-Ci for emacs-devel@gnu.org; Wed, 02 Jun 2004 13:37:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVZga-0001Ya-WE for emacs-devel@gnu.org; Wed, 02 Jun 2004 13:37:57 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BVZfr-000082-4v for emacs-devel@gnu.org; Wed, 02 Jun 2004 13:37:11 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1BVZfq-0006Wk-BJ; Wed, 02 Jun 2004 13:37:10 -0400 Original-To: Miles Bader In-reply-to: (message from Miles Bader on Wed, 02 Jun 2004 10:48:02 +0900) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24417 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24417 This is a case where `minibuffer-electric-default-mode' would really help... What do people think of enabling this by default? Not only does it reduce minibuffer overflow, but I think it makes the user-interface more intuitive. Let's several of us try it for a week, then talk about it again. I am trying it now. If we do make this change, we will need to rewrite parts of the Emacs manual.