From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.help Subject: Re: How to input Unicode math operators Date: Tue, 22 Feb 2005 12:12:47 +0100 Organization: disorganized Message-ID: <87ll9gvoeo.fsf@robotron.ath.cx> References: 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 1109071993 16056 80.91.229.2 (22 Feb 2005 11:33:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Feb 2005 11:33:13 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 22 12:33:13 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D3YHr-0007oB-OM for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Feb 2005 12:33:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3YYz-0004sN-FW for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Feb 2005 06:50:49 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-X-Trace: individual.net wagbNFw8iMLyiHDcqYhsVgkdUD/tHzbtWnLatLQLfX2w3MWf0= X-Orig-Path: robotron.ath.cx!news Mail-Copies-To: nobody User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:LWiLke8Paz/D+JOVKflUZPhHrIM= Original-Xref: shelby.stanford.edu gnu.emacs.help:128705 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:24243 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24243 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π David