[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PING] ClearType Patch
From: |
Stefan Monnier |
Subject: |
Re: [PING] ClearType Patch |
Date: |
Wed, 08 Jun 2005 19:34:01 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
> completely different scripts especially will suffer). I think performance in
> this case is more important than the rare case where a user changes their
> system settings during an Emacs session and starts seeing the display problems
> (which are really nothing more than a minor annoyance), so I'd be happier
> moving the check for Cleartype into w32_initialize() and just checking a file
> scope variable in w32_native_per_char_metric()
If you care about changes mid-session, you can check it at each redisplay.
Should be both cheap enough and frequent enough.
Stefan
- Re: [PING] ClearType Patch, (continued)
- Re: [PING] ClearType Patch, jasonr, 2005/06/08
- Re: [PING] ClearType Patch, David Abrahams, 2005/06/08
- Re: [PING] ClearType Patch, jasonr, 2005/06/09
- Re: [PING] ClearType Patch, Eli Zaretskii, 2005/06/11
- Re: [PING] ClearType Patch, David Abrahams, 2005/06/11
- Re: [PING] ClearType Patch, David Abrahams, 2005/06/15
- Re: [PING] ClearType Patch, David Abrahams, 2005/06/15
- How is highlighting done in show-paren-mode?, David Abrahams, 2005/06/18
- Re: [PING] ClearType Patch,
Stefan Monnier <=