texmacs-dev
[Top][All Lists]
Advanced

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

[Texmacs-dev] file dialog


From: Michael Lachmann
Subject: [Texmacs-dev] file dialog
Date: Wed, 6 Nov 2013 17:29:07 +0100

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.

reply via email to

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