From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs/src ChangeLog Date: Thu, 11 Dec 2008 16:17:21 +0100 Message-ID: References: <49412C13.1080600@f2s.com> <87tz9aiw58.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1229008893 16854 80.91.229.12 (11 Dec 2008 15:21:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Dec 2008 15:21:33 +0000 (UTC) Cc: Jason Rumney , Emacs Devel To: "Chong Yidong" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 11 16:22:36 2008 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.50) id 1LAnMj-0006IR-LY for ged-emacs-devel@m.gmane.org; Thu, 11 Dec 2008 16:22:13 +0100 Original-Received: from localhost ([127.0.0.1]:33866 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAnLY-0007Xa-59 for ged-emacs-devel@m.gmane.org; Thu, 11 Dec 2008 10:21:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAnI4-0005bx-IC for emacs-devel@gnu.org; Thu, 11 Dec 2008 10:17:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAnI3-0005aq-MA for emacs-devel@gnu.org; Thu, 11 Dec 2008 10:17:23 -0500 Original-Received: from [199.232.76.173] (port=32835 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAnI3-0005ab-3D for emacs-devel@gnu.org; Thu, 11 Dec 2008 10:17:23 -0500 Original-Received: from yw-out-1718.google.com ([74.125.46.157]:8837) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LAnI2-00086D-R7 for emacs-devel@gnu.org; Thu, 11 Dec 2008 10:17:22 -0500 Original-Received: by yw-out-1718.google.com with SMTP id 9so472190ywk.66 for ; Thu, 11 Dec 2008 07:17:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=bPm1/sVHVr/A5LRtc87VxVJmbbdDhPFs4zegw+AV4yc=; b=OraNKK4izsx++dBRieUCtgtybH0wnOkon7UQB2AD7sEuFUMK0sCexG4/4KT74WX9Nr ijZjRg9bUkqlwL2xZc/BeWg81NPWVbvQ0sr/u19/R30OLZGe1vqmLHSeDZ/GEFh6RoR8 b7H5QINw3Ba8BXYWdwFhz2SzmUK9a2a/BvMzQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=PsXLQhABgx8nGcsL/I6UrSRqmXSdlm5j1OuGyqANY/HAea6HAMoN4x2j1udNKCnDAi /h71Gcga0bRfYIN4ht2nJ3M0szfaiRF6zttSlyJ5qe2CF6xL8jb/tAivRQ1VYEh0RfgK cZgmMrQbkkp3AVsf35Bm7374Ei2ScKh9Taogg= Original-Received: by 10.100.138.17 with SMTP id l17mr2070051and.65.1229008641085; Thu, 11 Dec 2008 07:17:21 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Thu, 11 Dec 2008 07:17:21 -0800 (PST) In-Reply-To: <87tz9aiw58.fsf@cyd.mit.edu> Content-Disposition: inline X-detected-operating-system: by monty-python.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:106801 Archived-At: On Thu, Dec 11, 2008 at 16:12, Chong Yidong wrote: > I'm not sure what your statement means. Does it mean 872/1179 etc are > effectively fixed even though it was not your intention, or that they > still need separate fixes? They don't need separate fixes, as they are, as of now, unreproducible (at least, the five or six ways I know of reproducing #872 don't work anymore). It is likely Jason has really fixed the problem, because it started happening a few days after this change: 2008-07-30 Jason Rumney * w32font.h (struct w32font_info): Use unicode version of textmetrics. * w32font.c (w32font_encode_char): Leave as unicode if in range. (w32font_open_internal): Get unicode version of textmetrics. Don't enable or disable glyph indices here. (w32font_open): Disable use of glyph indices. * w32uniscribe.c (uniscribe_open): Enable use of glyph indices. Juanma