From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: Pixel-based display functions Date: Fri, 30 Jan 2015 11:20:24 +0100 Message-ID: <871tmck1sn.fsf@igel.home> References: <83egricpvg.fsf@gnu.org> <87zj97vic8.fsf@building.gnus.org> <83wq4argjp.fsf@gnu.org> <87iofui8vo.fsf@building.gnus.org> <838ugqqczp.fsf@gnu.org> <877fw9dndz.fsf@building.gnus.org> <83a914ozsh.fsf@gnu.org> <874mrb1t62.fsf_-_@building.gnus.org> <87vbjrl49k.fsf@violet.siamics.net> <8361bqogah.fsf@gnu.org> <87k306pfi9.fsf@building.gnus.org> <87egqekrd7.fsf@building.gnus.org> <877fw53eat.fsf@building.gnus.org> <877fw4zsdv.fsf@building.gnus.org> <831tmcn4k4.fsf@gnu.org> <87386szq1w.fsf@building.gnus.org> <83wq44ljm9.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1422613249 9639 80.91.229.3 (30 Jan 2015 10:20:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Jan 2015 10:20:49 +0000 (UTC) Cc: Lars Ingebrigtsen , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 30 11:20:49 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YH8gu-00025l-SO for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2015 11:20:45 +0100 Original-Received: from localhost ([::1]:35868 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YH8gt-0005QF-WC for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2015 05:20:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52049) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YH8gq-0005QA-AH for emacs-devel@gnu.org; Fri, 30 Jan 2015 05:20:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YH8gp-0000eO-Eh for emacs-devel@gnu.org; Fri, 30 Jan 2015 05:20:40 -0500 Original-Received: from mail-out.m-online.net ([212.18.0.10]:50110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YH8gk-0000ca-8H; Fri, 30 Jan 2015 05:20:34 -0500 Original-Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3kYZLj6PBcz3hjpt; Fri, 30 Jan 2015 11:20:28 +0100 (CET) Original-Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3kYZLg4f6vzvjDB; Fri, 30 Jan 2015 11:20:27 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Original-Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id Q9BRqfqQJzBh; Fri, 30 Jan 2015 11:20:24 +0100 (CET) X-Auth-Info: XtJV+rOijd1QpKW1YoH/rKYMnyGwcmCInbbv2kzuCNBKOlrtG2L2+zBN2OW7LBYq Original-Received: from igel.home (ppp-188-174-8-31.dynamic.mnet-online.de [188.174.8.31]) by mail.mnet-online.de (Postfix) with ESMTPA; Fri, 30 Jan 2015 11:20:24 +0100 (CET) Original-Received: by igel.home (Postfix, from userid 1000) id 89E102C2582; Fri, 30 Jan 2015 11:20:24 +0100 (CET) X-Yow: I have a TINY BOWL in my HEAD In-Reply-To: <83wq44ljm9.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 30 Jan 2015 11:10:06 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 212.18.0.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:182038 Archived-At: Eli Zaretskii writes: >> The face doesn't say what font is going to be used. If I put =E6=97=A5= =E6=9C=AC=E8=AA=9E >> here, the entire preceding line has the same face, but two different >> fonts. > > Then check the 'charset' text property as well. That isn't guaranteed to exist. Andreas. --=20 Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint =3D 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED= 5 "And now for something completely different."