From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14313 invoked by alias); 3 Sep 2014 14:00:44 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 14297 invoked by uid 89); 3 Sep 2014 14:00:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,LIKELY_SPAM_SUBJECT,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 X-HELO: limerock01.mail.cornell.edu Received: from limerock01.mail.cornell.edu (HELO limerock01.mail.cornell.edu) (128.84.13.241) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 03 Sep 2014 14:00:41 +0000 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite3.serverfarm.cornell.edu [10.16.197.8]) by limerock01.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id s83E0d9c009918 for ; Wed, 3 Sep 2014 10:00:39 -0400 Received: from [192.168.88.248] (cci-209150226126.clarityconnect.net [209.150.226.126]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id s83E0cl0005801 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Wed, 3 Sep 2014 10:00:39 -0400 Message-ID: <54071EFE.2060607@cornell.edu> Date: Wed, 03 Sep 2014 14:00:00 -0000 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: Font support of UTF-8 chars differ between w32 Emacs and Cygwin Emacs References: <868um0dgfp.fsf@somewhere.org> In-Reply-To: <868um0dgfp.fsf@somewhere.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00058.txt.bz2 On 9/3/2014 8:41 AM, Sebastien Vauban wrote: > Hello, > > As you can see on http://screencast.com/t/XTTv9DSAC, win32 binaries of > Emacs and Cygwin Emacs can't display the white right-pointing > triangle [1] coherently for the same fonts: > > - win32 Emacs always can display it, in all fonts, > > - Cygwin Emacs can't display it with Consolas, Courier New and Lucida > (among others). > > MWE: > > --8<---------------cut here---------------start------------->8--- > ;; these fonts only display (special?) UTF-8 chars (here: the white > ;; right-pointing triangle) in win32 binary of Emacs > > (modify-all-frames-parameters '((font . "Consolas-10"))) > (char-displayable-p ?\u25B7) > > (modify-all-frames-parameters '((font . "Courier New-9"))) > (char-displayable-p ?\u25B7) > > (modify-all-frames-parameters '((font . "Lucida Console-9"))) > (char-displayable-p ?\u25B7) > > ;; these work for both win32 binary of Emacs + Cygwin Emacs > > (modify-all-frames-parameters '((font . "DejaVu Sans Mono-9"))) > (char-displayable-p ?\u25B7) > > (modify-all-frames-parameters '((font . "Lucida Sans Typewriter-9"))) > (char-displayable-p ?\u25B7) > --8<---------------cut here---------------end--------------->8--- > > Any idea why such differences? I'm on vacation, but I'll look into this next week when I get back. In the meantime, could you say which version of Cygwin emacs you're using? Is it emacs-X11 or emacs-w32? Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple