From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Concerning the new `ido-use-virtual-buffers' feature Date: Wed, 2 Jun 2010 07:57:40 +0200 Message-ID: References: <201005281429.03104.tassilo@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1275458299 11838 80.91.229.12 (2 Jun 2010 05:58:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 2 Jun 2010 05:58:19 +0000 (UTC) Cc: Tassilo Horn , emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 02 07:58:14 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 1OJgxx-0006Xz-Mu for ged-emacs-devel@m.gmane.org; Wed, 02 Jun 2010 07:58:13 +0200 Original-Received: from localhost ([127.0.0.1]:53242 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJgxw-00015r-NZ for ged-emacs-devel@m.gmane.org; Wed, 02 Jun 2010 01:58:12 -0400 Original-Received: from [140.186.70.92] (port=43765 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJgxm-00014f-W4 for emacs-devel@gnu.org; Wed, 02 Jun 2010 01:58:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJgxm-0000ub-1X for emacs-devel@gnu.org; Wed, 02 Jun 2010 01:58:02 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:41076) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJgxl-0000uT-Qg for emacs-devel@gnu.org; Wed, 02 Jun 2010 01:58:01 -0400 Original-Received: by bwz7 with SMTP id 7so311028bwz.0 for ; Tue, 01 Jun 2010 22:58:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=eAUtoFzxawNdvB8VKz3iszUie+ENXs2Nifhq9ZXoJ3Y=; b=mteo0cfKEf3qfUocGCJ/ohpbFdCCZY7Rr/eQLKKO8m9uQaKnQiP5QviR4OzbCAF6ce QqPPPJe6VvJo/IbNwgh+1P88KD9AWTVPwlnhAxqyFKxw9MKsMUTsLCkm4gfA9Zuh80tA 8X7XgFoGtljOrzdTN4tAD2QbBcTfDhHzjantg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=T9z3ROUcCMURg24VB2wayrmv6vubl8xusNeB1DyjVNwVsVAfiJSMkf6HTxWkFVekvh jYlKN8XdLygWvmAGpemJib44j48YVNnb3sjIFX4cn+kHW1BH55jJNoO8p9wV8kJVyuPo XVz00lRcoohVNVlSSHVWczhcrcb2+5b6EYzeE= Original-Received: by 10.204.74.30 with SMTP id s30mr1411206bkj.27.1275458280106; Tue, 01 Jun 2010 22:58:00 -0700 (PDT) Original-Received: by 10.204.32.18 with HTTP; Tue, 1 Jun 2010 22:57:40 -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:125442 Archived-At: On Wed, Jun 2, 2010 at 05:28, Leo wrote: > 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. What about `auto', then? > I usually just use C-o to toggle virtual buffers. Is that sufficient? Yes, but it sort of defeats the need of having `auto' in the first place. Juanma