From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bharmaji Newsgroups: gmane.emacs.help Subject: how to remove buffers created during command completion from an emacs shell Date: Mon, 12 Nov 2012 22:53:15 -0800 (PST) Message-ID: <81e50116-0cc7-4f9f-a460-db61568360d4@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1352789713 28994 80.91.229.3 (13 Nov 2012 06:55:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Nov 2012 06:55:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 13 07:55:24 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TYAP5-0005Gb-Js for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Nov 2012 07:55:23 +0100 Original-Received: from localhost ([::1]:53265 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYAOv-0003iF-QT for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Nov 2012 01:55:13 -0500 Original-Received: by 10.66.84.202 with SMTP id b10mr8719587paz.43.1352789595940; Mon, 12 Nov 2012 22:53:15 -0800 (PST) Original-Received: by 10.68.229.231 with SMTP id st7mr4330486pbc.2.1352789595876; Mon, 12 Nov 2012 22:53:15 -0800 (PST) Original-Path: usenet.stanford.edu!kt20no7698657pbb.1!news-out.google.com!s9ni5143pbb.0!nntp.google.com!kr7no7983442pbb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=14.98.174.189; posting-account=anNmuAoAAAAO_i1Q4MQcwvOaTenuzr_V Original-NNTP-Posting-Host: 14.98.174.189 User-Agent: G2/1.0 Injection-Date: Tue, 13 Nov 2012 06:53:15 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:195347 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87670 Archived-At: Hello Can someone please help with the following problem. I do M-x shell to enter= a shell. Then if I type a command and press TAB, a buffer is created for c= ommand completion. Now if I do not click on an entry in that buffer, the bu= ffer continues to stay there. I have to do C-x 0 to get it removed. Is ther= e a way for it to automatically get removed if I fill the command myself an= d press ENTER or is there a way for me to select an entry without using a m= ouse?