bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#11053: 24.0.94; When run with --batch, Emacs seems to start with poi


From: Chong Yidong
Subject: bug#11053: 24.0.94; When run with --batch, Emacs seems to start with point on the second line of the given file
Date: Wed, 18 Apr 2012 15:04:16 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (gnu/linux)

Reuben Thomas <rrt@sc3d.org> writes:

> I noticed this when running the GNU Zile tests, which are also run on
> Emacs to ensure that Zile is slavishly following Emacs's behavior.
>
> Here is an interactive test test.el:
>
> (execute-kbd-macro "\C-e\M-b\M-ba\C-x\C-s\C-x\C-c")

The visual line motion commands won't work in batch mode, because the
screen size is not defined in batch mode.  I changed line-move to use
forward-line in batch mode, which is as good an approximation as we are
likely to get.





reply via email to

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