From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stephan Stahl" Newsgroups: gmane.emacs.devel Subject: Re: minibuffer-eldef Date: Thu, 3 Jun 2004 09:39:41 +0200 (CEST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <7310.217.194.34.123.1086248381.squirrel@wwws.franken.de> References: <20040529213132.GA31322@fencepost> <873c5hd35q.fsf@mail.jurta.org>< 8765aadbgb.fsf@mail.jurta.org> <20040602071529.GA21505@fencepost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Trace: sea.gmane.org 1086248522 9333 80.91.224.253 (3 Jun 2004 07:42:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Jun 2004 07:42:02 +0000 (UTC) Cc: wl@gnu.org, rms@gnu.org, emacs-devel@gnu.org, juri@jurta.org, monnier@iro.umontreal.ca, Miles Bader Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jun 03 09:41:53 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 1BVmrJ-0001ZV-00 for ; Thu, 03 Jun 2004 09:41:53 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BVmrJ-0008Ce-00 for ; Thu, 03 Jun 2004 09:41:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVmrd-00064I-Eh for emacs-devel@quimby.gnus.org; Thu, 03 Jun 2004 03:42:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BVmrW-00064D-SO for emacs-devel@gnu.org; Thu, 03 Jun 2004 03:42:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BVmrV-000640-1W for emacs-devel@gnu.org; Thu, 03 Jun 2004 03:42:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVmrU-00063x-UL for emacs-devel@gnu.org; Thu, 03 Jun 2004 03:42:04 -0400 Original-Received: from [193.175.24.27] (helo=ilsa.franken.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BVmqe-00026X-Iy; Thu, 03 Jun 2004 03:41:13 -0400 Original-Received: from wwws.franken.de (mail-n.franken.de [193.175.24.27]) by ilsa.franken.de (Postfix) with SMTP id CBC6E245CD; Thu, 3 Jun 2004 09:39:38 +0200 (CEST) Original-Received: from 217.194.34.123 (SquirrelMail authenticated user eos) by wwws.franken.de with HTTP; Thu, 3 Jun 2004 09:39:41 +0200 (CEST) In-Reply-To: Original-To: "David Kastrup" User-Agent: SquirrelMail/1.4.0 X-Priority: 3 Importance: Normal 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:24452 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24452 Hi. David Kastrup said: > If delete-selection-mode is > enabled, the natural choice would be to just paste the default value > into the text entry box and have it selected. That is a nice idea but it seems unnecessary because at most minibuffer prompts M-n pastes the default value into the text entry box. -- Stephan Stahl