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: Re: Automatically close completions buffer of shell mode. Date: Sun, 8 Aug 2010 19:14:20 +0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016364d1e07aef9ea048d515a66 X-Trace: dough.gmane.org 1281289844 32522 80.91.229.12 (8 Aug 2010 17:50:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 8 Aug 2010 17:50:44 +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 Aug 08 19:50:42 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 1OiA19-0005Tv-1E for geh-help-gnu-emacs@m.gmane.org; Sun, 08 Aug 2010 19:50:39 +0200 Original-Received: from localhost ([127.0.0.1]:47780 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiA17-0003RE-TJ for geh-help-gnu-emacs@m.gmane.org; Sun, 08 Aug 2010 13:50:37 -0400 Original-Received: from [140.186.70.92] (port=51246 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oi8vx-0002FJ-8Q for help-gnu-emacs@gnu.org; Sun, 08 Aug 2010 12:41:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oi7as-0005G4-Ad for help-gnu-emacs@gnu.org; Sun, 08 Aug 2010 11:15:23 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:37647) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oi7as-000341-2q for help-gnu-emacs@gnu.org; Sun, 08 Aug 2010 11:15:22 -0400 Original-Received: by fxm20 with SMTP id 20so5249441fxm.0 for ; Sun, 08 Aug 2010 08:14:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=BOm7ebDh+sqDJwj9OlOyuOvopLP9XTNBLKCvqf2CJRs=; b=CaPu4uALFGmPLdL6bDUJJT04iJuCMGY6/MmUPf0DGAqRI6StuIud1DVUHa6OVhngRP dJImbTeYr0YBQIOTvlikVEFffbMIKtO9Ky+XpCENVITHVMTDnBlSL1XWkUAwZ5GMZzzF VAzVemUhKwZyHZOlGRexSIUfI+4DYH/l6It1A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=NOetDX2v+7eOvPi8u20+epmpjgqzZDKjqQf5JtTCPr9pjKQstfDV/IUbBGtqwxAp1J jxNzQdmMzuvc+feHotYX/0x2JW28878Cz+oddmEYJi0B3rH4o3q4cO7tzeqEbJ+aRq3T xNABUVrVVMbKaw6xsCcszOBba5uJzQ9P4we9k= Original-Received: by 10.103.49.6 with SMTP id b6mr1248908muk.12.1281280460126; Sun, 08 Aug 2010 08:14:20 -0700 (PDT) Original-Received: by 10.103.89.17 with HTTP; Sun, 8 Aug 2010 08:14:20 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.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:74492 Archived-At: --0016364d1e07aef9ea048d515a66 Content-Type: text/plain; charset=ISO-8859-1 Hey all, The help from you was very useful :) Thanks! Regards, Dmitriy 2010/8/4 Dmitriy Igrishin > 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 > > --0016364d1e07aef9ea048d515a66 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hey all,

The help from you was very useful :)
Thanks!

Rega= rds,
Dmitriy

2010/8/4 Dmitriy Igrishin= <dmitigr@gmail.c= om>
Dear community,
Is there are way to make Emacs to close the *Completions* buffer
a= utomatically after sending the line as input in a shell mode?
E.g., in a shell mode I type
=A0 cd s<TAB>
Emacs shows me the a= ll 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


--0016364d1e07aef9ea048d515a66--