emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug? org-set-tags never uses ido


From: Anders Johansson
Subject: Re: [O] Bug? org-set-tags never uses ido
Date: Wed, 05 Mar 2014 01:31:04 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

2014-03-05 01:20, Samuel Wales wrote:
There are several packages that allow ido to work everywhere.  The one
I use, ido-hacks, works fine for tags out of the box.

A quick look at ido-hacks.el here: https://github.com/scottjad/ido-hacks/blob/master/ido-hacks.el suggests that this doesn't really solve the problem of being able to select multiple tags separated by colon at the same time with ido.

I haven't tried it but the docstring for the advice of completing-read says:

"Advice `completing-read' to always use `ido-read-internal',
unless `this-command' has a (ido ignore) property or the
inherit-input-method argument is non-nil or the collection
argument is a function (which ido can't handle)."

which seems to suggest that passing 'org-tags-completion-function as the second argument (collection) to the advised completing-read wouldn't use ido in this case either

Cheers,
Anders Johansson




reply via email to

[Prev in Thread] Current Thread [Next in Thread]