From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: August Newsgroups: gmane.emacs.help Subject: Re: How to input Unicode math operators Date: Tue, 22 Feb 2005 13:49:11 +0100 Message-ID: <1109076551.5319.3.camel@c83-250-200-54.bredband.comhem.se> 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: quoted-printable X-Trace: sea.gmane.org 1109076624 29523 80.91.229.2 (22 Feb 2005 12:50:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Feb 2005 12:50:24 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 22 13:50:24 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D3ZUY-0002Jf-7E for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Feb 2005 13:50:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3Zlh-0004X8-1E for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Feb 2005 08:08:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D3Zhw-0003PQ-8Y for help-gnu-emacs@gnu.org; Tue, 22 Feb 2005 08:04:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D3ZhG-00031o-4q for help-gnu-emacs@gnu.org; Tue, 22 Feb 2005 08:03:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3ZhD-00030U-H1 for help-gnu-emacs@gnu.org; Tue, 22 Feb 2005 08:03:23 -0500 Original-Received: from [81.228.10.113] (helo=av3-2-sn4.m-sp.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D3ZTA-0000zt-OM for help-gnu-emacs@gnu.org; Tue, 22 Feb 2005 07:48:53 -0500 Original-Received: by av3-2-sn4.m-sp.skanova.net (Postfix, from userid 502) id D684C37E59; Tue, 22 Feb 2005 13:48:50 +0100 (CET) Original-Received: from smtp4-2-sn4.m-sp.skanova.net (smtp4-2-sn4.m-sp.skanova.net [81.228.10.180]) by av3-2-sn4.m-sp.skanova.net (Postfix) with ESMTP id C7AF837E42 for ; Tue, 22 Feb 2005 13:48:50 +0100 (CET) Original-Received: from c83-250-200-54.bredband.comhem.se (c83-250-200-54.bredband.comhem.se [83.250.200.54]) by smtp4-2-sn4.m-sp.skanova.net (Postfix) with ESMTP id AF01F37E43 for ; Tue, 22 Feb 2005 13:48:50 +0100 (CET) Original-To: help-gnu-emacs@gnu.org In-Reply-To: <87ll9gvoeo.fsf@robotron.ath.cx> X-Mailer: Evolution 2.0.2 (2.0.2-3) 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:24244 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24244 On tis, 2005-02-22 at 06:49 +0200, Eli Zaretskii wrote:=20 > > From: August > > Date: Tue, 22 Feb 2005 02:14:58 +0100 > >=20 > > How do I input Unicode mathematical operators (or any other arbitrary > > unicode character) in Emacs? >=20 > "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: >=20 > > How do I input Unicode mathematical operators (or any other arbitrary > > unicode character) in Emacs? >=20 > Using input methods. E.g. M-x set-input-method TeX RET >=20 > \int d\varphi =3D 2\pi -> =E2=88=ABd=CF=95 =3D 2=CF=80 Thanks Eli and David. --=20 August