From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "B.T. Raven" Newsgroups: gmane.emacs.help Subject: Re: How to input Unicode math operators Date: Tue, 22 Feb 2005 11:00:01 -0600 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <111mp8faq5lemaa@corp.supernews.com> References: <87ll9gvoeo.fsf@robotron.ath.cx> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1109091482 19017 80.91.229.2 (22 Feb 2005 16:58:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Feb 2005 16:58:02 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 22 17:58:02 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D3dLx-0006Mq-FV for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Feb 2005 17:57:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3dd8-0007Cq-4g for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Feb 2005 12:15:26 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!sn-xit-03!sn-xit-08!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Original-X-Complaints-To: abuse@supernews.com Original-Lines: 41 Original-Xref: shelby.stanford.edu gnu.emacs.help:128713 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24251 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24251 "August" wrote in message news:mailman.1035.1109077459.32256.help-gnu-emacs@gnu.org... On tis, 2005-02-22 at 06:49 +0200, Eli Zaretskii wrote: > > From: August > > Date: Tue, 22 Feb 2005 02:14:58 +0100 > > > > How do I input Unicode mathematical operators (or any other arbitrary > > unicode character) in Emacs? > > "C-u C-\ TeX RET" switches to the input method that lets you type > Unicode characters using the TeX notation. On tis, 2005-02-22 at 12:12 +0100, David Hansen wrote: > On Tue, 22 Feb 2005 02:14:58 +0100 August wrote: > > > How do I input Unicode mathematical operators (or any other arbitrary > > unicode character) in Emacs? > > Using input methods. E.g. M-x set-input-method TeX RET > > \int d\varphi = 2\pi -> ∫dϕ = 2π Thanks Eli and David. -- August Norman Walsh's xmlunicode.el together with unichars.el will allow the insertion of many other glyphs if your font supports them. E.g., the unicode description BLACK CHESS QUEEN inserts: ♛ (#x00265b) Ed