From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: Patch: Follow convention for reading with the minibuffer. Date: 09 Sep 2005 13:13:46 -0400 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1126286573 26677 80.91.229.2 (9 Sep 2005 17:22:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Sep 2005 17:22:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 09 19:22:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EDmYX-0000Qb-TK for ged-emacs-devel@m.gmane.org; Fri, 09 Sep 2005 19:20:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EDmYW-0006JO-Af for ged-emacs-devel@m.gmane.org; Fri, 09 Sep 2005 13:20:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EDmWD-0005gc-7J for emacs-devel@gnu.org; Fri, 09 Sep 2005 13:18:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EDmW0-0005RR-KE for emacs-devel@gnu.org; Fri, 09 Sep 2005 13:18:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EDmVu-0005KN-Oq for emacs-devel@gnu.org; Fri, 09 Sep 2005 13:18:10 -0400 Original-Received: from [207.245.121.137] (helo=mail.agora-net.com) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_ARCFOUR_SHA:16) (Exim 4.34) id 1EDmWX-0008Rb-H4 for emacs-devel@gnu.org; Fri, 09 Sep 2005 13:18:49 -0400 Original-Received: from ttn by mail.agora-net.com with local (Exim 4.34) id 1EDmRe-00081W-N8; Fri, 09 Sep 2005 13:13:46 -0400 Original-To: "Drew Adams" In-Reply-To: Original-Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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:42788 Archived-At: "Drew Adams" writes: > If this is a one-off for my uses, don't worry about it. Does anyone > else see a use for inhibiting the default-value display in the prompt? i see value in this. for example, in a buffer-as-verbose-menu application[0], the default value for each input operation may already be visible. thi __________________________ [0] for example, ETRACK: http://www.glug.org/people/ttn/software/etrack/etrack.html#Session