(tm-define (f x y) ...) I want to call f interactivly asking for the value of x but hardcoded value of y (or vice versa).
How to do this?
(define caller (y)
(interactive
(lambda (x) (f x y))))
would probably work but the prompt would be derived from variable name, not a
localized string as it should.
What to do?!
--
Victor Porton - http://portonvictor.org
_______________________________________________
Texmacs-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/texmacs-dev
