From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Concerning the new `ido-use-virtual-buffers' feature Date: Thu, 27 May 2010 10:10:22 +0200 Message-ID: <201005271010.23494.tassilo@member.fsf.org> References: <201005261214.08553.tassilo@member.fsf.org> <201005270854.26320.tassilo@member.fsf.org> <256F24C4-2AE0-4E56-B07A-39AF8726776A@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1274947846 20143 80.91.229.12 (27 May 2010 08:10:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 May 2010 08:10:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: John Wiegley Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 27 10:10:44 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 1OHYAt-0008V5-Ig for ged-emacs-devel@m.gmane.org; Thu, 27 May 2010 10:10:43 +0200 Original-Received: from localhost ([127.0.0.1]:49675 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHYAs-0005O7-JZ for ged-emacs-devel@m.gmane.org; Thu, 27 May 2010 04:10:42 -0400 Original-Received: from [140.186.70.92] (port=52724 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHYAf-0005Nm-OB for emacs-devel@gnu.org; Thu, 27 May 2010 04:10:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHYAc-0007j1-3Q for emacs-devel@gnu.org; Thu, 27 May 2010 04:10:29 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:3945) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHYAb-0007iG-T7 for emacs-devel@gnu.org; Thu, 27 May 2010 04:10:26 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id BA6F778A46CB; Thu, 27 May 2010 10:10:24 +0200 (CEST) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28297-08; Thu, 27 May 2010 10:10:24 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.localnet (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTP id 3BBED78A4185; Thu, 27 May 2010 10:10:24 +0200 (CEST) User-Agent: KMail/1.13.3 (Linux/2.6.34-gentoo; KDE/4.4.3; x86_64; ; ) In-Reply-To: <256F24C4-2AE0-4E56-B07A-39AF8726776A@gmail.com> X-Face: `TY6r/ws=N5uqO1E`M=Sups<}n%T[E^o_?MJj 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:125298 Archived-At: On Thursday 27 May 2010 08:57:14 John Wiegley wrote: Hi John, > >> Set `ido-use-virtual-buffers-automatically' to t. :) > > > > My Emacs (from bzr trunk, updated a minute ago) doesn't have this > > variable. :-( > > Oh! I'm just waiting on the contributor of that feature to send his > papers into the FSF and I can push his change. He said he should be > getting the documents this week, so maybe next week it will be in. 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'. Bye, Tassilo