all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: BUG [Emacs 21.1] face property ignored on some minibuffer prompts
       [not found] <uk7swujve.fsf@world.omitthis.std.com>
@ 2002-03-02 19:50 ` Richard Stallman
  0 siblings, 0 replies; only message in thread
From: Richard Stallman @ 2002-03-02 19:50 UTC (permalink / raw)
  Cc: emacs-devel

    In Emacs 21.1, when reading input from the minibuffer using the
    following functions, the face property on the prompt string is ignored:

      y-or-n-p
      read-char
      read-char-exclusive
      read-input
      read-key-sequence

That is because they don't use the minibuffer--they just read events.
So they use a different mechanism to display the prompt string.
It is just an echo area message.

In principle, an echo area message ought to be able to support
displaying faces.  Now that the echo area message actually is
displayed from a buffer, it might not even be hard.  Would someone
like to debug why the faces get lost in the process of displaying
an echo area message?


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-03-02 19:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <uk7swujve.fsf@world.omitthis.std.com>
2002-03-02 19:50 ` BUG [Emacs 21.1] face property ignored on some minibuffer prompts Richard Stallman

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.