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: PATCH: Fix IDO interaction with uniquify.el Date: Wed, 05 May 2010 16:27:21 -0400 Message-ID: References: <87k4vf1zdh.fsf@telefonica.net> <87d417h0z6.fsf@stupidchicken.com> <87tyujz57h.fsf@telefonica.net> <87ockrz4eu.fsf@telefonica.net> <87pr57uw25.fsf@stupidchicken.com> <878w7y6u92.fsf@telefonica.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1273103217 21451 80.91.229.12 (5 May 2010 23:46:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 May 2010 23:46:57 +0000 (UTC) Cc: =?iso-8859-1?Q?=D3scar?= Fuentes , Juanma Barranquero , Chong Yidong , Leo , emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 06 01:46:55 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O9oIo-0006mZ-KJ for ged-emacs-devel@m.gmane.org; Thu, 06 May 2010 01:46:55 +0200 Original-Received: from localhost ([127.0.0.1]:51351 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9o2B-0004wi-Qe for ged-emacs-devel@m.gmane.org; Wed, 05 May 2010 19:29:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9lBl-0006q4-Ei for emacs-devel@gnu.org; Wed, 05 May 2010 16:27:25 -0400 Original-Received: from [140.186.70.92] (port=34148 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9lBj-0006oJ-Qz for emacs-devel@gnu.org; Wed, 05 May 2010 16:27:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9lBi-0007DE-DI for emacs-devel@gnu.org; Wed, 05 May 2010 16:27:23 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:15189 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9lBi-0007D0-As for emacs-devel@gnu.org; Wed, 05 May 2010 16:27:22 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAK5x4UvO+IB1/2dsb2JhbACdUnK+fIUTBIws X-IronPort-AV: E=Sophos;i="4.52,335,1270440000"; d="scan'208";a="63501168" Original-Received: from 206-248-128-117.dsl.teksavvy.com (HELO pastel.home) ([206.248.128.117]) by ironport2-out.pppoe.ca with ESMTP; 05 May 2010 16:27:21 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 146BE814C; Wed, 5 May 2010 16:27:21 -0400 (EDT) In-Reply-To: (Leo's message of "Wed, 5 May 2010 20:50:12 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:124568 Archived-At: >> * One of those annoyances was changing the "next" item on the list of >> =A0buffers once you kill the first one, something that I find >> =A0confusing. Right now ido may change the order of the buffers after a >> =A0kill, but the previous second item appears as the first item on the >> =A0new list. I don't understand. So you're saying there's a problem (killing may change the order) but the current code has a fix for it (at least for the "first" element of the remaining list). Right? > Could you try this function to see if it does what you want? Also let > me know what is missing. I will try fix it today. Thanks. What is it trying to fix? And how? > (let ((enable-recursive-minibuffers t) Why? There doesn't seem to be any call to a recursive minibuffer in sight. Stefan