From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xah Lee Newsgroups: gmane.emacs.help Subject: Re: Look for input method for mathematics letter. Date: Tue, 10 Jul 2012 20:59:49 -0700 (PDT) Organization: http://groups.google.com Message-ID: <45e85759-122f-44c5-bf0e-0703c0627d54@po9g2000pbb.googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1341979214 24792 80.91.229.3 (11 Jul 2012 04:00:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 11 Jul 2012 04:00:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 11 06:00:14 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Soo60-0003SQ-KO for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jul 2012 06:00:12 +0200 Original-Received: from localhost ([::1]:54940 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Soo5z-0000Yl-PQ for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jul 2012 00:00:11 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!po9g2000pbb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs Original-Lines: 22 Original-NNTP-Posting-Host: 76.126.112.84 Original-X-Trace: posting.google.com 1341979189 2259 127.0.0.1 (11 Jul 2012 03:59:49 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 11 Jul 2012 03:59:49 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: po9g2000pbb.googlegroups.com; posting-host=76.126.112.84; posting-account=bRPKjQoAAACxZsR8_VPXCX27T2YcsyMA User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.47 Safari/536.11,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:193391 comp.emacs:102546 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85777 Archived-At: On Jul 10, 12:45=C2=A0pm, Oleksandr Gavenko wrote: > UTF define certain range for especially styled Latin alphabet: > > =C2=A0http://en.wikipedia.org/wiki/Mathematical_alphanumeric_symbols > > How they can be typed in Emacs? i wrote a mode for this =E3=80=88Emacs Unicode Math Symbols Input Mode (xmsi-mode)=E3=80=89 http://ergoemacs.org/emacs/xmsi-math-symbols-input.html though i ask for donation. (it's not difficult to find on the net, however) but in any case, you can easily define keys in emacs in so many ways. See =E3=80=88How to Create a APL or Math Symbols Keyboard Layout=E3=80=89 http://xahlee.info/kbd/creating_apl_keyboard_layout.html Xah