From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Minibuffer completion and M- Date: Fri, 16 Jun 2006 22:30:42 +0200 Message-ID: <449314F2.1040207@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1150489868 8890 80.91.229.2 (16 Jun 2006 20:31:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Jun 2006 20:31:08 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 16 22:31:06 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FrKy1-0006en-VL for ged-emacs-devel@m.gmane.org; Fri, 16 Jun 2006 22:30:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FrKy1-0001lF-Ej for ged-emacs-devel@m.gmane.org; Fri, 16 Jun 2006 16:30:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FrKxq-0001kR-BL for emacs-devel@gnu.org; Fri, 16 Jun 2006 16:30:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FrKxo-0001hH-F9 for emacs-devel@gnu.org; Fri, 16 Jun 2006 16:30:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FrKxo-0001h2-9V for emacs-devel@gnu.org; Fri, 16 Jun 2006 16:30:44 -0400 Original-Received: from [81.228.11.98] (helo=pne-smtpout1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FrL7V-0003PS-Ad for emacs-devel@gnu.org; Fri, 16 Jun 2006 16:40:45 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn1.fre.skanova.net (7.2.072.1) id 4492E80F0000A2B4 for emacs-devel@gnu.org; Fri, 16 Jun 2006 22:30:43 +0200 User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) Original-To: Emacs Devel 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:55942 Archived-At: The manual node "(emacs) Completion Commands" (9.3.2) says that `' Complete the text before point in the minibuffer as much as possible (`minibuffer-complete'). This is not true always. At the M-: prompt you have to use M-. I would prefer to also be able use for completion there. However currently I think the manual should mention Symbol Completion here.