From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: find-file completion Date: Wed, 21 Mar 2007 12:44:41 +0100 Message-ID: References: <31768687.180161174473287986.JavaMail.www@wwinf4102> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1174477507 15304 80.91.229.12 (21 Mar 2007 11:45:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Mar 2007 11:45:07 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: alinsoar@voila.fr Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 21 12:44:56 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 1HTzFQ-0001Tx-AB for ged-emacs-devel@m.gmane.org; Wed, 21 Mar 2007 12:44:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTzH5-0005Gz-Ms for ged-emacs-devel@m.gmane.org; Wed, 21 Mar 2007 06:46:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HTzH1-0005Gu-Rk for emacs-devel@gnu.org; Wed, 21 Mar 2007 07:46:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HTzH0-0005Ge-K4 for emacs-devel@gnu.org; Wed, 21 Mar 2007 07:46:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTzH0-0005Gb-Dy for emacs-devel@gnu.org; Wed, 21 Mar 2007 06:46:34 -0500 Original-Received: from pfepa.post.tele.dk ([195.41.46.235]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HTzFJ-0002AE-9U; Wed, 21 Mar 2007 07:44:49 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepa.post.tele.dk (Postfix) with SMTP id 69187FAC044; Wed, 21 Mar 2007 12:44:47 +0100 (CET) In-Reply-To: <31768687.180161174473287986.JavaMail.www@wwinf4102> (A. Soare's message of "Wed\, 21 Mar 2007 11\:34\:48 +0100 \(CET\)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.96 (gnu/linux) 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:68216 Archived-At: A Soare writes: > Ouf... What is so difficult to reproduce such a simple problem? Well, your step 3 was NOT mentioned in your mails about this problem, so how were we to know? > 3. M-x partial-completion-mode .. > 5. SELECT WITH THE MOUSE subr.el > > Result: emacssubr.el file is completed in Find file and opened. > Still doesn't fail for me. I think it was fixed by this recent change: 2007-03-10 Martin Rudalics * complete.el (PC-do-completion): Bind dirlength to nil to avoid that buffer contents get erased during completion. Another merit of using M-x report-emacs-bug is that it includes the version and build-time of your Emacs. But even if you have updated your emacs from CVS recently, are you sure that complete.el has been byte-compiled? -- Kim F. Storm http://www.cua.dk