* [Comm] Переключение раскладки клавитатуры в emacs
@ 2007-02-14 20:56 Kosserrior
2007-02-15 1:01 ` Evgenii Terechkov
2007-02-15 9:40 ` Sergey Vlasov
0 siblings, 2 replies; 4+ messages in thread
From: Kosserrior @ 2007-02-14 20:56 UTC (permalink / raw)
To: 'ALT Linux Community'
Здравствуйте.
Использую ALM2.4
# rpm -qa | grep emacs
emacs21-common-21.3-alt10.1
emacs-ognus-0.24-alt3
emacs-mule-ucs-0.85rc1-alt1
emacs-base-0.0.4-alt2
emacs-w3-4.0-alt0.8.pre.47
emacs21-nox-21.3-alt10.1
Использую Emacs недавно, в консоли.
Проблема состоит в том, что пеключение раскадки клавиатуры
английская/русская работает только при использовании
системного переключения. Если же пользоваться встроенной
комбинацией клавиш emacs'а, то, если используется локаль
ru_RU.KOI8-R выдается ошибка:
Can't activate input method `cyrillic-jcuken',
А если POSIX-локаль, то
Can't activate input method `latin-1-prefix' (по памяти).
В чем здесь может быть дело, и каковы пути исправления
данной проблемы?
Заранее спасибо за ответы.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] Переключение раскладки клавитатуры в emacs
2007-02-14 20:56 [Comm] Переключение раскладки клавитатуры в emacs Kosserrior
@ 2007-02-15 1:01 ` Evgenii Terechkov
2007-02-15 9:40 ` Sergey Vlasov
1 sibling, 0 replies; 4+ messages in thread
From: Evgenii Terechkov @ 2007-02-15 1:01 UTC (permalink / raw)
To: ALT Linux Community
"Kosserrior" пишет:
> Использую ALM2.4
>
> # rpm -qa | grep emacs
> emacs21-common-21.3-alt10.1
> emacs-ognus-0.24-alt3
> emacs-mule-ucs-0.85rc1-alt1
> emacs-base-0.0.4-alt2
> emacs-w3-4.0-alt0.8.pre.47
> emacs21-nox-21.3-alt10.1
> Использую Emacs недавно, в консоли.
> Проблема состоит в том, что пеключение раскадки клавиатуры
> английская/русская работает только при использовании
> системного переключения. Если же пользоваться встроенной
> комбинацией клавиш emacs'а, то, если используется локаль
> ru_RU.KOI8-R выдается ошибка:
> Can't activate input method `cyrillic-jcuken',
> А если POSIX-локаль, то
> Can't activate input method `latin-1-prefix' (по памяти).
> В чем здесь может быть дело, и каковы пути исправления
> данной проблемы?
Русский нужно настройть. Хотя удивляюсь - разве там не должно быть "из
коробки"? Не сочтите за рекламу, но проще наверно зайти в конференцию
emacs@conferences.jabber.ru, там всё быстро и подробно объяснят(им). А то
можно так долго уточнять и наводящие вопросы задавать.
> Заранее спасибо за ответы.
Незачто.
--
Терешков Евгений, ALT Linux Team.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] Переключение раскладки клавитатуры в emacs
2007-02-14 20:56 [Comm] Переключение раскладки клавитатуры в emacs Kosserrior
2007-02-15 1:01 ` Evgenii Terechkov
@ 2007-02-15 9:40 ` Sergey Vlasov
2007-02-15 17:36 ` Kosserrior
1 sibling, 1 reply; 4+ messages in thread
From: Sergey Vlasov @ 2007-02-15 9:40 UTC (permalink / raw)
To: 'ALT Linux Community'
[-- Attachment #1: Type: text/plain, Size: 394 bytes --]
On Wed, Feb 14, 2007 at 11:56:05PM +0300, Kosserrior wrote:
> # rpm -qa | grep emacs
> emacs21-common-21.3-alt10.1
> emacs-ognus-0.24-alt3
> emacs-mule-ucs-0.85rc1-alt1
> emacs-base-0.0.4-alt2
> emacs-w3-4.0-alt0.8.pre.47
> emacs21-nox-21.3-alt10.1
[...]
> Can't activate input method `cyrillic-jcuken',
apt-get install emacs-leim
(в данном случае это будет пакет emacs21-leim)
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] Переключение раскладки клавитатуры в emacs
2007-02-15 9:40 ` Sergey Vlasov
@ 2007-02-15 17:36 ` Kosserrior
0 siblings, 0 replies; 4+ messages in thread
From: Kosserrior @ 2007-02-15 17:36 UTC (permalink / raw)
To: 'ALT Linux Community'
Здравствуйте.
>> # rpm -qa | grep emacs
>> emacs21-common-21.3-alt10.1
>> emacs-ognus-0.24-alt3
>> emacs-mule-ucs-0.85rc1-alt1
>> emacs-base-0.0.4-alt2
>> emacs-w3-4.0-alt0.8.pre.47
>> emacs21-nox-21.3-alt10.1
> [...]
>> Can't activate input method `cyrillic-jcuken',
> apt-get install emacs-leim
> (в данном случае это будет пакет emacs21-leim)
О, помогло, еще раз спасибо за помощь.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-02-15 17:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-14 20:56 [Comm] Переключение раскладки клавитатуры в emacs Kosserrior
2007-02-15 1:01 ` Evgenii Terechkov
2007-02-15 9:40 ` Sergey Vlasov
2007-02-15 17:36 ` Kosserrior
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git