Bug 45985

Summary: Ошибка при переключении языка ввода
Product: Sisyphus Reporter: Марчуков Евгений <mareugen>
Component: emacsAssignee: Sergey Bolshakov <sbolshakov>
Status: CLOSED NOTABUG QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: aen, sbolshakov
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Марчуков Евгений 2023-04-27 19:38:50 MSK
GNU Emacs 28.2 (build 1, x86_64-alt-linux-gnu, GTK+ Version 3.24.34, cairo version 1.16.0)
В *scratch* буфере ввести:
(set-input-method "russian-computer")
и нажать C-x C-e
Получаем ошибку:
Debugger entered--Lisp error: (error "Can’t use the Quail package ‘russian-computer’")

Quail package "russian-computer" can’t be activated
  because library "quail/cyrillic" is not in ‘load-path’.

The most common case is that you have not yet installed appropriate
libraries in LEIM (Libraries of Emacs Input Method) which is
distributed separately from Emacs.

LEIM is available from the same ftp directory as Emacs.
Comment 1 Sergey Bolshakov 2023-04-28 12:12:52 MSK
предполагаю, что достаточно было бы доустановить emacs-leim
Comment 2 Марчуков Евгений 2023-04-28 13:45:57 MSK
(Ответ для Sergey Bolshakov на комментарий #1)
> предполагаю, что достаточно было бы доустановить emacs-leim

да, помогло
спасибо