mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(mode-line-mule-info): Change style for showing
an activated input method.
This commit is contained in:
parent
2792ce1648
commit
44c034c118
1 changed files with 9 additions and 2 deletions
|
|
@ -49,9 +49,16 @@
|
|||
|
||||
(defconst mode-line-mule-info
|
||||
(purecopy '(enable-multibyte-characters
|
||||
((current-input-method ("[" current-input-method-title "]"))
|
||||
((current-input-method ("" current-input-method-title ">"))
|
||||
"%z:")))
|
||||
"Mode-line control for displaying information of multilingual environment.")
|
||||
"Mode-line control for displaying information of multilingual environment.
|
||||
Normally it displays current input method (if any activated) and
|
||||
mnemonics of the following coding systems:
|
||||
coding system for saving or writing the current buffer
|
||||
coding system for keyboard input (if Emacs is running on terminal)
|
||||
coding system for terminal output (if Emacs is running on terminal)
|
||||
coding system for decoding output of buffer process (if any)
|
||||
coding system for encoding text to send to buffer process (if any).")
|
||||
|
||||
(make-variable-buffer-local 'mode-line-mule-info)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue