Stephen Leake <[EMAIL PROTECTED]> writes:
> ido-completing-read appears to be broken as called from
> dvc-current-active-dvc.
>
> Try this:
>
> (ido-completing-read "back-end: " '("bzr" "xmtn"))
That should be:
(ido-completing-read "back-end: " '(("bzr") ("xmtn")))
completing-read on Emacs21 will also complain if each of these elements
are not lists in themselves.
--
Michael Olson -- FSF Associate Member #652 |
http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net | /` |\ | | |
Programmer -- Hobbies: Lisp, HCoop | |_] | \| |_|
Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |
pgpfsyzIn45fw.pgp
Description: PGP signature
_______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
