# HG changeset patch # User Kenichi Handa # Date 866638515 0 # Node ID 8d8d4aa12426c30c1e09b40ea0455811537cedfc # Parent 6fbbef4e6c3918691fc988177b52e08198e0e13d (mode-line-mule-info): Change style for showing an activated input method. diff -r 6fbbef4e6c39 -r 8d8d4aa12426 lisp/bindings.el --- a/lisp/bindings.el Wed Jun 18 12:55:14 1997 +0000 +++ b/lisp/bindings.el Wed Jun 18 12:55:15 1997 +0000 @@ -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)