GNU bug report logs - #46176
27.1; Display problem in minibuffer overlay when using display property

Previous Next

Package: emacs;

Reported by: Clemens <clemens.radermacher <at> posteo.de>

Date: Fri, 29 Jan 2021 17:43:01 UTC

Severity: normal

Found in version 27.1

Done: Clemens <clemens.radermacher <at> posteo.de>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46176 in the body.
You can then email your comments to 46176 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#46176; Package emacs. (Fri, 29 Jan 2021 17:43:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Clemens <clemens.radermacher <at> posteo.de>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 29 Jan 2021 17:43:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Clemens <clemens.radermacher <at> posteo.de>
To: bug-gnu-emacs <at> gnu.org
Subject: 27.1; Display problem in minibuffer overlay when using display
 property
Date: Fri, 29 Jan 2021 18:42:33 +0100
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 sent to Clemens <clemens.radermacher <at> posteo.de>:
You have taken responsibility. (Fri, 29 Jan 2021 17:50:02 GMT) Full text and rfc822 format available.

Notification sent to Clemens <clemens.radermacher <at> posteo.de>:
bug acknowledged by developer. (Fri, 29 Jan 2021 17:50:02 GMT) Full text and rfc822 format available.

Message #10 received at 46176-done <at> debbugs.gnu.org (full text, mbox):

From: Clemens <clemens.radermacher <at> posteo.de>
To: 46176-done <at> debbugs.gnu.org
Subject: Wrong example
Date: Fri, 29 Jan 2021 18:49:23 +0100
My bad the example was wrong.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 27 Feb 2021 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 111 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.