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 08:54:25 +0200 Message-ID: <201005270854.26320.tassilo@member.fsf.org> References: <201005261214.08553.tassilo@member.fsf.org> <07D21488-56B3-4FEC-9817-D63C6A59F152@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 1274943283 4256 80.91.229.12 (27 May 2010 06:54:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 May 2010 06:54:43 +0000 (UTC) Cc: John Wiegley To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 27 08:54:42 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 1OHWzH-0001Hv-RQ for ged-emacs-devel@m.gmane.org; Thu, 27 May 2010 08:54:40 +0200 Original-Received: from localhost ([127.0.0.1]:52356 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHWzF-0001DR-Dl for ged-emacs-devel@m.gmane.org; Thu, 27 May 2010 02:54:37 -0400 Original-Received: from [140.186.70.92] (port=50377 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHWz7-0001DM-PX for emacs-devel@gnu.org; Thu, 27 May 2010 02:54:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHWz6-0005jb-M0 for emacs-devel@gnu.org; Thu, 27 May 2010 02:54:29 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:5504) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHWz6-0005jO-GK for emacs-devel@gnu.org; Thu, 27 May 2010 02:54:28 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 311FC78A3171; Thu, 27 May 2010 08:54:27 +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 32358-03; Thu, 27 May 2010 08:54:26 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.localnet (wlan-94-154.uni-koblenz.de [141.26.94.154]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTP id A2C707826BCA; Thu, 27 May 2010 08:54:26 +0200 (CEST) User-Agent: KMail/1.13.3 (Linux/2.6.34-gentoo; KDE/4.4.3; x86_64; ; ) In-Reply-To: <07D21488-56B3-4FEC-9817-D63C6A59F152@gmail.com> X-Face: `TY6r/ws=N5uqO1E`M=Sups<}n%T[E^o_?MJj< =?iso-8859-1?q?O4j=265ljV6lU=7DcXU7oftH=26/x=5F=7EK=7B=26zv9=7D=0A=09sB?= =?iso-8859-1?q?=7D5/Ea=5BhU=7BCS=23=3F=3F0=3F=3Fn?=@sX+ft]?{(l?, mp"a`u 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:125295 Archived-At: On Wednesday 26 May 2010 22:59:35 John Wiegley wrote: Hi John, > > So now, I do have everything I want, except that there is one little > > inconvenience when comparing iswitchb and ido virtual buffers: The > > former adds virtual buffers to the possible completions only if no > > currently open buffer matches the input, whereas ido adds virtual > > buffers to the completions directly. > > Set `ido-use-virtual-buffers-automatically' to t. :) My Emacs (from bzr trunk, updated a minute ago) doesn't have this variable. :-( Bye, Tassilo