Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我从 po-mode 并且仅从 po-mode 打开一行,我需要设置俄语输入法。该行以 txt 模式打开,默认为英语。
谢谢。
大概是这样的:
(setq default-input-method "russian-computer") (add-hook 'po-mode-hook #'toggle-input-method)
M-x toggle-input-method您可以使用或手动切换输入法C-\。
M-x toggle-input-method
C-\
使用 获取可用输入法的列表M-x list-input-methods。
M-x list-input-methods