emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] trunk r113221: Implement visual-order cursor motion.


From: Eli Zaretskii
Subject: Re: [Emacs-diffs] trunk r113221: Implement visual-order cursor motion.
Date: Mon, 01 Jul 2013 05:49:49 +0300

> From: Stefan Monnier <address@hidden>
> Cc: address@hidden
> Date: Sun, 30 Jun 2013 17:33:37 -0400
> 
> > The code moved point by using
> > information in the current glyph matrix,
> 
> Does that means that those functions won't work in batch mode?

They should still work, because there's fallback code which uses
move_it_* functions (needed when the position to the left or right is
outside of the currently displayed portion of the buffer).  The code
that uses the current glyph matrices was written because it is
expected to be used almost always in interactive invocation of the
function, since moving point almost never invalidates the current
glyph matrix, and the resulting display update shortcuts almost
everything.



reply via email to

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