From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.help Subject: Annoying shell *completions* buffer Date: Thu, 19 Nov 2009 05:42:28 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1258642367 7935 80.91.229.12 (19 Nov 2009 14:52:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Nov 2009 14:52:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 19 15:52:41 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 1NB8NE-0007q0-ND for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Nov 2009 15:52:40 +0100 Original-Received: from localhost ([127.0.0.1]:33354 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NB8NE-0002TK-33 for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Nov 2009 09:52:40 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!g23g2000yqh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 213.41.232.205 Original-X-Trace: posting.google.com 1258638148 758 127.0.0.1 (19 Nov 2009 13:42:28 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 19 Nov 2009 13:42:28 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g23g2000yqh.googlegroups.com; posting-host=213.41.232.205; posting-account=ekTE0goAAADiVCThPmo4ph0C5bTUhQOx User-Agent: G2/1.0 X-HTTP-Via: 1.1 grimoire.wyplay.int:3128 (squid/2.5.STABLE14) X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009061118 Fedora/3.0.11-1.fc9 Firefox/3.0.11, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:174847 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:69921 Archived-At: Hello, I'm using M-x shell, and would like to hide the *completions* buffer automatically when the key did a sole completion. I know that I can type to to make the buffer disapears, but I really find this behaviour, hmm, not logical. Acutally seems broken: a) I can't let do a full completion otherwise doesn't flush anymore; b) if I do then partially type the filename then press again then doesn't flush anymore. I just need to tell to emacs: if you find only one completion then the completion buffer becomes useless. So restore the window configuration how it was before the completion buffer pop up after completing. Thanks