unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Clemens <clemens.radermacher@posteo.de>
To: 46176@debbugs.gnu.org
Subject: bug#46176: 27.1; Display problem in minibuffer overlay when using display property
Date: Fri, 29 Jan 2021 18:42:33 +0100	[thread overview]
Message-ID: <df3111e2-f268-3498-50c2-b18aab72c752@posteo.de> (raw)

When using an overlay `after-string` which uses the `display` property
the string uses the minibuffer prompt face for some reason:


(minibuffer-with-setup-hook
     (lambda ()
       (overlay-put
        (make-overlay (point-max) (point-max) nil t t)
        'after-string (propertize "world" 'display " minibuffer"
				 'face 'warning)))
   (read-string "Hello"))


I would expect the string " minibuffer" to be displayed like when using:

(minibuffer-with-setup-hook
     (lambda ()
       (overlay-put
        (make-overlay (point-max) (point-max) nil t t)
        'after-string (propertize " minibuffer" 'face 'warning)))
   (read-string "Hello"))







             reply	other threads:[~2021-01-29 17:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-29 17:42 Clemens [this message]
     [not found] ` <handler.46176.B.161194216617651.ack@debbugs.gnu.org>
2021-01-29 17:49   ` bug#46176: Wrong example Clemens

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=df3111e2-f268-3498-50c2-b18aab72c752@posteo.de \
    --to=clemens.radermacher@posteo.de \
    --cc=46176@debbugs.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 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).