From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleh Krehel Subject: Could org-mode use `completing-read-function' instead of `org-icompleting-read'? Date: Thu, 16 Apr 2015 15:36:44 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YijyI-0006IW-Gp for emacs-orgmode@gnu.org; Thu, 16 Apr 2015 09:36:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YijyH-00006R-QS for emacs-orgmode@gnu.org; Thu, 16 Apr 2015 09:36:46 -0400 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:37302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YijyH-00006G-Ii for emacs-orgmode@gnu.org; Thu, 16 Apr 2015 09:36:45 -0400 Received: by widdi4 with SMTP id di4so97777090wid.0 for ; Thu, 16 Apr 2015 06:36:44 -0700 (PDT) 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: org mode Hi all, I was just trying to customize the completion back end for refiling (ido isn't great for that, even with the ido-vertical upgrade). And it's not at all easy, since ido seems to be hard-wired into org-mode's completion. Could we just change to use `completing-read-function' instead of `org-icompleting-read'? regards, Oleh