From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] Changes to emacs/lisp/ChangeLog Date: Tue, 23 May 2006 10:39:10 -0400 Message-ID: References: <87odxpuepa.fsf@lrde.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1148395199 23120 80.91.229.2 (23 May 2006 14:39:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 May 2006 14:39:59 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 23 16:39:54 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FiY2h-0005YB-Q0 for ged-emacs-devel@m.gmane.org; Tue, 23 May 2006 16:39:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FiY2g-0001v5-5E for ged-emacs-devel@m.gmane.org; Tue, 23 May 2006 10:39:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FiY2U-0001ue-JO for emacs-devel@gnu.org; Tue, 23 May 2006 10:39:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FiY2S-0001tR-68 for emacs-devel@gnu.org; Tue, 23 May 2006 10:39:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FiY2S-0001tO-2p for emacs-devel@gnu.org; Tue, 23 May 2006 10:39:12 -0400 Original-Received: from [209.226.175.25] (helo=tomts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FiY6g-0003PP-A7 for emacs-devel@gnu.org; Tue, 23 May 2006 10:43:34 -0400 Original-Received: from localhost ([70.53.195.38]) by tomts5-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060523143910.VNGX18394.tomts5-srv.bellnexxia.net@localhost>; Tue, 23 May 2006 10:39:10 -0400 Original-Received: by localhost (Postfix, from userid 20848) id AF40E8258; Tue, 23 May 2006 10:39:10 -0400 (EDT) Original-To: michael.cadilhac@lrde.org (=?iso-8859-1?Q?Micha=EBl?= Cadilhac) In-Reply-To: <87odxpuepa.fsf@lrde.org> (=?iso-8859-1?Q?Micha=EBl?= Cadilhac's message of "Tue, 23 May 2006 14:07:45 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:55138 Archived-At: > When I do C-x C-f /a/b/c, with shell being /bin/sh (zsh emuled), > I still have a weird behavior: > > read-file-name-internal: Opening directory: no such file or directory, /a*/b*/ > > read-file-name-internal: Opening directory: no such file or directory, /a**/b**/ > > read-file-name-internal: Opening directory: no such file or directory, /a***/b***/ > > read-file-name-internal: Opening directory: no such file or directory, /a****/b****/ > AFAIU, this patch fixes the /c* bug (i.e. the last part of the filename > being completed) but not the whole problem. Hmm... I remember working on such a bug report a few months ago. Can't remember whether I had fixed it at the time and if so how. But in any case, I can't reproduce the problem right now. Stefan