From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Samuel Wales Newsgroups: gmane.emacs.help Subject: dynamic completion in comint Date: Sat, 25 Jul 2009 15:01:02 -0700 Message-ID: <20524da70907251501q3976270apa580eb463f8eb700@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1248559297 12990 80.91.229.12 (25 Jul 2009 22:01:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Jul 2009 22:01:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 26 00:01:29 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MUpJ3-0004rX-5D for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Jul 2009 00:01:29 +0200 Original-Received: from localhost ([127.0.0.1]:38066 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MUpJ2-0000cq-Ad for geh-help-gnu-emacs@m.gmane.org; Sat, 25 Jul 2009 18:01:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MUpIi-0000b9-3g for help-gnu-emacs@gnu.org; Sat, 25 Jul 2009 18:01:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MUpId-0000XC-M1 for help-gnu-emacs@gnu.org; Sat, 25 Jul 2009 18:01:07 -0400 Original-Received: from [199.232.76.173] (port=55659 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MUpId-0000X9-JQ for help-gnu-emacs@gnu.org; Sat, 25 Jul 2009 18:01:03 -0400 Original-Received: from mail-gx0-f219.google.com ([209.85.217.219]:34223) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MUpId-00074U-6O for help-gnu-emacs@gnu.org; Sat, 25 Jul 2009 18:01:03 -0400 Original-Received: by gxk19 with SMTP id 19so4474806gxk.18 for ; Sat, 25 Jul 2009 15:01:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=7zhgLFq2JO4t5RriCmYj/GSZpgsQi+WPKO/4qMeGiQQ=; b=AN6olDaGxRJqY7sAxz5y4t5tXuQh6j8078uVJUdgsfUwn+nTwHxNC/NtcPyTk1U7Dy b67ZuKPuqW6HcRkyPQfFof1dNY/7SdYVNLbgjhs5GdDZiLAMrAO7UDFaj3X09nNNv9B+ HsqLslro+sPr30PdyDivgkD9TCdylPWvT+hTc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=DgTlgmy8Mp061P5yp6Tti7hqWoBzqO7KF8XJE/SkhhhDbU7/+nI8IP5MxMrDhqNYZ2 Lh906R8DtohyCW4yTXzG7+eMTFCnfZLgMpJ/iNu4ta1VJbmXtPl6zWSgVI7hiPsVSOIu SD0DTFOEMouPhy2jR5CjcHm9mQqNVs+OZpyKs= Original-Received: by 10.231.11.2 with SMTP id r2mr1665119ibr.14.1248559262627; Sat, 25 Jul 2009 15:01:02 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:66384 Archived-At: In shell-mode, when I type TAB, comint correctly does partial completion and pops up a window with the candidates. Is there a way to get it to delete that window when there are no more candidates? Thanks. Carbon Emacs 22 comint-dynamic-complete-functions is a variable defined in `comint.el'. Its value is (comint-replace-by-expanded-history comint-dynamic-complete-filename)