From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A Soare Newsgroups: gmane.emacs.devel Subject: Re: find-file completion Date: Wed, 21 Mar 2007 11:21:43 +0100 (CET) Message-ID: <17979178.177971174472503098.JavaMail.www@wwinf4102> Reply-To: alinsoar@voila.fr NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1174472563 21854 80.91.229.12 (21 Mar 2007 10:22:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Mar 2007 10:22:43 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: "Kim F. Storm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 21 11:22:36 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HTxxf-0001PF-Ly for ged-emacs-devel@m.gmane.org; Wed, 21 Mar 2007 11:22:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTxzK-0003V4-Jg for ged-emacs-devel@m.gmane.org; Wed, 21 Mar 2007 05:24:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HTxyf-0002ed-BE for emacs-devel@gnu.org; Wed, 21 Mar 2007 06:23:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HTxye-0002dz-1J for emacs-devel@gnu.org; Wed, 21 Mar 2007 06:23:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTxyd-0002dr-RU for emacs-devel@gnu.org; Wed, 21 Mar 2007 05:23:31 -0500 Original-Received: from smtp2.voila.fr ([193.252.22.175] helo=smtp1.voila.fr) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HTxwy-00085F-1S for emacs-devel@gnu.org; Wed, 21 Mar 2007 06:21:48 -0400 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4107.voila.fr (SMTP Server) with ESMTP id 2786D1C00579; Wed, 21 Mar 2007 11:21:43 +0100 (CET) Original-Received: from wwinf4102 (wwinf4102 [172.22.152.29]) by mwinf4107.voila.fr (SMTP Server) with ESMTP id 1C0D21C00561; Wed, 21 Mar 2007 11:21:43 +0100 (CET) X-ME-UUID: 20070321102143115.1C0D21C00561@mwinf4107.voila.fr X-Originating-IP: [89.34.170.37] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-CC: |~| X-WUM-REPLYTO: |~| X-detected-kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:68210 Archived-At: > Message du 20/03/07 =C3=A0 16h44 > De : "Kim F. Storm" > A : alinsoar@voila.fr > Copie =C3=A0 : "Emacs Dev [emacs-devel]" > Objet : Re: find-file completion >=20 > A Soare writes: >=20 > > 1. C-x C-f > > > > 2. /g/e/lisp/sub > > > > =3D> Find file: /gnu/emacs/lisp/sub > > > > In *Completions* press the mouse on subr.el > > > > Result: /gnu/emacssubr.el >=20 >=20 > Please report bugs using M-x report-emacs-bug. >=20 > It doesn't happen for me when I start emacs -Q on GNU/Linux. >=20 I should have said instead of TAB. With TAB it looks for path compl= etion. With M-TAB it looks for elisp symbols. There is no sense I believe t= o look for elisp symbols in this case... Alin Soare.