bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10053: Wrong use of minibuffer-completion-table in tmm-add-prompt


From: Stefan Monnier
Subject: bug#10053: Wrong use of minibuffer-completion-table in tmm-add-prompt
Date: Tue, 15 Nov 2011 15:27:30 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux)

> --8<---------------cut here---------------start------------->8---
> Debugger entered--Lisp error: (wrong-type-argument listp closure)
>   car(closure)
>   mapcar(car (closure (t) (&rest args) (apply (quote
> completion-table-with-predicate) (quote internal-complete-buffer) 
> [...]


>   tmm-add-prompt()
>   read-string("Menu bar (up/down to change, PgUp to menu): " nil nil "")
> --8<---------------cut here---------------end--------------->8---

> When `minibuffer-completion-table' is set.
> While it is nil, it works of course.

Normally, minibuffer-completion-table should be an association list
because it's set to tmm-km-list when tmm-prompt calls completing-read.
Do you have a recipe to reproduce the above backtrace?


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]