From: Eli Zaretskii <eliz@gnu.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: Cursor positioning with `after-string' overlays
Date: Sat, 03 Apr 2010 10:26:41 +0300 [thread overview]
Message-ID: <831vexvvwu.fsf@gnu.org> (raw)
In-Reply-To: <jwviq895ocl.fsf-monnier+emacs@gnu.org>
> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Date: Fri, 02 Apr 2010 21:21:09 -0400
> Cc: emacs-devel@gnu.org
>
> >> I can imagine using the same kind of message for in-buffer completion.
> > Then you need to use the "integer as `cursor' property value"
> > feature. I.e., don't just set the property's value non-nil, set it to
> > the integer number that specifies how many buffer positions are
> > ``covered'' by that cursor positions. That's what CUA Mode does in
> > cua-rect.el. Integer property values do override the "exact match for
> > point always wins" strategy.
>
> Yes, that sounds OK. But note that (except for when the after-string is
> at EOB) there's basically always a "exact match for point", so that
> basically means that the use of a value t for the `cursor' property will
> simply not work any more and might just be dropped.
Not necessarily: when the overlay (or text property) has a `display'
property, the value of the property is displayed _instead_ of the
text. In that case, there might be no exact match for point, and the
value `t' still has its merit.
> Just that it places the cursor on the "before" or "after" position of
> (after|before|display)-strings depending on the
> stickiness/insertion-type of the corresponding overlay/text-property.
Okay, I will try to look into this.
next prev parent reply other threads:[~2010-04-03 7:26 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-01 13:15 Cursor positioning with `after-string' overlays Eli Zaretskii
2010-04-01 21:54 ` Kim F. Storm
2010-04-02 7:53 ` Eli Zaretskii
2010-04-02 8:54 ` Eli Zaretskii
2010-04-02 10:24 ` Kim F. Storm
2010-04-01 22:06 ` Stefan Monnier
2010-04-02 8:16 ` Eli Zaretskii
2010-04-02 18:17 ` Stefan Monnier
2010-04-02 18:38 ` Eli Zaretskii
2010-04-02 20:35 ` Stefan Monnier
2010-04-02 21:16 ` Eli Zaretskii
2010-04-03 1:21 ` Stefan Monnier
2010-04-03 7:26 ` Eli Zaretskii [this message]
2010-04-03 7:30 ` redisplay code is ugly (was: Cursor positioning with `after-string' overlays) Eli Zaretskii
2010-04-03 10:42 ` Cursor positioning with `after-string' overlays Eli Zaretskii
2010-04-03 10:28 ` Eli Zaretskii
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=831vexvvwu.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=emacs-devel@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 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.