From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: TAB in Eval: prompt in minibuffer? Date: Mon, 05 Dec 2005 20:46:08 -0500 Message-ID: <87u0dn9evz.fsf@stupidchicken.com> References: <4394DED5.2070500@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1133833766 31259 80.91.229.2 (6 Dec 2005 01:49:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Dec 2005 01:49:26 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 06 02:49:24 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EjRvM-0005uI-M2 for ged-emacs-devel@m.gmane.org; Tue, 06 Dec 2005 02:47:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EjRvW-0002AQ-L4 for ged-emacs-devel@m.gmane.org; Mon, 05 Dec 2005 20:47:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EjRtM-0000ru-8W for emacs-devel@gnu.org; Mon, 05 Dec 2005 20:45:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EjRtJ-0000p8-36 for emacs-devel@gnu.org; Mon, 05 Dec 2005 20:45:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EjRtI-0000ot-SE for emacs-devel@gnu.org; Mon, 05 Dec 2005 20:45:12 -0500 Original-Received: from [18.19.6.82] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EjRtt-00085x-Fg for emacs-devel@gnu.org; Mon, 05 Dec 2005 20:45:49 -0500 Original-Received: by localhost.localdomain (Postfix, from userid 1000) id D3F0E1208D3; Mon, 5 Dec 2005 20:46:08 -0500 (EST) Original-To: Lennart Borgman In-Reply-To: <4394DED5.2070500@student.lu.se> (Lennart Borgman's message of "Tue, 06 Dec 2005 01:44:05 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:47033 Archived-At: Lennart Borgman writes: >> Is there any reason not to bind TAB to `lisp-complete-symbol' for the >> "Eval:" prompt in minibuffer? It is bound to >> indent-for-tab-command' now. > > TAB in the minibuffer normally is used to complete the whole contents > of the minibuffer, but the "Eval:" minibuffer can contain arbitrary > expressions. What you want is already available via M-TAB in the > minibuffer. What's the point of indenting lisp expressions in the minibuffer?