emacs-devel
[Top][All Lists]
Advanced

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

[bug-report] e65c307 breaks font-height


From: Rostislav Svoboda
Subject: [bug-report] e65c307 breaks font-height
Date: Tue, 29 Mar 2016 14:48:04 +0200

It looks like the semicolon in ":user-spec" causes unexpected
font-height increase.
I'm not sure if screenshots help:
http://picpaste.com/emacs-bad-e65c307.png
http://picpaste.com/emacs-good-c8b868b.png

Is there a problem in the e65c307 or in my emacs configuration?

thx Bost


~/dev/emacs-25 $ git show
commit e65c3079c65595d95749348366af9811fafff062
Author: Paul Eggert <address@hidden>
Date:   Sun Mar 27 15:02:37 2016 -0700

    * src/font.c (QCuser_spec): Add missing colon to :user-spec.

diff --git a/src/font.c b/src/font.c
index 5ab3b3e..2519599 100644
--- a/src/font.c
+++ b/src/font.c
@@ -5317,7 +5317,7 @@ syms_of_font (void)
   DEFSYM (Qja, "ja");
   DEFSYM (Qko, "ko");

-  DEFSYM (QCuser_spec, "user-spec");
+  DEFSYM (QCuser_spec, ":user-spec");

   staticpro (&scratch_font_spec);
   scratch_font_spec = Ffont_spec (0, NULL);



reply via email to

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