[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: face at point
From: |
John Hunter |
Subject: |
Re: face at point |
Date: |
Fri, 15 Nov 2002 08:31:51 -0600 |
User-agent: |
Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.2 (i686-pc-linux-gnu) |
>>>>> "Miles" == Miles Bader <miles@lsi.nec.co.jp> writes:
Miles> (defun what-face (pos)
Miles> (interactive "d")
Miles> (let ((face (or (get-char-property (point) 'read-face-name)
Miles> (get-char-property (point) 'face))))
Miles> (if face (message "Face: %s" face) (message "No face at %d"
pos))))
This is perfect. Thanks.
John Hunter
- Re: face at point, (continued)
- Re: face at point, Jesper Harder, 2002/11/14
- Re: face at point, John Hunter, 2002/11/14
- Re: face at point, Jesper Harder, 2002/11/14
- Re: face at point, Oliver Scholz, 2002/11/15
- Re: face at point, Jesper Harder, 2002/11/15
- Re: face at point, Jesper Harder, 2002/11/15
- Re: face at point, Oliver Scholz, 2002/11/15
- Re: face at point, Kai Großjohann, 2002/11/16
Re: face at point, Miles Bader, 2002/11/14
Message not available
Message not available
- Re: face at point,
John Hunter <=
Re: face at point, Tim Cross, 2002/11/17
- Re: face at point, Miles Bader, 2002/11/17
- Re: face at point, Tim Cross, 2002/11/18
- Re: face at point, Miles Bader, 2002/11/18
- Message not available
- Re: face at point, Fredrik Staxeng, 2002/11/18
- Re: face at point, Oliver Scholz, 2002/11/18
- Re: face at point, Fredrik Staxeng, 2002/11/18
- Re: face at point, Eli Zaretskii, 2002/11/18
- Message not available
- Re: face at point, Fredrik Staxeng, 2002/11/19
- Re: face at point, Eli Zaretskii, 2002/11/19