X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=QeGeF ezEpzARmQyHsAx0fWLhVy2C5DBe5QzcWNK7tPOpAMJCsZubn7HonOCx7zPLtK37S sYAVjjnAHnLLfUiEbtBK8vZ92Xz6WEEbLefuMuXaX8aiWoaUSoAaRxtp3TPNayZn yPZast07wwUG4esfbPaPeNT+g3mwEpEijk2n4g= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=Adon9m+BGPK y4ME4+TFY+Ci47SY=; b=ZgGIbn9jiw1wd6Swj48erl16Y1ImJl+qSHx2vJb8uiJ Jf9F4hSk0t1IVtWFlbN1yqVQQSq4ChKmgoikPzrv1fpASYe22RA8Y74IP+WswbYg 6PVrruf1/2LksDur0SXSXLidtWk7wYNSBMKX4OCFM9vEB+b0Y2L4VBATf368Jx+I = Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,LIKELY_SPAM_SUBJECT,SPF_NEUTRAL autolearn=no version=3.3.2 X-HELO: mail.missioncriticalit.com From: Sebastien Vauban To: cygwin AT cygwin DOT com Subject: Re: Font support of UTF-8 chars differ between w32 Emacs and Cygwin Emacs References: <868um0dgfp DOT fsf AT somewhere DOT org> <54071EFE DOT 2060607 AT cornell DOT edu> X-Url: Under construction... X-Archive: encrypt Date: Wed, 03 Sep 2014 17:03:21 +0200 In-Reply-To: <54071EFE.2060607@cornell.edu> (Ken Brown's message of "Wed, 03 Sep 2014 10:00:30 -0400") Message-ID: <86ha0o21c6.fsf@somewhere.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (cygwin) MIME-Version: 1.0 Content-Type: text/plain Hello, Ken Brown wrote: > On 9/3/2014 8:41 AM, Sebastien Vauban wrote: >> 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) >> --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? Yes, I'm using Cygwin Emacs w32. Best regards, Seb -- Sebastien Vauban -- 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