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 19:41:15 +0100 Message-ID: <1109097675.5319.15.camel@c83-250-200-54.bredband.comhem.se> References: <87ll9gvoeo.fsf@robotron.ath.cx> <111mp8faq5lemaa@corp.supernews.com> 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 1109098035 11204 80.91.229.2 (22 Feb 2005 18:47:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Feb 2005 18:47:15 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 22 19:47:14 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D3f3q-0000th-Sq for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Feb 2005 19:47:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3fFd-0001Hy-Si for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Feb 2005 13:59:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D3fF1-0001Aw-RK for help-gnu-emacs@gnu.org; Tue, 22 Feb 2005 13:58:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D3fEi-000111-Q5 for help-gnu-emacs@gnu.org; Tue, 22 Feb 2005 13:58:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3fEi-000102-Do for help-gnu-emacs@gnu.org; Tue, 22 Feb 2005 13:58:20 -0500 Original-Received: from [81.228.10.116] (helo=av1-1-sn4.m-sp.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D3exr-0002Hc-Ob for help-gnu-emacs@gnu.org; Tue, 22 Feb 2005 13:40:56 -0500 Original-Received: by av1-1-sn4.m-sp.skanova.net (Postfix, from userid 502) id 7D35437E7A; Tue, 22 Feb 2005 19:40:54 +0100 (CET) Original-Received: from smtp4-1-sn4.m-sp.skanova.net (smtp4-1-sn4.m-sp.skanova.net [81.228.10.181]) by av1-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id 6526637E4D for ; Tue, 22 Feb 2005 19:40:54 +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-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id 4198737E48 for ; Tue, 22 Feb 2005 19:40:54 +0100 (CET) Original-To: help-gnu-emacs@gnu.org In-Reply-To: <111mp8faq5lemaa@corp.supernews.com> 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:24256 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24256 On tis, 2005-02-22 at 11:00 -0600, B.T. Raven wrote: > "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. >=20 > 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 =3D 2\pi -> =E2=88=ABd=CF=95 =3D 2=CF=80 >=20 > Thanks Eli and David. >=20 > -- > August >=20 > 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: >=20 > =E2=99=9B > (#x00265b) Cool. Thanks for the tip. This should really be a part of the standard Emacs distribution. --=20 August