From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "B. T. Raven" Newsgroups: gmane.emacs.help Subject: Re: Typing accented text. Date: Wed, 11 Jul 2012 08:10:33 -0500 Organization: NewsGuy - Unlimited Usenet $19.95 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1342012520 13185 80.91.229.3 (11 Jul 2012 13:15:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 11 Jul 2012 13:15:20 +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 15:15:18 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 1Sowl6-0006eN-TJ for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jul 2012 15:15:13 +0200 Original-Received: from localhost ([::1]:44832 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sowl5-0003IK-U7 for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jul 2012 09:15:11 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!spln!extra.newsguy.com!newsp.newsguy.com!news1 Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: pa56173d1345db29114dd4971a666777ef97f2147bfba8934.newsdawg.com User-Agent: Mozilla/5.0 (Windows NT 5.0; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 In-Reply-To: X-Received-Bytes: 1518 Original-Xref: usenet.stanford.edu gnu.emacs.help:193406 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:85791 Archived-At: Die Wed Jul 11 2012 06:10:29 GMT-0500 (Central Daylight Time) Sergei Organov scripsit: > Hello, > > I'd like to type text with explicit accents, and so that accents are on > top of letters. For example, if I type in ASCII: > > H'ere is v'ery short ex'ample of what I want to ach'ieve The standard way of doing this is with an input method. Type C-x ret C-\ latin-1-postfix. Now vowels followed by apostrophes will be accented: Hére is véry short exámple of what I want to achíeve If you don't like postfix, you could use latin-1-prefix input method. Ed > > then with UNICODE it should be possible to put the accents on the tops > of the next letters, right? If so, how do I do it in Emacs? > > -- Sergei. > >