From: Eli Zaretskii <eliz@gnu.org>
To: monnier@iro.umontreal.ca
Cc: 17744-done@debbugs.gnu.org
Subject: bug#17744: 24.3.91; Cursor drawn at EOL while it's at BOL
Date: Wed, 11 Jun 2014 19:14:16 +0300 [thread overview]
Message-ID: <83bntzzanb.fsf@gnu.org> (raw)
In-Reply-To: <83bnu02011.fsf@gnu.org>
> Date: Tue, 10 Jun 2014 19:37:46 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: 17744@debbugs.gnu.org
>
> > From: Stefan <monnier@iro.umontreal.ca>
> > Date: Tue, 10 Jun 2014 01:18:20 -0400
> >
> >
> > emacs -Q
> >
> > (progn (goto-char (point-min)) (forward-line 1)
> > (let ((ol (make-overlay (point) (point)))
> > (str "TOTO"))
> > (put-text-property 0 1 'cursor 1 str)
> > (overlay-put ol 'after-string str)))
> >
> > Then do:
> >
> > M-<
> > C-n
> >
> > Notice that the cursor is drawn at EOL whereas it should be drawn at BOL.
>
> The patch below fixes this.
Committed as r117233 on the emacs-24 branch.
prev parent reply other threads:[~2014-06-11 16:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-10 5:18 bug#17744: 24.3.91; Cursor drawn at EOL while it's at BOL Stefan
2014-06-10 16:37 ` Eli Zaretskii
2014-06-11 16:14 ` 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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83bntzzanb.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=17744-done@debbugs.gnu.org \
--cc=monnier@iro.umontreal.ca \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).