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: ido with merged directories. Date: Sun, 10 Sep 2006 01:13:57 +0200 Message-ID: References: <87bqpqb2li.fsf@lrde.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1157843733 1973 80.91.229.2 (9 Sep 2006 23:15:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 9 Sep 2006 23:15:33 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 10 01:15:31 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 1GMC2k-0006i6-Kq for ged-emacs-devel@m.gmane.org; Sun, 10 Sep 2006 01:15:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GMC2k-0001Pk-3A for ged-emacs-devel@m.gmane.org; Sat, 09 Sep 2006 19:15:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GMC2X-0001OF-5M for emacs-devel@gnu.org; Sat, 09 Sep 2006 19:15:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GMC2V-0001Mf-SR for emacs-devel@gnu.org; Sat, 09 Sep 2006 19:15:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GMC2V-0001MY-NP for emacs-devel@gnu.org; Sat, 09 Sep 2006 19:15:07 -0400 Original-Received: from [195.41.46.235] (helo=pfepa.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GMC3Q-0007mw-OJ for emacs-devel@gnu.org; Sat, 09 Sep 2006 19:16:04 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepa.post.tele.dk (Postfix) with SMTP id 165B5FAC01E; Sun, 10 Sep 2006 01:15:00 +0200 (CEST) Original-To: michael.cadilhac@lrde.org (=?utf-8?Q?Micha=C3=ABl?= Cadilhac) In-Reply-To: <87bqpqb2li.fsf@lrde.org> (=?utf-8?Q?Micha=C3=ABl?= Cadilhac's message of "Fri\, 08 Sep 2006 21\:06\:01 +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:59609 Archived-At: michael.cadilhac@lrde.org (Micha=C3=ABl Cadilhac) writes: > ido makes the error of considering that `ido-matches' is always of the > form '("a" "b" "c"). However, with merged directories, it could have > the form '(("a" "b") "c"). Yes, and the function ido-name converts such entries to the proper form. Some of your fixes are thus no-ops. But it may seem like some other (car ido-matches) need be passed through ido-name. It is not obvious which.=20=20 > This triggers many bugs. Please give me concrete examples. > I can make a first try of a fix, but it is probably wrong and I think > each modification should be carefully proofread. Indeed. I'll check each occurrence. Thanks. --=20 Kim F. Storm http://www.cua.dk