emacs-devel
[Top][All Lists]
Advanced

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

Reading multiple files (was: Entering emojis)


From: Stefan Monnier
Subject: Reading multiple files (was: Entering emojis)
Date: Tue, 02 Nov 2021 22:07:57 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> Is there some generic way to turn a function that reads a single value
> in the minibuffer into one that reads multiple values, similar to what
> completing-read-multiple does but which isn't limited to a set of known
> choices.  The function I have in mind is read-file-name-multiple (which
> is supposed to go beyond merely supporting wildcards, supporting input
> like "foo.txt,~/bin/bar.sh").

Have you tried (completing-read-multiple "Foo: " #'completion-file-name-table)?


        Stefan




reply via email to

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