unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [bug-report] e65c307 breaks font-height
@ 2016-03-29 12:48 Rostislav Svoboda
  2016-03-30  1:47 ` Paul Eggert
  0 siblings, 1 reply; 4+ messages in thread
From: Rostislav Svoboda @ 2016-03-29 12:48 UTC (permalink / raw)
  To: emacs-devel@gnu.org Development, Paul Eggert

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 <eggert@cs.ucla.edu>
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);



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-04-01  9:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-29 12:48 [bug-report] e65c307 breaks font-height Rostislav Svoboda
2016-03-30  1:47 ` Paul Eggert
2016-03-31  9:10   ` Rostislav Svoboda
2016-04-01  9:24     ` Paul Eggert

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).