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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=cw0x30yvCLnV2R6UrWOmtnCfbw7RSd+EdwwfFKdt+vj 9UmWkP0kbEg4KSdM6maRvU5QQd/I+h6GNX5hEpefprrg7/x7gLKn29lBIhY9HG1o yKZuyd4BPGjSr3mbZ48kt4oXPeKsmMuXqCZlfGnK9wE3F/VxLtJ7z+7aylxBT360 = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=11I9MO+My+XEt/yGREkRo2O/12Q=; b=FyqbfyECaqOuL/KK1 2Ynbkdgv94lI7a0GOhEEjwOPax0PKUxXDz1M1XFtyTpylCiPeerbKE61r9OTaVvV gQJ2aS40scc9IA05NEk1/cD28SkYegVqZSGpG0fo1Xsc5h3BGHqRuBsUHqnY1ESR GSIItihndVuxIgBHlVVzneLWx8= 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 X-Spam-SWARE-Status: No, score=-6.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_MED,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.1 X-CornellRouted: This message has been Routed already. Message-ID: <51C77964.8000909@cornell.edu> Date: Sun, 23 Jun 2013 18:40:36 -0400 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Emacs-w32 fails to display certain unicode characters that GNU Emacs is able to display References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 6/23/2013 2:19 PM, Olli Piepponen wrote: > Problem definition: > > Running both emacs-w32 (GNU Emacs 24.3.1 (i686-pc-cygwin) of > 2013-03-11 on fiona) and GNU Emacs (GNU Emacs 24.2.1 > (i386-mingw-nt6.1.7601) of 2012-08-29 on MARVIN) side by side, there > are some unicode characters that display fine on GNU Emacs, but show > up as squares on emacs-w32. See the screenshot for reference: > > http://i.imgur.com/HWv7TO0.png > > Using M-x describe-char gives us the following: > > http://i.imgur.com/QXXsRzj.png > > So the problem appears to be that when on GNU Emacs my font of choice > Consolas fails to find a the right symbol to display, it is able to > fall back to a Windows font called BatangChe. On emacs-w32 this does > not happen, thus resulting in the squares. > > Is this a bug, and if not, how can I enable BatangChe on emacs-w32 as well? First, the versions of emacs you're comparing are both GNU Emacs. One is a Cygwin build using the native Windows GUI, and the other is the native Windows build. I don't really know much about fonts, but a little poking around in the emacs manual suggests that what you need to do is set the "default fontset". See the section on fontsets in the manual. 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