texmacs-dev
[Top][All Lists]
Advanced

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

[Texmacs-dev] Specifying only a part of arguments interactively


From: Victor Porton
Subject: [Texmacs-dev] Specifying only a part of arguments interactively
Date: Fri, 26 Nov 2010 21:20:47 +0300

(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



reply via email to

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