From: Ikumi Keita <ikumi@ikumi.que.jp>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 43033@debbugs.gnu.org
Subject: bug#43033: 27.1; Two zero-width overlays with before- and after-string property
Date: Tue, 25 Aug 2020 16:08:04 +0900 [thread overview]
Message-ID: <2299.1598339284@localhost> (raw)
In-Reply-To: <83ft8b5idh.fsf@gnu.org>
>>>>> Eli Zaretskii <eliz@gnu.org> writes:
>> 3. Expected result: *scrach* buffer displays "beforeAFTER" in it
>> Actual result: *scrach* buffer displays "AFTERbefore" in it
> This is the expected (albeit somewhat counter-intuitive) behavior:
> Emacs always sorts after-strings so that they come in front of
> before-strings, except if they are from the same overlay. This
> behavior remained unchanged since Emacs 21.1.
>> [How this behavior affects my usage of overlay]
>> When the minibuffer has a zero-width overlay at the EOB with
>> before-string property, `set-minibuffer-message' displays that string
>> after, not before, the echo area message shown by that function.
> This is by design: we want the minibuffer message to be as visible as
> possible, so other overlays are pushed to the right (where they could
> be hidden if the screen space is insufficient).
OK, thanks. Then I'll customize `set-message-function' for my personal
usage.
Regards,
Ikumi Keita
prev parent reply other threads:[~2020-08-25 7:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-25 5:26 bug#43033: 27.1; Two zero-width overlays with before- and after-string property Ikumi Keita
2020-08-25 6:50 ` Eli Zaretskii
2020-08-25 7:08 ` Ikumi Keita [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=2299.1598339284@localhost \
--to=ikumi@ikumi.que.jp \
--cc=43033@debbugs.gnu.org \
--cc=eliz@gnu.org \
/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.