From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Bourgneuf Francois" Newsgroups: gmane.emacs.help Subject: RE: hippie-expand show possible expansions for files Date: Wed, 7 Nov 2007 16:27:53 +0100 Message-ID: <8A921A5AACA1A64F936C730FC1F8172101185F92@zw67246c.societe.mma.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1194449309 17853 80.91.229.12 (7 Nov 2007 15:28:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Nov 2007 15:28:29 +0000 (UTC) To: Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 07 16:28:33 2007 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 1IpmpP-0002PT-72 for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Nov 2007 16:28:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpmpD-0005bQ-DD for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Nov 2007 10:28:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ipmoy-0005aZ-5C for help-gnu-emacs@gnu.org; Wed, 07 Nov 2007 10:28:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ipmow-0005YQ-Kg for help-gnu-emacs@gnu.org; Wed, 07 Nov 2007 10:27:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ipmow-0005YD-Dq for help-gnu-emacs@gnu.org; Wed, 07 Nov 2007 10:27:58 -0500 Original-Received: from relais.groupe-mma.fr ([195.101.229.226] helo=razor73-1.mma-rg.fr) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ipmov-0006Dy-St for help-gnu-emacs@gnu.org; Wed, 07 Nov 2007 10:27:58 -0500 Original-Received: from ZW67253I.societe.mma.fr by razor73-1.mma-rg.fr with ESMTP id AVY07431; Wed, 7 Nov 2007 16:27:54 +0100 (CET) Original-Received: from ZW67246C.societe.mma.fr ([10.200.3.36]) by ZW67253I.societe.mma.fr with Microsoft SMTPSVC(5.0.2195.6713); Wed, 7 Nov 2007 16:27:54 +0100 content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Thread-Topic: hippie-expand show possible expansions for files Thread-Index: AcggxhABq5u9vVUVTtS9Y7q/THMqgQAjCXNg X-OriginalArrivalTime: 07 Nov 2007 15:27:54.0059 (UTC) FILETIME=[C411B9B0:01C82152] X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:49067 Archived-At: =20 > -----Message d'origine----- > De :=20 > help-gnu-emacs-bounces+francois.bourgneuf=3Dgroupe-mma.fr@gnu.or > g=20 > [mailto:help-gnu-emacs-bounces+francois.bourgneuf=3Dgroupe-mma.f > r@gnu.org] De la part de Thierry Volpiatto > Envoy=E9 : mardi 6 novembre 2007 23:52 > =C0 : f.braennstroem@gmx.de > Cc : help-gnu-emacs@gnu.org > Objet : Re: hippie-expand show possible expansions for files >=20 > Fabian Braennstroem writes: >=20 > > Hi Thierry, > > > > Thierry Volpiatto wrote: > > > >> Fabian Braennstroem writes: > >>=20 > >>> Hi, > >>> > >>> does anyone know, if there is a chance to show all=20 > possible expansions > >>> for file names and directories when using hippie-expand?=20 > Something like > >>> 'comint-dynamic-complete' does!? Would be nice... > >>=20 > >> Hi, yes for me it work, i bind it to C-c p. > > > > I was not clear enough, I can you hippie-expand too, but I=20 > don't get a > > buffer jumping up with all possible expansion. I think it would be a > > realy nice feature!? > > Fabian > > > Hi Fabian, > i have the buffer with all the possible completions if i do C-c p=20 > 2 times :) > (only if comint-dynamic-complete find more than one possible=20 > completion) > =20 > --=20 > A + Thierry > pubkey: http://pgp.mit.edu/ >=20 >=20 > _______________________________________________ > help-gnu-emacs mailing list > help-gnu-emacs@gnu.org > http://lists.gnu.org/mailman/listinfo/help-gnu-emacs >=20 >=20 Hi, I didn't know these completion features, I find them very handy. Do you know if there is a way to manage file name completion even if a = directory contains a whitespace. I work under Windows and neither hippie-expand nor = comint-dynamic-complete could expand anything after c:\program Files Thank you Bour9