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: Wed, 2 Jun 2010 04:28:02 +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 1275449295 24080 80.91.229.12 (2 Jun 2010 03:28:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 2 Jun 2010 03:28:15 +0000 (UTC) Cc: Tassilo Horn , emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 02 05:28:13 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 1OJecm-0001wa-IJ for ged-emacs-devel@m.gmane.org; Wed, 02 Jun 2010 05:28:12 +0200 Original-Received: from localhost ([127.0.0.1]:37499 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJecm-0006fG-30 for ged-emacs-devel@m.gmane.org; Tue, 01 Jun 2010 23:28:12 -0400 Original-Received: from [140.186.70.92] (port=55314 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJecf-0006di-Jv for emacs-devel@gnu.org; Tue, 01 Jun 2010 23:28:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJece-0007xK-3l for emacs-devel@gnu.org; Tue, 01 Jun 2010 23:28:05 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:63684) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJecd-0007xF-VK for emacs-devel@gnu.org; Tue, 01 Jun 2010 23:28:04 -0400 Original-Received: by wyb39 with SMTP id 39so2529289wyb.0 for ; Tue, 01 Jun 2010 20:28:03 -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=1jTzZ7VF9iyFwxJgSXw39uZQJwBnQx37ZSUls/y9a1A=; b=Z8g3sdlwAEIRSLaZTrUM8e+130XHu3fOgWtajD9Q48fvPsk6fvSbPNBNZQNsvrvKOS SMD+RbNy/XE087IF3XRsOHWw9UbMQiohzy/ZSwkAcWxGX0mGZXZRoEjSRCg0m65EWjAh JCNRwesSVS69zcTKGQXlIligdmk/gec0qaqXU= 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=UxXe7XvLWQXuhdFqnnYUf4lp2qKIK+tjmVKgypgZxgG1k156lLTNnhmxhEE0s1RU6v naysz2u958D35qt4ALeHbrqQ13/oYa7KQHdM/I7Z8ASEEgyZUYvGYMiyX/6L4cZEzZ2h WA8Yk2q0KnYeL4Bt9unwfYb2h+lfgnow6Zo2w= Original-Received: by 10.216.155.141 with SMTP id j13mr703709wek.7.1275449282412; Tue, 01 Jun 2010 20:28:02 -0700 (PDT) Original-Received: by 10.216.188.139 with HTTP; Tue, 1 Jun 2010 20:28:02 -0700 (PDT) In-Reply-To: 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:125440 Archived-At: On 2 June 2010 00:54, Juanma Barranquero wrote: > On Sat, May 29, 2010 at 16:15, Leo wrote: > >> 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 > > Value `never' is obvious, but non-documented. I think we may need to change this variable to use nil and t instead, i.e. in the customisation interface, it shows never or always but in elisp it is nil or t. > There is a typo idl -> ido in > > =A0 =A0 =A0 =A0 =A0 ;; is the case when calling `idl-kill-buffer'. Thanks. Fixed. > `auto' would be more useful if tab completion showed past buffers. > Now, if you don't remember the files you had open it can be difficult > to type something to match them. I usually just use C-o to toggle virtual buffers. Is that sufficient? > =A0 =A0Juanma Leo