From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anders Johansson Subject: Re: Bug? org-set-tags never uses ido Date: Wed, 05 Mar 2014 01:31:04 +0100 Message-ID: <53167048.1040106@gmail.com> References: <527287AB.10707@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51568) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKzjv-0000DO-Dv for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 19:31:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKzjp-0006CH-Jn for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 19:31:15 -0500 Received: from lyra.its.uu.se ([130.238.7.73]:50118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKzjp-0006CB-CS for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 19:31:09 -0500 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Samuel Wales Cc: emacs-orgmode@gnu.org 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