From: Kenichi Handa <handa@m17n.org>
To: emacs-devel@gnu.org
Subject: bug fix for display property of the form ((height 0.5))
Date: Mon, 27 Jul 2009 13:32:58 +0900 [thread overview]
Message-ID: <E1MVHtS-0003E8-CW@etlken> (raw)
I've just installed the attached fix for the trunk to fix
the problem of something like this doesn't work.
(insert (propertize "abc" 'display '((height 0.5))))
Should I install it for the branch too?
---
Kenichi Handa
handa@m17n.org
2009-07-27 Kenichi Handa <handa@m17n.org>
* xfaces.c (face_with_height): Call font_clear_prop.
Index: xfaces.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xfaces.c,v
retrieving revision 1.437
retrieving revision 1.438
diff -u -r1.437 -r1.438
--- xfaces.c 29 Jun 2009 05:28:56 -0000 1.437
+++ xfaces.c 27 Jul 2009 04:19:03 -0000 1.438
@@ -4958,6 +4958,7 @@
face = FACE_FROM_ID (f, face_id);
bcopy (face->lface, attrs, sizeof attrs);
attrs[LFACE_HEIGHT_INDEX] = make_number (height);
+ font_clear_prop (attrs, FONT_SIZE_INDEX);
face_id = lookup_face (f, attrs);
#endif /* HAVE_WINDOW_SYSTEM */
next reply other threads:[~2009-07-27 4:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-27 4:32 Kenichi Handa [this message]
2009-07-28 14:55 ` bug fix for display property of the form ((height 0.5)) Chong Yidong
2009-07-28 14:58 ` Chong Yidong
2009-07-29 0:34 ` Kenichi Handa
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=E1MVHtS-0003E8-CW@etlken \
--to=handa@m17n.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.