[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: `char-displayable-p'
From: |
Dave Love |
Subject: |
Re: `char-displayable-p' |
Date: |
21 Mar 2001 23:12:52 +0000 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.100 |
>>>>> "MB" == Miles Bader <address@hidden> writes:
MB> So does this only work for latin1 characters?
No. E.g., from what I run:
(unless (latin1-char-displayable-p
(make-char 'mule-unicode-0100-24ff 32 33))
;; It doesn't look as though we have a Unicode font.
MB> If not, why is it called `latin1-char-displayable-p'?
Because it's in latin1-disp.
MB> It seems like generally useful functionality.
See the variable's comment. (We discussed this too long ago as a
non-feature addition.)