OK - sorry, it took an extra day. Here is the new (third, and hopefully last) test case.
/Applications/Emacs.app/Contents/MacOS/Emacs -Q
M-x emacs-version <RET> GNU Emacs 24.0.95.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2012-04-03 on bob.porkrind.org
$ git clone git://orgmode.org/org-mode.git
Evaluate the following Lisp in *scratch*
(require 'ido) (ido-mode t) (setq load-path (cons "~/tmp/new-new-new/org-mode/lisp" load-path)) (setq load-path (cons "~/tmp/new-new-new/org-mode/contrib/lisp" load-path)) (require 'org-install) (setq org-completion-use-ido t) (setq org-tag-alist (quote ( (:startgroup) ("tag_a" . ?a) ("tag_b" . ?b) (:endgroup) ("tag_c" . ?c) )))
* Header 1 ** Header 1.1 * Header 2 :Personal:
M-x org-version <RET> release_7.8.07-201-g72d9 Org-mode version 7.8.08 (release_7.8.07.201.g72d9)
C-c C-q
to bring up Tag selectionThe expected result is the fast tag selection window-split; this works
<TAB>
to enter free tag selectionThe expected result is that the Minibuffer prompts with Tag:
and the ido
completion (this works)
t
to begin to ido
select one of the tagsThe expected result is the ido
completion narrowing the choices; the result
Error in post-command-hook (ido-exhibit): (wrong-type-argument sequencep 97)
Note that M-x toggle-debug-on-error
doesn’t show anything different than the above.
Hi Mike,
Mike McLean <mike.mclean@pobox.com> writes:The dangers of minimal testing setups is rearing its ugly head.
You bet :)I canconfirm that your latest patch does fix the minimal example that Iprovided. It does not, sadly, fix a similar case where theorg-tag-alist variable includes the :startgroup and :endgroup tokens.If you can my most recent steps to reproduce, step 1.3, and add thosetokens, the error is "Wrong type argument: stringp, :endgroup"
Can you resubmit the full test case?Thank you for you patience :)
Thanks for your collaboration :)
--
Bastien