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: utf8 char display in buffer Date: Mon, 8 Jun 2009 12:52:07 -0700 (PDT) Organization: http://groups.google.com Message-ID: <1d6104b2-e305-4511-baf8-334fe477c241@g37g2000yqn.googlegroups.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1244499697 17178 80.91.229.12 (8 Jun 2009 22:21:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Jun 2009 22:21:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 09 00:21:35 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MDnDi-0007i3-Ve for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Jun 2009 00:21:35 +0200 Original-Received: from localhost ([127.0.0.1]:52711 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDnDi-0002GX-Cc for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Jun 2009 18:21:34 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!g37g2000yqn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs Original-Lines: 27 Original-NNTP-Posting-Host: 76.102.12.87 Original-X-Trace: posting.google.com 1244490727 28654 127.0.0.1 (8 Jun 2009 19:52:07 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 8 Jun 2009 19:52:07 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g37g2000yqn.googlegroups.com; posting-host=76.102.12.87; posting-account=bRPKjQoAAACxZsR8_VPXCX27T2YcsyMA User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.30 Safari/530.5, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:169826 comp.emacs:98228 X-Mailman-Approved-At: Mon, 08 Jun 2009 18:18:15 -0400 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 Xref: news.gmane.org gmane.emacs.help:65063 Archived-At: On Jun 8, 11:33 am, ken wrote: > Hey, group, > > I already use a few utf8 characters in emacs (and in web pages), but > recently needed to use a couple more. One is an 'a' with a horizontal > line above it, the other an 'i' with a vertical line above it. How do I > input these into a buffer? i define keys to insert unicode chars that i frequently use. e.g. (global-set-key (kbd "") "=E2=86=92") (global-set-key (kbd "M-i a") "=CE=B1") (global-set-key (kbd "M-i b") "=CE=B2") (global-set-key (kbd "M-i t") "=CE=B8") you can also insert unicode by its hex value. Alt+x ucs-insert. There are few other ways... some more tips here =E2=80=A2 Emacs and Unicode Tips http://xahlee.org/emacs/emacs_n_unicode.html Xah =E2=88=91 http://xahlee.org/ =E2=98=84