emacs-devel
[Top][All Lists]
Advanced

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

Re: line-move-visual never set to nil?


From: Richard M Stallman
Subject: Re: line-move-visual never set to nil?
Date: Fri, 01 Aug 2008 00:43:11 -0400

    Wouldn't it be more correct to say that the requirement is that during 
    execution of the macro the command should do the same thing to the 
    buffer as during recording of the macro?

In some sense yes, but when the command's behavior is conditional on
something (whether it be buffer text, or how text appears on the
screen), it has to be conditional in the macro just as it is
conditional when you run the command from the keyboard.

The only way to get rid of these commands' dependence on the window
width is to make the line breaking not depend on the window width.
That might be a good idea.  If some other parameter controls where to
do the line-breaking at word boundaries, rather than the window width
directly, you could set that parameter differently in order to run the
macro.




reply via email to

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