all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Neal Becker <ndbecker2@gmail.com>
To: emacs-devel@gnu.org
Subject: What happened to unicode?
Date: Fri, 21 Mar 2008 07:00:49 -0400	[thread overview]
Message-ID: <fs04h1$9ki$1@ger.gmane.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 288 bytes --]

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:


[-- Attachment #2: test.tex --]
[-- Type: text/plain, Size: 558 bytes --]

% -*- 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}


             reply	other threads:[~2008-03-21 11:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-21 11:00 Neal Becker [this message]
2008-03-21 12:16 ` What happened to unicode? Neal Becker
2008-03-21 21:05   ` David De La Harpe Golden

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='fs04h1$9ki$1@ger.gmane.org' \
    --to=ndbecker2@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.