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: Thu, 12 Jul 2012 14:26:15 +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 1342088807 7527 80.91.229.3 (12 Jul 2012 10:26:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 Jul 2012 10:26:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 12 12:26:46 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 1SpGbd-0004GD-N8 for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Jul 2012 12:26:45 +0200 Original-Received: from localhost ([::1]:35572 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpGbc-0003m0-UP for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Jul 2012 06:26:44 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpGbY-0003lv-G4 for help-gnu-emacs@gnu.org; Thu, 12 Jul 2012 06:26:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpGbS-0003Zv-Os for help-gnu-emacs@gnu.org; Thu, 12 Jul 2012 06:26:40 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:46317) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpGbS-0003Zq-IG for help-gnu-emacs@gnu.org; Thu, 12 Jul 2012 06:26:34 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SpGbO-0003sf-Gx for help-gnu-emacs@gnu.org; Thu, 12 Jul 2012 12:26:30 +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 ; Thu, 12 Jul 2012 12:26:30 +0200 Original-Received: from osv by 89.175.180.246 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Jul 2012 12:26:30 +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:85815 Archived-At: Yuri Khan writes: > On Wed, Jul 11, 2012 at 8:40 PM, Sergei Organov wrote: >>> Sergei Organov writes: >>> >> 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? > [...] > You can also bind the following function to a key of your choice, but > it will only work in Emacs: > > (defun insert-combining-acute (count) > (interactive "p") > (insert-char #x0301 count)) Вот о́чень коро́ткий приме́р Perfect! Thanks a lot! -- Sergei.