Hi Keita, Ikumi Keita <ik...@ikumi.que.jp> writes:
> Looking at multi-prompt.el again, `multi-prompt-expand-completion-table' > is implemented so as to allow the second element to be a variable. Ah, yes, that rings a bell :-) > So how about this alternative? > > TABLE is an alist where each entry is a list. The first element > of each list is a string representing a key and the optional > second element is a list with strings to be used as values for > the key. The second element can also be a variable which holds > such a value. I'd probably change the last sentence to: The second element can also be a variable returning a list of strings. Best, Arash