From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neal Becker Newsgroups: gmane.emacs.devel Subject: What happened to unicode? Date: Fri, 21 Mar 2008 07:00:49 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="nextPart1259538.CIZUjIzolq" Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1206097300 10627 80.91.229.12 (21 Mar 2008 11:01:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Mar 2008 11:01:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 21 12:02:07 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 1Jcf0Q-0004Zq-Rm for ged-emacs-devel@m.gmane.org; Fri, 21 Mar 2008 12:01:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jcezq-0004eg-FC for ged-emacs-devel@m.gmane.org; Fri, 21 Mar 2008 07:01:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jcezl-0004cS-94 for emacs-devel@gnu.org; Fri, 21 Mar 2008 07:01:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jcezi-0004a8-4m for emacs-devel@gnu.org; Fri, 21 Mar 2008 07:01:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jcezh-0004a3-TN for emacs-devel@gnu.org; Fri, 21 Mar 2008 07:01:05 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jcezh-0000zV-K8 for emacs-devel@gnu.org; Fri, 21 Mar 2008 07:01:05 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JcezY-0003kP-Uj for emacs-devel@gnu.org; Fri, 21 Mar 2008 11:00:56 +0000 Original-Received: from 139.85.239.127 ([139.85.239.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Mar 2008 11:00:56 +0000 Original-Received: from ndbecker2 by 139.85.239.127 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Mar 2008 11:00:56 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 46 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 139.85.239.127 User-Agent: KNode/0.10.9 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:93107 Archived-At: --nextPart1259538.CIZUjIzolq Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8Bit I've been using the unicode branch of cvs. After updating today, it no longer builds, telling me that the unicode branch is merged into mainline and I should do cvs update -A. I did. Now I'm looking at a file and emacs doesn't display unicode characters. Any ideas? Here's the file: --nextPart1259538.CIZUjIzolq Content-Type: text/plain; name="test.tex" Content-Transfer-Encoding: 8Bit Content-Disposition: attachment; filename="test.tex" % -*- coding: utf-8-unix -*- % format using xelatex \documentclass{article} %\usepackage[no-math]{fontspec} \usepackage{fontspec} \usepackage{xunicode,xltxtra} %\defaultfontfeatures{Mapping=tex-text} %\setromanfont{Latin Modern Roman} % I don't get the pi \setromanfont{STIXGeneral} % this works for me %\setromanfont{Charis SIL} % this works for me %\setromanfont{Doulos SIL} % this works for me \begin{document} What is π? \begin{equation} x^2 + 2x = π \end{equation} %1/2 \quad 1/4 \\ %\addfontfeature{Fractions=On} %1/2 \quad 1/4 \\ \end{document} --nextPart1259538.CIZUjIzolq--