git-svn make executable
[texmacs.git] / plugins / interactive-proc / README
blob9e98eda1f3b846ede59c03ab7270ad652c438b73
1 Plugin: interactive-proc
2 Summary: library module providing a better interactive procedure
3 Release: 1.0
4 TeXmacs: 1.0.2
5 Author: David Allouche
6 License: GNU Public License v2 or later
8 TeXmacs provides a built-in glue procedure called "interactive" which
9 implements user interation in the minibuffer (footer). However this
10 function was not updated during the Scheme layer refactoring and
11 depends on a callback procedure to be accessible in the top-level
12 namespace.
14 This plugins provides wrappers around "interactive" which use a
15 closure callback (instead of a symbol) and can provide a default
16 value.
18 It is not useful to the user by itself, but other modules depend on
19 it.