all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: emacs-devel@gnu.org
Subject: Re: Fonts: Strange results with Emacs-CVS
Date: Thu, 28 Feb 2008 10:02:10 +0100	[thread overview]
Message-ID: <87ejaxmp2l.fsf@member.fsf.org> (raw)
In-Reply-To: <873arkqdqb.fsf@member.fsf.org> (Tassilo Horn's message of "Sat,  23 Feb 2008 09:27:40 +0100")

Tassilo Horn <tassilo@member.fsf.org> writes:

> I can confirm that.  I set the font for emacs in my ~/.Xdefaults:
>
>   Emacs.Font: DejaVu Sans Mono-10
>
> That's what describe-face says.
>
> ,----[ M-x describe-face RET default RET ]
> | Face: default (sample) (customize this face)
> | Documentation: Basic default face.
> | Defined in `faces.el'.
> | 
> |         Family: unknown-dejavu sans mono
> |          Width: normal
> |         Height: 69
> |         Weight: normal
> |          Slant: roman
> |     Foreground: black
> |     Background: white
> |      Underline: nil
> |       Overline: nil
> | Strike-through: nil
> |            Box: nil
> |        Inverse: nil
> |        Stipple: nil
> |           Font: dejavu sans mono:pixelsize=10:foundry=unknown:weight=regular:slant=roman:width=normal
> |        Fontset: -unknown-dejavu sans mono-regular-roman-normal--10-*-*-*-*-*-fontset-startup
> |        Inherit: unspecified
> `----
>
> Till yesterday all worked fine, so the change that broke it must be
> committed within the last 24 hours.

I've found the change that breakes things.  It was checked in on Feb 22
between 14:03:00 and 14:03:30 EST.  Here's the output of

  cvs diff -D '2008-02-22 14:03:00 EST' -D '2008-02-22 14:03:30 EST'

--8<---------------cut here---------------start------------->8---
Index: lisp/ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12873
retrieving revision 1.12874
diff -r1.12873 -r1.12874
0a1,5
> 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
> 
> 	* faces.el (font-weight-table, font-slant-table, font-swidth-table):
> 	Make those tables bijective.
> 
35c40
<         With a prefix argument mark/unmark all files.
---
> 	With a prefix argument mark/unmark all files.
57,58c62,63
< 	* emacs-lisp/copyright.el (copyright-update-year): Fix
< 	subexpression numbering for the case when years are split over
---
> 	* emacs-lisp/copyright.el (copyright-update-year):
> 	Fix subexpression numbering for the case when years are split over
Index: lisp/faces.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/faces.el,v
retrieving revision 1.392
retrieving revision 1.393
diff -r1.392 -r1.393
109c109
<         (ultralight . 200) (ultra-light . 200) (extra-light . 200)
---
>         (ultralight . 199) (ultra-light . 200) (extra-light . 201)
113c113
<         (normal . 400) (regular . 400)
---
>         (normal . 400) (regular . 401)
115c115
<         (semibold . 600) (semi-bold . 600) (demibold . 600) (demi . 600)
---
>         (semibold . 599) (semi-bold . 600) (demibold . 601) (demi . 602)
117,119c117,119
<         (extrabold . 800) (extra-bold . 800)
<         (ultrabold . 800) (ultra-bold . 800)
<         (black . 900) (heavy . 900))
---
>         (extrabold . 799) (extra-bold . 800)
>         (ultrabold . 801) (ultra-bold . 802)
>         (black . 900) (heavy . 901))
121c121
<       (ultralight . 40) (ultra-light . 40) (extra-light . 40)
---
>       (ultralight . 39) (ultra-light . 40) (extra-light . 41)
123c123
<       (semilight . 65) (semi-light . 65)
---
>       (semilight . 65) (semi-light . 66)
125,126c125,126
<       (medium . 100) (regular . 100) (normal . 100)
<       (semibold . 180) (semi-bold . 180) (demibold . 180) (demi . 180)
---
>       (medium . 99) (regular . 100) (normal . 101)
>       (semibold . 179) (semi-bold . 180) (demibold . 181) (demi . 182)
128,130c128,130
<       (extrabold . 205) (extra-bold . 205)
<       (ultrabold . 205) (ultra-bold . 205)
<       (black . 210) (heavy . 210)))
---
>       (extrabold . 204) (extra-bold . 205)
>       (ultrabold . 206) (ultra-bold . 207)
>       (black . 210) (heavy . 211)))
144,146c144,146
<     (r . 100) (roman . 100) (normal . 100)
<     (i . 200) (italic . 200) (ot . 200)
<     (o . 210) (oblique . 210))
---
>     (r . 99) (roman . 100) (normal . 101)
>     (i . 199) (italic . 200) (ot . 201)
>     (o . 210) (oblique . 211))
158,163c158,163
<   '((ultracondensed . 50) (ultra-condensed . 50)
<     (extracondensed . 63) (extra-condensed . 63)
<     (condensed . 75) (compressed . 75) (narrow . 75)
<     (semicondensed . 87) (semi-condensed . 87)
<     (normal . 100) (medium . 100) (regular . 100)
<     (semiexpanded . 113) (semi-expanded . 113) (demiexpanded . 113)
---
>   '((ultracondensed . 50) (ultra-condensed . 51)
>     (extracondensed . 63) (extra-condensed . 64)
>     (narrow . 74) (compressed . 75) (condensed . 76)
>     (semi-condensed . 87) (semicondensed . 88)
>     (medium . 99) (normal . 100) (regular . 101)
>     (semiexpanded . 112) (semi-expanded . 113) (demiexpanded . 114)
165,166c165,166
<     (extraexpanded . 150) (extra-expanded . 150)
<     (ultraexpanded . 200) (ultra-expanded . 200) (wide . 200))
---
>     (extraexpanded . 150) (extra-expanded . 151)
>     (ultraexpanded . 199) (ultra-expanded . 200) (wide . 201))
2193,2194c2193
< (defface default
<   '((t nil))
---
> (defface default nil
--8<---------------cut here---------------end--------------->8---

Bye,
Tassilo




  reply	other threads:[~2008-02-28  9:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-22 22:46 Fonts: Strange results with Emacs-CVS Angelo Graziosi
2008-02-23  8:27 ` Tassilo Horn
2008-02-28  9:02   ` Tassilo Horn [this message]
2008-02-28 17:56     ` Ted Zlatanov
2008-02-29  8:13     ` Tassilo Horn

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

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

  git send-email \
    --in-reply-to=87ejaxmp2l.fsf@member.fsf.org \
    --to=tassilo@member.fsf.org \
    --cc=emacs-devel@gnu.org \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.