help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Typing accented text.


From: Sergei Organov
Subject: Re: Typing accented text.
Date: Thu, 12 Jul 2012 14:26:15 +0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Yuri Khan <yuri.v.khan@gmail.com> writes:

> On Wed, Jul 11, 2012 at 8:40 PM, Sergei Organov <osv@javad.com> wrote:
>>> Sergei Organov <osv@javad.com> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]