Allan Rae <[EMAIL PROTECTED]> writes:

 * Just a thought spun-off from this work: using addition-order and a
 * simple class we could have macro-recording and playback of LyXFunc
 * actions in a few lines of code.
 
That can be done a lot simpler.

For macro:
        - add two new LFUN's macro-begin and macro-end
        - record (in Dispatch) all commands accessed between a 
          macro-begin and macro-end pair.

Playback of complete session:
        - just record every LFUN and store it to file.
        - add a command arg that "runs" this file



-- 
        Lgb

Reply via email to