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

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

bug#55735: Non-Latin input in emacsclient


From: Eli Zaretskii
Subject: bug#55735: Non-Latin input in emacsclient
Date: Tue, 31 May 2022 14:38:38 +0300

> Date: Tue, 31 May 2022 11:16:51 +0300
> From: anton-gogo--- via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> Dont work cyrillic!!!
>  
> It's when I run it as emacs --deamon + emacsclient, begins the
> madness. Each keystroke, which should insert a character, results in an
> action, like selecting words, jumping around expressions, selecting
> functions and so on. Almost like (a horrifying thought) Vim!

Please tell the details:

  . how did you invoke emacsclient (the full command line)?
  . did emacsclient create a text-mode frame or a GUI frame?

> My locale terminal:
> LANG=ru_RU.UTF-8
> LC_CTYPE="ru_RU.UTF-8"
> LC_NUMERIC="ru_RU.UTF-8"
> LC_TIME="ru_RU.UTF-8"
> LC_COLLATE="ru_RU.UTF-8"
> LC_MONETARY="ru_RU.UTF-8"
> LC_MESSAGES="ru_RU.UTF-8"
> LC_PAPER="ru_RU.UTF-8"
> LC_NAME="ru_RU.UTF-8"
> LC_ADDRESS="ru_RU.UTF-8"
> LC_TELEPHONE="ru_RU.UTF-8"
> LC_MEASUREMENT="ru_RU.UTF-8"
> LC_IDENTIFICATION="ru_RU.UTF-8"
> LC_ALL=

Was the daemon invoked from a terminal with the same locale settings?
If not, please also describe the settings used for starting the
daemon.

Also, what does the below display in the frame created by emacsclient?

  M-: keyboard-coding-system RET

> (custom-set-variables
>  ;; custom-set-variables was added by Custom.
>  ;; If you edit it by hand, you could mess it up, so be careful.
>  ;; Your init file should contain only one such instance.
>  ;; If there is more than one, they won't work right.
>  '(current-language-environment "English")  <<<<<<<<<<<<<<<<<<<<<<<

That last line is suspicious: why do you need it? what happens if you
remove it from your ~/.emacs?





reply via email to

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