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

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

[debbugs-tracker] bug#19211: closed (25.0.50; move-end-of-line goes to s


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#19211: closed (25.0.50; move-end-of-line goes to start of buffer in -batch)
Date: Sun, 30 Nov 2014 16:09:02 +0000

Your message dated Sun, 30 Nov 2014 18:08:40 +0200
with message-id <address@hidden>
and subject line Re: bug#19211: 25.0.50; move-end-of-line goes to start of 
buffer in -batch
has caused the debbugs.gnu.org bug report #19211,
regarding 25.0.50; move-end-of-line goes to start of buffer in -batch
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
19211: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19211
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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



--- End Message ---
--- Begin Message --- 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 <address@hidden>
> 
> (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.


--- End Message ---

reply via email to

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