The function `map-y-or-n-p' does not use minibuffer-prompt face.

To show this start Emacs with

   emacs -Q

then do

   M-x customize-face RET minibuffer-prompt RET

Set Foreground to red and click "Set for Current Session". Just to check that the prompt is colored do

   M-x

Cancel the prompt and then paste this code into the *Scratch* buffer and eval it:

  (map-y-or-n-p
   "Prompt should have minibuffer-prompt face, object=%s? "
   (function
    (lambda(object)
      (message "object=%s" object)))
   '("a" "b"))

The prompt will not be colored.


In GNU Emacs 22.0.94.1 (i386-mingw-nt5.1.2600)
 of 2007-02-24


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to