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

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

bug#7123: closed (Re: bug#7123: 23.2; large blank left margin with varia


From: Glenn Morris
Subject: bug#7123: closed (Re: bug#7123: 23.2; large blank left margin with variable-width font)
Date: Sat, 02 Oct 2010 20:38:26 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Bill Richter wrote:

> Why don't you have a tar.gz file?

A combination of lack of demand for development snapshots, and lack of
a volunteer to make them.

The relevant patch looks simple, if you want to try applying it to
stock Emacs 23.2. (I have not tested that.)

*** src/xfont.c 2010-01-13 08:35:10 +0000
--- src/xfont.c 2010-09-29 00:52:03 +0000
***************
*** 861,867 ****
  
        val = Ffont_get (font_object, QCavgwidth);
        if (INTEGERP (val))
!       font->average_width = XINT (val);
        if (font->average_width < 0)
        font->average_width = - font->average_width;
        if (font->average_width == 0
--- 861,867 ----
  
        val = Ffont_get (font_object, QCavgwidth);
        if (INTEGERP (val))
!       font->average_width = XINT (val) / 10;
        if (font->average_width < 0)
        font->average_width = - font->average_width;
        if (font->average_width == 0

> BTW is RMS still active in the Emacs biz?

Peripherally the last few years, but it could always change again in
future.





reply via email to

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