From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: completion-auto-help Date: Sun, 13 Nov 2005 18:09:17 -0500 Message-ID: <8764qwno34.fsf-monnier+emacs@gnu.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1131923421 20756 80.91.229.2 (13 Nov 2005 23:10:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 Nov 2005 23:10:21 +0000 (UTC) Cc: Emacs-Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 14 00:10:13 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EbQya-0001Zk-1a for ged-emacs-devel@m.gmane.org; Mon, 14 Nov 2005 00:09:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EbQyZ-0001Tl-Eg for ged-emacs-devel@m.gmane.org; Sun, 13 Nov 2005 18:09:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EbQyO-0001Te-EI for emacs-devel@gnu.org; Sun, 13 Nov 2005 18:09:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EbQyM-0001T7-PP for emacs-devel@gnu.org; Sun, 13 Nov 2005 18:09:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EbQyM-0001T2-NQ for emacs-devel@gnu.org; Sun, 13 Nov 2005 18:09:18 -0500 Original-Received: from [209.226.175.54] (helo=tomts10-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EbQyM-0005Ep-IL for emacs-devel@gnu.org; Sun, 13 Nov 2005 18:09:18 -0500 Original-Received: from alfajor ([65.92.243.185]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20051113230917.BJXM26102.tomts10-srv.bellnexxia.net@alfajor>; Sun, 13 Nov 2005 18:09:17 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id D03D82FD7E; Sun, 13 Nov 2005 18:09:17 -0500 (EST) Original-To: "Drew Adams" In-Reply-To: (Drew Adams's message of "Sun, 13 Nov 2005 13:06:50 -0800") 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:45912 Archived-At: > Not sure what you mean. Do you mean to check, inside the hook, whether > that var is non-nil, and use that test to determine whether or not we are > completing? That is, use (not (null minibuffer-completion-table)) as > a kind of `completing-p'? Yes. > If that's what you mean, it doesn't seem to work - > `minibuffer-completion-table' is not nil, even when doing things like > read-from-minibuffer (which doesn't use completion). That's rather odd. Can you show a recipe to reproduce it? Stefan