emacs-devel
[Top][All Lists]
Advanced

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

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


From: Kevin A. Burton
Subject: read-char, etc don't support 'face property?
Date: 19 Jan 2002 17:20:58 -0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1.50

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Just need some advice...

I have a function named irepeat-make-prompt that returns a string with face
properties.  When I insert this string in a regular buffer the colors come up
just fine.

(message (irepeat-make-prompt "prompt" "match"))

The string is displayed correctly with the correct face.

The only problem is that when I do:

(read-char (irepeat-make-prompt "prompt" "match"))

I don't get any faces/colors

I have seen minibuffer-allow-text-properties when even when I do

(let((minibuffer-allow-text-properties t))
  (read-char (irepeat-make-prompt "prompt" "match")))

I stil don't get any properties.

Any thoughts here?  Am I missing a variable?

Kevin

- -- 
Kevin A. Burton ( address@hidden, address@hidden, address@hidden )
             Location - San Francisco, CA, Cell - 415.595.9965
        Jabber - address@hidden,  Web - http://relativity.yi.org/

drwxrwxrwx



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Get my public key at: http://relativity.yi.org/pgpkey.txt

iD8DBQE8Sht6AwM6xb2dfE0RAhhmAJ0Qxm3Ni/leLoV4M7WB1cGk2nYpVQCbBKBJ
/i9ZPANDAApQ+GI5fVtK9+s=
=7HvZ
-----END PGP SIGNATURE-----



reply via email to

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