From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: ido's flex matching in org-refile Date: Fri, 21 Nov 2008 12:34:00 +0100 Message-ID: References: <20524da70811091811r51fcbfdaue35fa583e35ec361@mail.gmail.com> <77A67AB4-322B-428A-BB70-CD615E32FC65@uva.nl> <87myfzph7v.fsf@gmail.com> <49269A38.8060707@calicojack.co.uk> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L3UH0-0003BL-MA for emacs-orgmode@gnu.org; Fri, 21 Nov 2008 06:34:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L3UGz-0003B9-2X for emacs-orgmode@gnu.org; Fri, 21 Nov 2008 06:34:05 -0500 Received: from [199.232.76.173] (port=48126 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3UGy-0003B6-Np for emacs-orgmode@gnu.org; Fri, 21 Nov 2008 06:34:04 -0500 Received: from ug-out-1314.google.com ([66.249.92.170]:15639) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L3UGz-0000fH-Ix for emacs-orgmode@gnu.org; Fri, 21 Nov 2008 06:34:05 -0500 Received: by ug-out-1314.google.com with SMTP id 36so87116uga.17 for ; Fri, 21 Nov 2008 03:34:02 -0800 (PST) In-Reply-To: <49269A38.8060707@calicojack.co.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rick Moynihan Cc: emacs-orgmode@gnu.org Hi Rick, not al completion prompts are affected, because some use special completion functions, for example completing tags. One that does not is completion for a property name, after `C-c C-x p'. Maybe give this one a try? - Carsten On Nov 21, 2008, at 12:23 PM, Rick Moynihan wrote: > Carsten Dominik wrote: >> Hi, >> I have applied Erics patch, with two changes: >> 1. There is an additonal option you need to set: >> `org-completion-use-ido'. >> 2. For a test period, each prompt using ido completion will be >> prefixed with "i:", so that we can easily identify areas where >> using ido's completion may not work well for Org. >> I'd appreciate if some of your could turn this on and test it >> extensively. >> Thanks in advance for testing, and thanks to Samuel and Eric for >> the implementation. > > I've switched on org-completion-use-ido in my .emacs, yet I see no > change in behaviour regarding completions. I'm using a bleeding- > edge git release of org-mode under GNU Emacs 23.0.60.1 on OS-X. I > have ido enabled elsewhere: > > (ido-mode t) ;; Use ido-mode for completion > (ido-everywhere t) > (setq ido-enable-flex-matching t) > (setq ido-default-buffer-method 'samewindow) > (setq ido-use-filename-at-point t) > > > Any ideas what might be wrong? > > R. > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode