Hi.With latest org-mode (release_6.29c.47.gc7c1.dirty):

1. There are still many calls to org-ido-completing-read (ex: ā€žeā€œ at column 
view) which won't work because commit 5acac25dc17916fb850c31a715e95ce50de216d0 
(All completing-read behavior for iswitchb users) renamed that function.

2. Other functions were renamed, like org-completing-read-no-ido → 
org-completing-read-no-i. I don't know how that's better.

3. I don't understand why Org has to hard-code references to a specific 
implementation of completion. I stopped using ido long ago and started using 
icicles; therefore it feels strange to know that I might be using different 
engines at the same time, one for Org, the other for the rest of Emacs.
   Isn't there a completion interface in Emacs?
   (I think CEDET will provide one, but for normal buffers, not minibuffer).



-- Daniel


_______________________________________________
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

Reply via email to