From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bernhard Herzog Newsgroups: gmane.emacs.devel Subject: Re: rev. 1.322 of src/minibuf.c broke partial completion Date: Sun, 11 Feb 2007 15:05:25 +0100 Message-ID: <871wkwu6vu.fsf@kolab.intevation.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1171202702 11088 80.91.229.12 (11 Feb 2007 14:05:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Feb 2007 14:05:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sascha Wilde Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 11 15:05:00 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 1HGFK7-0006wm-VT for ged-emacs-devel@m.gmane.org; Sun, 11 Feb 2007 15:05:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HGFK7-0005QT-G3 for ged-emacs-devel@m.gmane.org; Sun, 11 Feb 2007 09:04:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HGFJx-0005Q2-QQ for emacs-devel@gnu.org; Sun, 11 Feb 2007 09:04:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HGFJw-0005Pi-CE for emacs-devel@gnu.org; Sun, 11 Feb 2007 09:04:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HGFJw-0005Pf-7Q for emacs-devel@gnu.org; Sun, 11 Feb 2007 09:04:48 -0500 Original-Received: from aktaia.intevation.org ([212.95.126.10] helo=kolab.intevation.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HGFJv-0001yW-JC for emacs-devel@gnu.org; Sun, 11 Feb 2007 09:04:47 -0500 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by kolab.intevation.de (Postfix) with ESMTP id 56F5910E795; Sun, 11 Feb 2007 15:04:45 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by kolab.intevation.de (Postfix) with ESMTP id 0DCEC10E2CE; Sun, 11 Feb 2007 15:04:45 +0100 (CET) Original-Received: from diziet.home (xdslfb075.osnanet.de [89.166.187.75]) by kolab.intevation.de (Postfix) with ESMTP id E9BA210E07A; Sun, 11 Feb 2007 15:04:43 +0100 (CET) In-Reply-To: (Sascha Wilde's message of "Sat\, 10 Feb 2007 21\:40\:24 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux) X-Virus-Scanned: by amavisd-new at intevation.de X-detected-kernel: Linux 2.6 (newer, 3) 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:66260 Archived-At: Sascha Wilde writes: > Bernhard Herzog wrote: > >> I've recently noticed a problem with partial completion in current CVS >> HEAD. To reproduce, start emacs with emacs -Q and then activate partial >> completion mode (M-x partial-completion-mode). Now try to find a file >> with completion. One symptom of the defect is that ~//usr is expanded >> to usr/ instead of /usr/, making it impossible to enter an absolute file >> name. > [...] >> The change that caused this is rev. 1.322 of src/minibuf.c. Reverting >> that file back to 1.321 solved the it for me. Assuming the change in >> minibuf.c is desired, the real bug fix will be something else, though. > > This seems to be fixed by Kim's latest changes to minibuf.c (done on > 2007/02/08). Bernhard: can you confirm the issue is resolved? Just tested this with a fresh CVS checkout. The Problem is gone. partial-completion-mode works again for file names. So, yes it is resolved. Bernhard