From: Eli Zaretskii <eliz@gnu.org>
To: ynyaaa@gmail.com
Cc: 26852-done@debbugs.gnu.org
Subject: bug#26852: 25.2; C-n may not keep column
Date: Wed, 10 May 2017 20:00:04 +0300 [thread overview]
Message-ID: <83y3u4abqj.fsf@gnu.org> (raw)
In-Reply-To: <87efvyxpqq.fsf@gmail.com> (ynyaaa@gmail.com)
> From: ynyaaa@gmail.com
> Date: Tue, 09 May 2017 19:56:45 +0900
>
>
> Evaluate the form below and resize frame
> to hide the lower half of the window bottom line.
> (hide digits and show the upper half of "X")
>
> Then input C-n repeatedly to move down.
> Each time the buffer is scrolled up,
> the column of the cursor position moves right.
>
> (let ((buf (generate-new-buffer "*tmp*"))
> (line (concat (propertize "X" 'face '(:height 5.0))
> "01234567890123456789\n")))
> (switch-to-buffer buf)
> (dotimes (i 100)
> (insert (format "%2d " i) line))
> (goto-char (point-min))
> (forward-char 4))
Thanks, I fixed this.
prev parent reply other threads:[~2017-05-10 17:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-09 10:56 bug#26852: 25.2; C-n may not keep column ynyaaa
2017-05-10 17:00 ` Eli Zaretskii [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83y3u4abqj.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=26852-done@debbugs.gnu.org \
--cc=ynyaaa@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.