From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Eglen Subject: Re: org-iswitchb documentation Date: Tue, 29 Jun 2010 09:14:44 +0100 Message-ID: <5159.1277799284@maps> References: <20386.1277720390@maps> <2E246530-D91C-424E-82F1-D9BD5B18AD0B@gmail.com> <3065.1277727993@maps> Return-path: Received: from [140.186.70.92] (port=51157 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTVxy-00057u-Eh for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 04:14:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTVxt-0007iE-Ms for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 04:14:50 -0400 Received: from ppsw-30.csi.cam.ac.uk ([131.111.8.130]:36111) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTVxt-0007hz-Hc for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 04:14:45 -0400 In-reply-to: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org, Stephen Eglen > THe doc string now reads: > > "Use `org-icompleting-read' to prompt for an Org buffer to switch to. > With a prefix argument, restrict available to files. > With two prefix arguments, restrict available buffers to agenda files. > > This will either use ido or iswitchb for buffer name completion, > depending on the variables `org-completion-use-iswitchb' and > `org-completion-use-ido'. If both are nil, we will still use iswitchb > for this special application." Hmmm... this sounds a bit confusing! why not just have org-completion-use-ido, and if that is non-nil, we use ido, else we use iswitchb. Unless these variables are also used in other contexts (which I doubt)? how about changing the 2nd para to: This will use iswitchb for buffer name completion, unless `org-completion-use-ido' is non-nil, to select ido completion Stephen