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

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

bug#19202: Suggestions for mml-attach-file


From: Noam Postavsky
Subject: bug#19202: Suggestions for mml-attach-file
Date: Thu, 26 Jan 2017 16:44:01 -0500

On Thu, Jan 26, 2017 at 4:30 PM, Lars Ingebrigtsen <larsi@gnus.org> wrote:
> Noam Postavsky <npostavs@users.sourceforge.net> writes:
>
>> Perhaps completing-read-multiple? Not sure how easy it is to make it
>> read file names specifically, though.

Actually, this seems to work

(completing-read-multiple "files (separate with comma): "
#'read-file-name-internal #'file-exists-p)

>
> You need a file browser with completion and stuff...

There is TAB completion, but no browser or "stuff" ;)





reply via email to

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