GNU bug report logs -
#6364
Windows: Emacs 23 slow with long lines and raster fonts
Previous Next
Reported by: bogossian <at> mail.com
Date: Sun, 6 Jun 2010 18:41:02 UTC
Severity: normal
Tags: patch
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Tom Seddon <emacs <at> tomseddon.plus.com>
> Date: Tue, 26 Nov 2013 19:39:37 +0000
> Cc: 6364 <at> debbugs.gnu.org
>
> > Thanks, but can you please provide a reproducible test case, including
> > the font where the slow scrolling happens? I don't see any fonts
> > named in these bug reports.
>
> Certainly. I've uploaded some test cases to http://www.tomseddon.plus.com/.emacs/bug6364.tar.gz.
Thanks, I will use that and see what I get.
> > Are there other possibilities to fix this, without using
> > GetCharABCWidthsFloatW? The problem with that function is that it is
> > not available on Windows 9X (in the unicows.dll library), so this
> > problem will be left unsolved on those systems.
>
> I couldn't find a good list when I was writing the code so I just went by DUMPBIN /EXPORTS and spotted it as export #158. (Don't ask me why I've got any copies at all on my Windows 7 PC! - I expect some program installed it just in case.)
The export exists, but the function is a stub, not a real
implementation, AFAIK.
> I've found an official (if outdated-looking) list now. So if GetCharABCWidthsFloatW ends up your only objection, I'll update the code to use a function from the official list.
Sorry, I don't understand what you mean. Which official list did you
find, and what does it say about this?
This bug report was last modified 11 years and 236 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.