emacs-devel
[Top][All Lists]
Advanced

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

Re: Certain numbers of special forms cause changing behaviour on functio


From: Eli Zaretskii
Subject: Re: Certain numbers of special forms cause changing behaviour on function calls in --batch
Date: Thu, 30 Jun 2016 18:13:11 +0300

> From: Andreas Röhler <address@hidden>
> Date: Thu, 30 Jun 2016 07:58:57 +0200
> Cc: Wilfred Hughes <address@hidden>
> 
> A plausible guess. `move-end-of-line' is obviously designed for 
> interactive use. It deals with var `line-move-visual' for example.

If that's the reason, setting line-move-visual to nil in the
interactive session will produce the same "buggy" behavior.  Does it?

> Are there reasons not to employ `end-of-line'?

Compare their doc strings, and you will see the reason.  One moves to
the visual end, the other to the logical end.

This bug, whatever it is, will not be solved by guessing.  It will be
solved by a reproducible recipe and debugging.



reply via email to

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