emacs-devel
[Top][All Lists]
Advanced

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

Re: crash: divide by 0


From: B. Anyos
Subject: Re: crash: divide by 0
Date: Tue, 04 Jan 2005 09:50:35 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)



So, I think you are using Emacs on Mac or Windows.  And, as
I found these changelogs in today's emacs:

That's true. However I updated my files on 2005-01-03. Probably
the fix got into CVS later that day.


2005-01-03  Jason Rumney  <address@hidden>

        * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
        fontp->space_width to FONT_WIDTH so they are valid.

        * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
        average width. Set fontp->average_width and fontp->space_width to
        their appropriate values.

        * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
        fontp->average_width, not FONT_WIDTH.  Set FRAME_SPACE_WIDTH to
        fontp->space_width.

2005-01-03  YAMAMOTO Mitsuharu  <address@hidden>

        * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
        (x_font_min_bounds, XLoadQueryFont): Use the correct font width
        metrics for max and min bounds.
        (x_load_font): Correctly calculate average font width metrics.

perhaps the problem is already fixed.


This is also correct. With these changes the crash didn't appear again.
So problem solved. Thanks.

---
Ken'ichi HANDA
address@hidden






reply via email to

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