GNU bug report logs - #19211
25.0.50; move-end-of-line goes to start of buffer in -batch

Previous Next

Package: emacs;

Reported by: Oleh <ohwoeowho <at> gmail.com>

Date: Fri, 28 Nov 2014 19:21:02 UTC

Severity: normal

Found in version 25.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 19211 in the body.
You can then email your comments to 19211 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#19211; Package emacs. (Fri, 28 Nov 2014 19:21:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Oleh <ohwoeowho <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 28 Nov 2014 19:21:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Oleh <ohwoeowho <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.0.50; move-end-of-line goes to start of buffer in -batch
Date: Fri, 28 Nov 2014 20:20:50 +0100
Hi,

To reproduce, create a file "test-eol.el" with:

#+begin_src elisp
(defun test-eol ()
  (message "%S"
           (with-temp-buffer
             (insert "foobar")
             (goto-char 1)
             (move-end-of-line nil)
             (point))))
#+end_src

Then test:

    emacs -batch -Q -l test-eol.el -f test-eol
    => 1

Works fine for the old one:

    emacs23 -batch -Q -l test-eol.el -f test-eol
    => 7

Also works fine without -batch.

regards,
Oleh




Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Sun, 30 Nov 2014 16:09:02 GMT) Full text and rfc822 format available.

Notification sent to Oleh <ohwoeowho <at> gmail.com>:
bug acknowledged by developer. (Sun, 30 Nov 2014 16:09:03 GMT) Full text and rfc822 format available.

Message #10 received at 19211-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Oleh <ohwoeowho <at> gmail.com>
Cc: 19211-done <at> debbugs.gnu.org
Subject: Re: bug#19211: 25.0.50;
 move-end-of-line goes to start of buffer in -batch
Date: Sun, 30 Nov 2014 18:08:40 +0200
> Date: Fri, 28 Nov 2014 20:20:50 +0100
> From: Oleh <ohwoeowho <at> gmail.com>
> 
> (defun test-eol ()
>   (message "%S"
>            (with-temp-buffer
>              (insert "foobar")
>              (goto-char 1)
>              (move-end-of-line nil)
>              (point))))
> #+end_src
> 
> Then test:
> 
>     emacs -batch -Q -l test-eol.el -f test-eol
>     => 1
> 
> Works fine for the old one:
> 
>     emacs23 -batch -Q -l test-eol.el -f test-eol
>     => 7
> 
> Also works fine without -batch.

Thanks, this is now fixed by commit 59c4d5f on the emacs-24 branch.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 29 Dec 2014 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 10 years and 179 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.