unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Bill Richter <richter@math.northwestern.edu>
Cc: 7123@debbugs.gnu.org
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	[thread overview]
Message-ID: <fifwwof6v1.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <201010020156.o921uK0M020243@poisson.math.northwestern.edu> (Bill Richter's message of "Fri\, 1 Oct 2010 20\:56\:20 -0500")

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	other threads:[~2010-10-03  0:38 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-28 16:42 bug#7123: 23.2; large blank left margin with variable-width font Bill Richter
2010-09-28 23:23 ` Glenn Morris
2010-09-29  4:53   ` Kenichi Handa
2010-09-29  6:29     ` Glenn Morris
     [not found] ` <handler.7123.D7123.12857415883240.notifdone@debbugs.gnu.org>
2010-09-29 19:27   ` bug#7123: closed (Re: bug#7123: 23.2; large blank left margin with variable-width font) Bill Richter
2010-09-29 19:58     ` Glenn Morris
2010-09-30 19:44       ` Bill Richter
2010-09-30 20:33         ` Glenn Morris
2010-10-01 18:56           ` Bill Richter
2010-10-01 19:41             ` Glenn Morris
2010-10-02  1:56               ` Bill Richter
2010-10-03  0:38                 ` Glenn Morris [this message]
2010-10-03  1:32                   ` David De La Harpe Golden
2010-10-03  1:41                   ` Bill Richter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fifwwof6v1.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=7123@debbugs.gnu.org \
    --cc=richter@math.northwestern.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).