unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#2949: 23.0.92; font-info incompatible across Emacs versions
@ 2009-04-10 15:44 Drew Adams
  0 siblings, 0 replies; 6+ messages in thread
From: Drew Adams @ 2009-04-10 15:44 UTC (permalink / raw)
  To: emacs-pretest-bug

Function `font-info', on which several other functions are based,
changed its return value sometime after Emacs 20. The CHARSET entry
was removed.

In Emacs 20, `font-info' returns an array like this:

["-*-Lucida Console-normal-r-*-*-14-112-96-96-c-*-iso8859-1"
 "-*-Lucida Console-normal-r-*-*-14-105-96-96-c-*-iso8859-1"
 ascii 8 14 0 0 0]

In Emacs 22 and later, it returns an array like this:

["-*-Lucida Console-normal-r-*-*-14-112-96-96-c-*-iso8859-1"
 "-*-Lucida Console-normal-r-*-*-14-105-96-96-c-*-iso8859-1"
 8 14 0 0 0]

This breaks any code that tries to use the result with different Emacs versions.


In GNU Emacs 23.0.92.1 (i386-mingw-nt5.1.2600)
 of 2009-03-30 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'








^ permalink raw reply	[flat|nested] 6+ messages in thread
[parent not found: <mailman.5062.1239379440.31690.bug-gnu-emacs@gnu.org>]

end of thread, other threads:[~2009-04-14 14:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-10 15:44 bug#2949: 23.0.92; font-info incompatible across Emacs versions Drew Adams
     [not found] <mailman.5062.1239379440.31690.bug-gnu-emacs@gnu.org>
2009-04-11 17:26 ` Miles Bader
2009-04-11 17:43   ` Drew Adams
2009-04-14 12:41     ` Kenichi Handa
2009-04-14 14:32       ` Drew Adams
2009-04-12  2:37   ` Jason Rumney

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).