From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ken Newsgroups: gmane.emacs.help Subject: Re: utf8 char display in buffer Date: Mon, 08 Jun 2009 18:49:50 -0400 Message-ID: <4A2D958E.5010809@mousecar.com> References: Reply-To: gebser@mousecar.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1244501427 21845 80.91.229.12 (8 Jun 2009 22:50:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Jun 2009 22:50:27 +0000 (UTC) To: GNU Emacs List Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 09 00:50:25 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 1MDnfX-0008KO-3h for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Jun 2009 00:50:19 +0200 Original-Received: from localhost ([127.0.0.1]:36139 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDnfW-0002gh-L2 for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Jun 2009 18:50:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MDnf9-0002eO-OJ for help-gnu-emacs@gnu.org; Mon, 08 Jun 2009 18:49:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MDnf9-0002dz-0H for help-gnu-emacs@gnu.org; Mon, 08 Jun 2009 18:49:55 -0400 Original-Received: from [199.232.76.173] (port=40568 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDnf8-0002do-QZ for help-gnu-emacs@gnu.org; Mon, 08 Jun 2009 18:49:54 -0400 Original-Received: from mout.perfora.net ([74.208.4.194]:51340) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MDnf8-0000Pl-F8 for help-gnu-emacs@gnu.org; Mon, 08 Jun 2009 18:49:54 -0400 Original-Received: from [192.168.0.26] (dsl093-011-017.cle1.dsl.speakeasy.net [66.93.11.17]) by mrelay.perfora.net (node=mrus1) with ESMTP (Nemesis) id 0MKpCa-1MDnf52gv8-000cv5; Mon, 08 Jun 2009 18:49:53 -0400 User-Agent: Thunderbird 2.0.0.0 (X11/20070326) In-Reply-To: X-Enigmail-Version: 0.95.7 OpenPGP: id=5AD091E7 X-Provags-ID: V01U2FsdGVkX1+6yyFhBZTL4dqH6jB4HCmbXsCKEhci3wRHbqF UZQvM3zFR4h4QotsUO3ce8EUb12qJEGLvgYLKFPBbVgCgG7n1a 06NB1c+IPMuvoGjczh96dvUklHXEayj X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:65066 Archived-At: On 06/08/2009 04:49 PM B. T. Raven wrote: > B. T. Raven wrote: >> 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? >>> >>> >>> tia, >>> ken >>> > > Oops, I see you said i with VERTICAL line. What is that character? > Any of these? í ï î ì If so substitute for i with macron below. > >>.... The Oops is mine. I meant to say "horizontal" for both. So your previous email did it all for me. Thanks.