From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allen Li Subject: Org-specific completing-read-function Date: Sun, 15 Oct 2017 15:35:57 -0700 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]:58628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e3rVn-0000hX-LT for emacs-orgmode@gnu.org; Sun, 15 Oct 2017 18:36:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e3rVn-00019H-20 for emacs-orgmode@gnu.org; Sun, 15 Oct 2017 18:35:59 -0400 Received: from mail-qt0-x233.google.com ([2607:f8b0:400d:c0d::233]:50862) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e3rVm-000192-TD for emacs-orgmode@gnu.org; Sun, 15 Oct 2017 18:35:58 -0400 Received: by mail-qt0-x233.google.com with SMTP id f15so28347482qtf.7 for ; Sun, 15 Oct 2017 15:35:58 -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" To: emacs-orgmode@gnu.org Would it be acceptable to have an Org-specific completing-read-function? My use case is that I would like to use a different completing-read function like ido of ivy for Org mode, especially for refiling, but I don't want to modify completing-read-function globally. This isn't entirely unprecedented; both magit and projectile implement their own completing-read that can be set independent of Emacs's completing-read-function.