Completion: Allow spaces in some fields
commit3c121459b4c76f7cf0620d453f00676e2920a102
authorCarsten Dominik <carsten.dominik@gmail.com>
Fri, 20 Feb 2009 07:12:47 +0000 (20 08:12 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Fri, 20 Feb 2009 07:12:47 +0000 (20 08:12 +0100)
treeb15f7fec97627477bbbeb805a9f11be2833c8209
parent933d88ef3e6f19cb2b773cdea9c0ac564bfe8be8
Completion: Allow spaces in some fields

Org has a number of places where the value read by completing-read may
contains spaces.  For these occasions, the space character needs to be
a normal character.

The recent support for ido.el invalidated these special cases because
ido has its own way of dealing with spaces.

This commit now makes sure that ido is off for the critical cases
where completion must allow spaces.
lisp/ChangeLog
lisp/org-remember.el
lisp/org.el