From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Suggestions for the temporary windows used from the minibuffer Date: Thu, 11 Aug 2005 10:28:18 -0400 Message-ID: References: <42F34A82.9070703@student.lu.se> <42F3F3D7.7060506@student.lu.se> <42F68B76.7030109@student.lu.se> <42F8DD04.30501@student.lu.se> <42F90A94.9060802@student.lu.se> <42F939CE.6090406@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1123771360 17909 80.91.229.2 (11 Aug 2005 14:42:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Aug 2005 14:42:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 11 16:42:38 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E3EEg-00049e-1v for ged-emacs-devel@m.gmane.org; Thu, 11 Aug 2005 16:40:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E3EHq-00011E-D5 for ged-emacs-devel@m.gmane.org; Thu, 11 Aug 2005 10:44:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E3EEL-0008Ez-Ir for emacs-devel@gnu.org; Thu, 11 Aug 2005 10:40:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E3EE7-00087T-Pl for emacs-devel@gnu.org; Thu, 11 Aug 2005 10:40:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E3EE4-000832-Ao for emacs-devel@gnu.org; Thu, 11 Aug 2005 10:40:08 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E3EJC-00007F-NL for emacs-devel@gnu.org; Thu, 11 Aug 2005 10:45:26 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1E3E2c-0003jn-P7; Thu, 11 Aug 2005 10:28:18 -0400 Original-To: Lennart Borgman In-reply-to: <42F939CE.6090406@student.lu.se> (message from Lennart Borgman on Wed, 10 Aug 2005 01:18:38 +0200) 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:41917 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41917 4) Renamed search-ring-update to isearch-ring-update so that it better fits together with isearch. Lots of isearch options have names starting with search, so I would prefer to keep the name of this one unchanged. 2) Allows scrolling of the help window I don't understand. Would you please describe more clearly the change in behavior that this leads to? 1) Add help to the isearch prompt I am not sure whether that is a good idea. I think we should poll the users about it. 3) Fixes a problem with the stack of commands after fetching a search command from the search command ring I don't understand, what is a "stack of commands"? This might be a necessary bug fix, but I would like to understand at least a little what the bug is.