emacs-devel
[Top][All Lists]
Advanced

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

Re: Speed of keyboard macro execution?


From: David Kastrup
Subject: Re: Speed of keyboard macro execution?
Date: Thu, 10 Dec 2015 19:44:54 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

> This I can explain.  "Redisplay" comes into play not only for actually
> redrawing the screen, it also comes into play when, e.g., a command
> moves cursor down, as in C-n.  With (the default) line-move-visual
> mode, Emacs no longer has an easy way of knowing what character is
> directly below the current one, what with all the variable-pitch fonts
> and long lines broken between several screen lines.

I don't think there is much sense in having line-move-visual mode active
when recording/replaying keyboard macros.

Tying the operation of keyboard macros to the current display/font
selection is just meaningless.  Its purpose is for _aiming_ positioning
by keyboard, and that's just not useful at keyboard replay.

-- 
David Kastrup



reply via email to

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