From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: Concerning the new `ido-use-virtual-buffers' feature Date: Thu, 27 May 2010 02:26:01 -0600 Message-ID: References: <201005261214.08553.tassilo@member.fsf.org> <201005270854.26320.tassilo@member.fsf.org> <256F24C4-2AE0-4E56-B07A-39AF8726776A@gmail.com> <201005271010.23494.tassilo@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1274948901 23760 80.91.229.12 (27 May 2010 08:28:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 May 2010 08:28:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 27 10:28:20 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 1OHYRt-0007gP-Iy for ged-emacs-devel@m.gmane.org; Thu, 27 May 2010 10:28:17 +0200 Original-Received: from localhost ([127.0.0.1]:49280 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHYRs-0001dh-OI for ged-emacs-devel@m.gmane.org; Thu, 27 May 2010 04:28:16 -0400 Original-Received: from [140.186.70.92] (port=47479 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHYPq-0008TY-N7 for emacs-devel@gnu.org; Thu, 27 May 2010 04:26:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHYPl-0001VB-C8 for emacs-devel@gnu.org; Thu, 27 May 2010 04:26:10 -0400 Original-Received: from mail-pz0-f192.google.com ([209.85.222.192]:51503) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHYPl-0001Uv-7A for emacs-devel@gnu.org; Thu, 27 May 2010 04:26:05 -0400 Original-Received: by pzk30 with SMTP id 30so4533777pzk.6 for ; Thu, 27 May 2010 01:26:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=Cx48Q8Ljq4IQYBT74DOOka/x2GsRaZhrsHU2XSo7KBc=; b=oS/+lNGIVE3k6fIF6Q478TSxCWc+XPYL+dYxq1IOJyiqZJR6Em9avShQK/Ioc7Vtf6 vNO1I0/4rEN0MxySpBTq1dj3XNH1uOtvDY38N/Fnnz4NO973/Mf8EXcM2b8rr+xOwy2W eoX+Z/nsh3FAVeL4JRrCGVVXAQW4M3ggFC4to= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=u+Nl7785fjIxG73+iwLDfWsQzSfoA/vXOjhEBy0h45kz5QZCLzNaU5jVppLyeBsuuI QDgpOgJXWlLF59Zuvg5aaOKWY101Y6Z86T5SGdjr234yl79Aji9Zp1rGR/edECx6r0ck cwfrHhDxoJmjkX5Z1X9ps/afYae0A5Wjhp4EY= Original-Received: by 10.114.33.7 with SMTP id g7mr8722519wag.49.1274948763978; Thu, 27 May 2010 01:26:03 -0700 (PDT) Original-Received: from [192.168.0.3] (174-24-43-180.clsp.qwest.net [174.24.43.180]) by mx.google.com with ESMTPS id n32sm8043991wae.10.2010.05.27.01.26.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 27 May 2010 01:26:02 -0700 (PDT) In-Reply-To: <201005271010.23494.tassilo@member.fsf.org> X-Mailer: Apple Mail (2.1078) 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:125299 Archived-At: On May 27, 2010, at 2:10 AM, Tassilo Horn wrote: > Ok, I see. By the way, why is there another variable for that instead > of different values to `ido-use-virtual-buffers' (nil, any non-nil and > 'automatically)? At least from a user perspective, I'd find that more > logical, especially when using `customize'. That's a great suggestion. It should be nil, t, or `auto'. John