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

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

bug#926: marked as done (23.0.60; move-end-of-line goes to previous lin


From: Emacs bug Tracking System
Subject: bug#926: marked as done (23.0.60; move-end-of-line goes to previous line in outline-mode)
Date: Wed, 17 Sep 2008 23:15:05 -0700

Your message dated Thu, 18 Sep 2008 08:07:09 +0200
with message-id <48D1F00D.9000508@gmx.at>
and subject line Re: bug#926: Acknowledgement (23.0.60; move-end-of-line goes 
to  previous line in outline-mode)
has caused the Emacs bug report #926,
regarding 23.0.60; move-end-of-line goes to previous line in outline-mode
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
926: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=926
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: 23.0.60; move-end-of-line goes to previous line in outline-mode Date: Mon, 08 Sep 2008 08:55:25 +0300
Hi,

command `move-end-of-line' doesn't work correctly in outline-mode.
Steps to reproduce the bug:

1. emacs -Q
2. Evaluate the following code with C-x C-e:

  (progn
    (pop-to-buffer "*tmp*")
    (outline-mode)
    (insert "* 1. section\n"
          "  body text\n"
          "* 2. section\n"
          "  more text\n")
    (hide-subtree))
  
3. Press C-a (move-beginning-of-line) to put the cursor at the
   beginning of line "* 2. section...".

4. Here comes the bug. Pressing C-e (move-end-of-line) moves the
   cursor to the end of previous line ("body text") instead of current
   line.

-- 
Ari Roponen



--- End Message ---
--- Begin Message --- Subject: Re: bug#926: Acknowledgement (23.0.60; move-end-of-line goes to previous line in outline-mode) Date: Thu, 18 Sep 2008 08:07:09 +0200 User-agent: Thunderbird 2.0.0.16 (Windows/20080708)
> this bug seems to be fixed in current CVS version. Thank you.

Fixed by

2008-09-17  Chong Yidong  <cyd@stupidchicken.com>

        * indent.c (Fvertical_motion): Use position reported by iterator
        instead of PT for determining screen motion (bug#943).

Thank you for the report, martin.


--- End Message ---

reply via email to

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