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: Wed, 26 May 2010 14:59:35 -0600 Message-ID: <07D21488-56B3-4FEC-9817-D63C6A59F152@gmail.com> References: <201005261214.08553.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 1274910378 16956 80.91.229.12 (26 May 2010 21:46:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 May 2010 21:46:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 26 23:46:16 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 1OHOQX-0004es-Hx for ged-emacs-devel@m.gmane.org; Wed, 26 May 2010 23:46:13 +0200 Original-Received: from localhost ([127.0.0.1]:35260 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHOQW-0008Vl-Vm for ged-emacs-devel@m.gmane.org; Wed, 26 May 2010 17:46:13 -0400 Original-Received: from [140.186.70.92] (port=43401 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHNhZ-0003nG-7f for emacs-devel@gnu.org; Wed, 26 May 2010 16:59:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHNhX-0004Kw-Uf for emacs-devel@gnu.org; Wed, 26 May 2010 16:59:44 -0400 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:52665) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHNhX-0004Kl-QJ for emacs-devel@gnu.org; Wed, 26 May 2010 16:59:43 -0400 Original-Received: by pwj8 with SMTP id 8so2249210pwj.0 for ; Wed, 26 May 2010 13:59:42 -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=9p2yT3AfLqEVIs+DhcUkvICnna155T/Vcz6K9quYD8Y=; b=fB+jCSuApFmgH7H7SBYDzHX3rm+kwQQrkGgeGPeHjsZuj+mJlxnCewRo4GhQW0y4kG A8rT/4yY7XhQ8yKnTtYqr6hhFgZ8BWItni7gtbme2gC2pt+irG8MiCnaj/wny/lHH+Zw CRAOEVzNU2iR5gCYtnqJ2e+zjc1jmj6f4Un1Q= 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=QsSMwOffveK3Z/mvgZI2BGppSbnMU7E7cJFJ258jgrb0Zd0Auot7nSD8Y/wjE20Kay ZVp6CSa2Bh6ooKoBJEz/pfSrgxMb5JZPZG+X6XRhhOT6R51fVUOWW+FDjO6o1jRCPK7B MK0ovnq25qAxG6Nfm66cvX404EYkUYtvAN4vc= Original-Received: by 10.114.186.37 with SMTP id j37mr8084903waf.122.1274907581040; Wed, 26 May 2010 13:59:41 -0700 (PDT) Original-Received: from [172.16.31.149] ([71.216.197.198]) by mx.google.com with ESMTPS id n32sm3624842wae.22.2010.05.26.13.59.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 26 May 2010 13:59:39 -0700 (PDT) In-Reply-To: <201005261214.08553.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:125289 Archived-At: On May 26, 2010, at 4:14 AM, Tassilo Horn wrote: > 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. :) John