emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs 23.1.90 pretest


From: Jan D.
Subject: Re: Emacs 23.1.90 pretest
Date: Fri, 11 Dec 2009 08:47:26 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0

On 2009-12-09 22:20, Steven Knight wrote:
On Wed Dec 09 2009 15:44:06 GMT-0500 (EST), Jan Djärv wrote:
First we need to find out what font you are trying to use. Can you
start 23.1 that works and in *scratch* evaluate

(frame-parameter nil 'font)

and see what it returns?

Jan D.



Hi,

You bet. I started emacs (using emacs -Q) and evaluated the above code.
Here is the result:

-unknown-DejaVu Sans Mono-normal-normal-normal-*-16-*-*-*-m-0-iso10646-1


Hmm.  I think you must debug this, I'm trying to figure out where.
Does starting with -fn Monospace-12 work?

Can you start gdb on emacs and set a breakpoint in x_default_font_parameter? A session would look something like:
(gdb) b x_default_font_parameter
(gdb) r -Q
break in x_default_font_parameter

And then type n to step through and print out variables as they are assigned:
(gdb) p font
(gdb) pr

and
(gdb) p system_font

I hope we find something here.

        Jan D.





reply via email to

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