From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.devel Subject: Re: Concerning the new `ido-use-virtual-buffers' feature Date: Sat, 29 May 2010 15:15:45 +0100 Message-ID: References: <201005281429.03104.tassilo@member.fsf.org> 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 1275148133 15794 80.91.229.12 (29 May 2010 15:48:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 May 2010 15:48:53 +0000 (UTC) Cc: Juanma Barranquero , emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 29 17:48:51 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 1OIOHJ-0000q6-Np for ged-emacs-devel@m.gmane.org; Sat, 29 May 2010 17:48:50 +0200 Original-Received: from localhost ([127.0.0.1]:34404 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OIOHI-0007Jw-T4 for ged-emacs-devel@m.gmane.org; Sat, 29 May 2010 11:48:49 -0400 Original-Received: from [140.186.70.92] (port=46560 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OIO8n-00027e-CS for emacs-devel@gnu.org; Sat, 29 May 2010 11:40:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OIMpH-0001wJ-TN for emacs-devel@gnu.org; Sat, 29 May 2010 10:15:49 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:63566) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OIMpH-0001vy-Oz for emacs-devel@gnu.org; Sat, 29 May 2010 10:15:47 -0400 Original-Received: by wyb39 with SMTP id 39so47238wyb.0 for ; Sat, 29 May 2010 07:15:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=GUnFgzwAXoXNbW3t2XkN6FconjnHtGdAoY+onMltWjQ=; b=A8atAK5MM90mRt3yahCbrxnoI0vqRhHI7NpMPewleh+g+I00XHhixLMb+hNdsJTQtT ehoe9HtPn0nGz2uouXGypIqp2XTEIIo6o2gaPGuRSbntehOQYxQSikeZPxooIgOmbpBT zRVaximR1ykjlsTVlVZ3O4M1XL3Bdhneh6eHw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=hMETmzOJ1cSAgVfC5+Ta7siryanDN42bhXtsEs5yhYucBuNYUAdhmMkSEnXCBRk5Ya xO2DfU2jp+SaUADQENj76gcYEfTjrbsPI5A9rkCEscKrKGiHKOnNLZNEPO9f3gquH3in nwMBt+KB5Eh40XXDKWUMLOWyPwmWbiZgQBxFo= Original-Received: by 10.216.85.14 with SMTP id t14mr63608wee.110.1275142546018; Sat, 29 May 2010 07:15:46 -0700 (PDT) Original-Received: by 10.216.188.139 with HTTP; Sat, 29 May 2010 07:15:45 -0700 (PDT) In-Reply-To: <201005281429.03104.tassilo@member.fsf.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:125335 Archived-At: On 28 May 2010 13:29, Tassilo Horn wrote: > On Friday 28 May 2010 14:15:23 Leo wrote: > > Hi Leo! > >> Thanks for this. I have incorporated your fix and the updated patch >> against trunk is available here: >> http://paste.lisp.org/display/105717#1. > > I've applied it, and it seems to work like a charm. =A0For the record, I > attach it to this mail as well. > > So let's wait for your papers to arrive and then apply it. > > Bye, > Tassilo Thanks for this. There could be some cases I miss that can trigger problems. For example I just found out ido-existing-buffers needs to be up-to-date otherwise the test will be incorrect and can trigger infinite loops. I will try to fix bugs as soon as they come up and keep the paste growing. Now we are at no 3: http://paste.lisp.org/display/105717#3 Hopefully at the time of merging it will be mature enough. Cheers, Leo