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: Michael Heerdegen
Subject: Re: Certain numbers of special forms cause changing behaviour on function calls in --batch
Date: Tue, 28 Jun 2016 23:12:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.95 (gnu/linux)

Wilfred Hughes <address@hidden> writes:

> However, running it in --batch gives:
>
> $ emacs -batch -l ~/projects/pyimport/nasty.el
> point is: 20
>
> This is incorrect: for some reason move-end-of-line is behaving
> differently here. Removing any of the extra special forms (e.g. the
> redundant lets) fixes it.

Strange indeed.

OTOH, looking at the doc of `move-end-of-line' ("Move point to end of
current line as displayed.") I wouldn't rely on the result in batch mode
at all, since there is no display.

`end-of-line' yields the same result in both situations here.


Michael.



reply via email to

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