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: completion-auto-help Date: Sun, 20 Nov 2005 18:23:11 -0500 Message-ID: References: <87y83vngw6.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1132529351 11608 80.91.229.2 (20 Nov 2005 23:29:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Nov 2005 23:29:11 +0000 (UTC) Cc: monnier@iro.umontreal.ca, drew.adams@oracle.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 21 00:29:03 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Edybl-0000Id-4I for ged-emacs-devel@m.gmane.org; Mon, 21 Nov 2005 00:28:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Edybk-0003VG-Jw for ged-emacs-devel@m.gmane.org; Sun, 20 Nov 2005 18:28:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EdyWe-0007tq-Ro for emacs-devel@gnu.org; Sun, 20 Nov 2005 18:23:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EdyWe-0007tU-8n for emacs-devel@gnu.org; Sun, 20 Nov 2005 18:23:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EdyWd-0007tN-MH for emacs-devel@gnu.org; Sun, 20 Nov 2005 18:23:12 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EdyWd-0001hH-Pb for emacs-devel@gnu.org; Sun, 20 Nov 2005 18:23:11 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EdyWd-0001su-1o; Sun, 20 Nov 2005 18:23:11 -0500 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Sat, 19 Nov 2005 14:10:21 +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:46376 Archived-At: > It's not documented, because there's no place to document it: > completion-auto-help is part of the basic completion facilities, whereas the > added behavior is only provided in complete.el which is a separate package. I documented that in the doc string of partial-completion-mode. I think it should be documented in the doc string of completion-auto-help above all. Could you add something there?