bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#1562: 23.0.60; modify-frame-parameters in Emacs 23 for fonts


From: Jason Rumney
Subject: bug#1562: 23.0.60; modify-frame-parameters in Emacs 23 for fonts
Date: Sun, 14 Dec 2008 22:48:29 +0800
User-agent: Thunderbird 2.0.0.18 (Windows/20081105)

Drew Adams wrote:

There are two things that might be the problem:

(1) `modify-frame-parameters' changes the `font' parameter behind your
back from the value you provide `modify-frame-parameters':

(modify-frame-parameters frame
  (list (cons 'font "-outline-Lucida Console-normal-normal-\
normal-mono-15-*-*-*-c-*-iso8859-1")))

The `font' frame parameter is then:

"-outline-Lucida Console-normal-normal-normal-mono-15-\
*-*-*-c-*-fontset-auto8"

IOW, iso8859-1 gets replaced by fontset-auto8.


I don't see this. Please try with emacs -Q.


(2) `x-list-fonts' returns nil when passed such a font (i.e. with
fontset-auto8).

Not a bug.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]