From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitriy Igrishin Newsgroups: gmane.emacs.help Subject: Automatically close completions buffer of shell mode. Date: Wed, 4 Aug 2010 13:16:28 +0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016364177557c5ad0048cfbe3ed X-Trace: dough.gmane.org 1280933484 19804 80.91.229.12 (4 Aug 2010 14:51:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 4 Aug 2010 14:51:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 04 16:51:23 2010 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.69) (envelope-from ) id 1OgfJM-00042M-O2 for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Aug 2010 16:51:16 +0200 Original-Received: from localhost ([127.0.0.1]:44260 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OgfJM-0001Qb-4e for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Aug 2010 10:51:16 -0400 Original-Received: from [140.186.70.92] (port=35552 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oga5P-0000Ts-1C for help-gnu-emacs@gnu.org; Wed, 04 Aug 2010 05:16:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oga5N-0006yK-PM for help-gnu-emacs@gnu.org; Wed, 04 Aug 2010 05:16:30 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:37906) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oga5N-0006y3-Ib for help-gnu-emacs@gnu.org; Wed, 04 Aug 2010 05:16:29 -0400 Original-Received: by fxm20 with SMTP id 20so2500856fxm.0 for ; Wed, 04 Aug 2010 02:16:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=wRpLGZ2uBNofhSi8nwJaQ0w0ckshv/jEVC1fA5WFdZw=; b=BQbAgFoV1aEPOPj4kLmIb+FS6/1DKZ7+vgZLs9rtFMiVmsTL4bZWTGVdUAoSp+JAGq GZAgcDW3j1e1Yi68rHHvciRDQpyj1Qve8X44zSS1lgmlOYQisASTwDYjKQeUMqjYGqEK by4TRFBXDkrTPWNmRuzuvdiPch0PMQvn2uTB4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=kxqBg9q4RG16Es36pkpDL749XJbcLm82l4dlLh/EqqJ69R8yQkygairMx4Uc4ZvjJc qIe0f6lYdVN36DadqSX2GF5UbG4wVDgCzT3E5E1RnyGkFME3UsoIOn8oO7I9HMOGK/Qy f5zXlD/MH/GHrBBxTmVBRXHiN84f0EVTdh7gI= Original-Received: by 10.102.83.18 with SMTP id g18mr261350mub.9.1280913388099; Wed, 04 Aug 2010 02:16:28 -0700 (PDT) Original-Received: by 10.103.89.17 with HTTP; Wed, 4 Aug 2010 02:16:28 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Wed, 04 Aug 2010 10:50:45 -0400 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:74432 Archived-At: --0016364177557c5ad0048cfbe3ed Content-Type: text/plain; charset=ISO-8859-1 Dear community, Is there are way to make Emacs to close the *Completions* buffer automatically after sending the line as input in a shell mode? E.g., in a shell mode I type cd s Emacs shows me the all filenames which begins with 's' in *Completions* buffer. If I type 'rc/' then, so the complete input will cd src/ I've successfully change the current directory in the shell, but *Completions* buffer will remains. When I visit a file via C-x C-f Emacs automatically close *Completions* buffer if it was shown by . Is it possible to make Emacs automatically close *Completions* buffer, of the shell mode in a such way? Regards, Dmitriy --0016364177557c5ad0048cfbe3ed Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Dear community,

Is there are way to make Emacs to close the *Complet= ions* buffer
automatically after sending the line as input in a shell mo= de?
E.g., in a shell mode I type
=A0 cd s<TAB>
Emacs shows m= e the all filenames which begins with 's' in
*Completions* buffer. If I type 'rc/'<RET> then, so the compl= ete
input will
=A0 cd src/<RET>
I've successfully change= the current directory in the shell, but
*Completions* buffer will remai= ns.
When I visit a file via C-x C-f Emacs automatically close *Completions*
= buffer if it was shown by <TAB>.
Is it possible to make Emacs auto= matically close *Completions* buffer,
of the shell mode in a such way?
Regards,
Dmitriy

--0016364177557c5ad0048cfbe3ed--