From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sergei Organov Newsgroups: gmane.emacs.help Subject: Re: Typing accented text. Date: Wed, 11 Jul 2012 17:40:55 +0400 Message-ID: References: <87obnm8rcd.fsf@kuiper.lan.informatimago.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1342014087 27947 80.91.229.3 (11 Jul 2012 13:41:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 11 Jul 2012 13:41:27 +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:41:26 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 1SoxAQ-0001VL-98 for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jul 2012 15:41:22 +0200 Original-Received: from localhost ([::1]:52689 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoxAP-0000E6-C8 for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jul 2012 09:41:21 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:32865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoxAG-0000CN-Ky for help-gnu-emacs@gnu.org; Wed, 11 Jul 2012 09:41:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoxAA-0004jy-Ga for help-gnu-emacs@gnu.org; Wed, 11 Jul 2012 09:41:12 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:55109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoxAA-0004jl-9w for help-gnu-emacs@gnu.org; Wed, 11 Jul 2012 09:41:06 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SoxA8-0000zS-J2 for help-gnu-emacs@gnu.org; Wed, 11 Jul 2012 15:41:04 +0200 Original-Received: from 89.175.180.246 ([89.175.180.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Jul 2012 15:41:04 +0200 Original-Received: from osv by 89.175.180.246 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Jul 2012 15:41:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 89.175.180.246 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:85794 Archived-At: > Sergei Organov writes: > >> 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 >> >> 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? > > Strictly speaking, with emacs, you do it with C-x 8 ' e --> é > Type C-x 8 C-h for the list. OK, thanks, but as far as I can see this works with English, and not with something else, like Russian? Then how do I type, e.g.: Вот 'очень кор'откий прим'ер in the same manner? Alternatively, how about (accent-next-char) function, anybody? -- Sergei.