Stop iswitchb tag completion from including virtual files
commitc125359a9bd13baef4a1ecc75aa55e7ee22be562
authorCarsten Dominik <carsten.dominik@gmail.com>
Fri, 4 Sep 2009 10:30:06 +0000 (4 12:30 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Fri, 4 Sep 2009 10:30:06 +0000 (4 12:30 +0200)
tree5db85b94d0408cd13a8f85db1964bf4801eddb87
parent0c646a1b57785fd1c2eebfc230a0e8d2ee6a5b4e
Stop iswitchb tag completion from including virtual files

Tassilo Horn writes:

> When I want to set a tag using `C-c C-q TAB' I get a iswitchb completion
> prompt, cause org-completion-use-iswitchb is t.  I also use iswitchb's
> virtual files feature (iswitchb-use-virtual-buffers set to t), which
> includes files that aren't opened in a buffer, but are in the recentf
> list.  This is a cool thing when switching buffers (I barely use C-x C-f
> anymore and switch to the virtual buffer instead), but totally useless
> and annoying for tab completion in org.
>
> So when completing anything (files/tags/...) in org with iswitchb,
> switchb-use-virtual-buffers should be let-bound to nil before.
lisp/ChangeLog
lisp/org.el