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:34:48 +0100 (CET) Message-ID: <31768687.180161174473287986.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: 7bit X-Trace: sea.gmane.org 1174473311 25545 80.91.229.12 (21 Mar 2007 10:35:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Mar 2007 10:35:11 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 21 11:35:02 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 1HTy9l-0007du-50 for ged-emacs-devel@m.gmane.org; Wed, 21 Mar 2007 11:35:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTyBQ-0004hH-3q for ged-emacs-devel@m.gmane.org; Wed, 21 Mar 2007 05:36:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HTyBM-0004gP-W6 for emacs-devel@gnu.org; Wed, 21 Mar 2007 06:36:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HTyBL-0004g6-SO for emacs-devel@gnu.org; Wed, 21 Mar 2007 06:36:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTyBL-0004g3-Oy for emacs-devel@gnu.org; Wed, 21 Mar 2007 05:36:39 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HTy9c-0002zB-SJ; Wed, 21 Mar 2007 06:34:53 -0400 Original-Received: from smtp2.voila.fr ([193.252.22.175] helo=smtp1.voila.fr) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HTy9a-0001V3-5d; Wed, 21 Mar 2007 06:34:50 -0400 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4102.voila.fr (SMTP Server) with ESMTP id 0F1131C00146; Wed, 21 Mar 2007 11:34:48 +0100 (CET) Original-Received: from wwinf4102 (wwinf4102 [172.22.152.29]) by mwinf4102.voila.fr (SMTP Server) with ESMTP id 00A861C00175; Wed, 21 Mar 2007 11:34:48 +0100 (CET) X-ME-UUID: 20070321103448284.00A861C00175@mwinf4102.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-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:68211 Archived-At: Ouf... What is so difficult to reproduce such a simple problem? A. in shell: 1. mkdir -p /gnu/ 2. ln -s /gnu/ B. in emacs: 3. M-x partial-completion-mode => partial-completion-mode on 4. C-x C-f Find file: /g/e/lisp/sub => Find file: /gnu/emacs/lisp/sub and a window containing verbatim this text: Click on a completion to select it. In this buffer, type RET to select the completion near point. Possible completions are: subdirs.el subr.el 5. SELECT WITH THE MOUSE subr.el Result: emacssubr.el file is completed in Find file and opened. Alin Soare.