emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: read-char, etc don't support 'face property?


From: Richard Stallman
Subject: Re: read-char, etc don't support 'face property?
Date: Mon, 21 Jan 2002 02:40:09 -0700 (MST)

    DEFUN ("read-char", Fread_char, Sread_char, 0, 2, 0,
    ...
      if (! NILP (prompt))
        message_with_string ("%s", prompt, 0);

It seems to me that it is a bug in message_with_string
that it discards the text properties in the second argument.
It might be easy to fix by doing the job a different way
or by using `format'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]