[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to determine whether a char can be displayed or not
From: |
Dave Love |
Subject: |
Re: how to determine whether a char can be displayed or not |
Date: |
Mon, 9 Oct 2000 17:45:09 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/21.0.90 |
"Eli Zaretskii" <address@hidden> writes:
> This should return non-nil for an ASCII font on all systems. Also,
> calling fontset-font unconditionally will signal an error on systems
> which don't support fontsets (e.g., MS-DOS);
Shouldn't it just return nil, as on ttys?
> > - shouldn't this be implemented in C instead, reusing the existing
> > font selection code, so as to be 100% sure of the answer ?
I'd think so.
> Is x-list-fonts slow?
It presumably can be, depending on what it's matching, if it works
like xlsfonts -- that can really thrash the X server. It should
probably limit itself to s single match in this application; I missed
that.
- VC/CVS: local diffing and reverting implemented, Andre Spiegel, 2000/10/04
- Re: VC/CVS: local diffing and reverting implemented, Stefan Monnier, 2000/10/04
- Re: VC/CVS: local diffing and reverting implemented, Andre Spiegel, 2000/10/04
- how to determine whether a char can be displayed or not, Stefan Monnier, 2000/10/04
- Re: how to determine whether a char can be displayed or not, Eli Zaretskii, 2000/10/04
- Re: how to determine whether a char can be displayed or not, Stefan Monnier, 2000/10/08
- Re: how to determine whether a char can be displayed or not, Miles Bader, 2000/10/09
- Re: how to determine whether a char can be displayed or not, Eli Zaretskii, 2000/10/09
- Re: how to determine whether a char can be displayed or not,
Dave Love <=
- Re: how to determine whether a char can be displayed or not, Eli Zaretskii, 2000/10/09
- Re: how to determine whether a char can be displayed or not, Dave Love, 2000/10/09
- Re: how to determine whether a char can be displayed or not, Kenichi Handa, 2000/10/11
- Re: how to determine whether a char can be displayed or not, Eli Zaretskii, 2000/10/11
- Re: how to determine whether a char can be displayed or not, Kenichi Handa, 2000/10/11
- Re: how to determine whether a char can be displayed or not, Eli Zaretskii, 2000/10/11
- Re: how to determine whether a char can be displayed or not, Kenichi Handa, 2000/10/16
- Re: how to determine whether a char can be displayed or not, Dave Love, 2000/10/11
- Re: how to determine whether a char can be displayed or not, Kenichi Handa, 2000/10/11
- Re: how to determine whether a char can be displayed or not, Dave Love, 2000/10/12