From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yair F Newsgroups: gmane.emacs.devel Subject: Re: Composing Hebrew diacriticals Date: Tue, 1 Jun 2010 11:58:31 +0300 Message-ID: References: <83mxwlw2c0.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1275382725 8194 80.91.229.12 (1 Jun 2010 08:58:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Jun 2010 08:58:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 01 10:58:44 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OJNJ5-0003J6-Lb for ged-emacs-devel@m.gmane.org; Tue, 01 Jun 2010 10:58:44 +0200 Original-Received: from localhost ([127.0.0.1]:40184 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJNJ4-0002lH-PN for ged-emacs-devel@m.gmane.org; Tue, 01 Jun 2010 04:58:42 -0400 Original-Received: from [140.186.70.92] (port=38052 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJNIy-0002lC-Jy for emacs-devel@gnu.org; Tue, 01 Jun 2010 04:58:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJNIv-0000KN-0R for emacs-devel@gnu.org; Tue, 01 Jun 2010 04:58:35 -0400 Original-Received: from mail-ww0-f41.google.com ([74.125.82.41]:51395) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJNIu-0000Jy-Sb for emacs-devel@gnu.org; Tue, 01 Jun 2010 04:58:32 -0400 Original-Received: by wwb24 with SMTP id 24so1351625wwb.0 for ; Tue, 01 Jun 2010 01:58:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=0GGr7AMfvBR5NGMQxAm/7AlO4yLfPQ/216TQb5wLvi0=; b=ZacaN+Ou6GK7zJJieztRLZ45i6GlrN0mF4mrCbhrz8FGflqY7IDqSacIEaM2gUdF9l +DJPmsZWXY5RUt79ze7wsu+RdHmL6Xm72899dFBwm9g8DEvU9CA4XtsMlFz3/uIdHl56 t7rrtHFz/b0dF1wdG0hTg6sIaRti83/Fx3aHM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Ot+UJ6rTk2CRt5vSzCFX56mLNxdj5C7JzrtZ496/+GxDCZ0ozMooA4stqLcGWlfS/T 1zKvkyi3hf7byIroLM0JZdDpnefI6a3V4bCb2NH1icN14ybvDttZEgu3pR5hKnLSLL/c wfIoCZ0Vm5mzaiPyNy/K5odrNy77Rvi/YvoBM= Original-Received: by 10.216.171.139 with SMTP id r11mr5115997wel.31.1275382711271; Tue, 01 Jun 2010 01:58:31 -0700 (PDT) Original-Received: by 10.216.184.143 with HTTP; Tue, 1 Jun 2010 01:58:31 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:125419 Archived-At: On Fri, May 28, 2010 at 3:42 AM, Kenichi Handa wrote: > Then please find why maybe_otf and otf are set to zero by > stepping through the code of ftfont_get_otf which is called > from ftfont_shape. ftfont_get_otf sets otf only if maybe_otf != 0. maybe_otf is initialized from ft_face->face_flags in xftfont_open. For David CLM maybe_otf = 0 because ft_face->face_flags = 2577. For Dejavu Sans maybe_otf = 8 because ft_face->face_flags = 2649.