Hi,

I really need to learn scheme better!
Anyway, I'd like to call up a file dialog that lets you select a file, and
then insert into the buffer
<action| filename | (system "open 'filename'")>

I got as far as
(choose-file (lambda (f) (insert (url->string f))) "Please choose file" "")
which inserts the filename
but how do I insert the action?


Thanks!
Michael

--

Michael Lachmann, Max Planck Institute for Evolutionary Anthropology
Deutscher Platz 6, 04103 Leipzig, Germany.
_______________________________________________
Texmacs-dev mailing list
Texmacs-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/texmacs-dev

Reply via email to