Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f8ec20be
Commit
f8ec20be
authored
Feb 14, 2001
by
Richard M. Stallman
Browse files
(toggle-input-method): Doc fix.
parent
92e98d63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
+13
-11
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+13
-11
No files found.
lisp/international/mule-cmds.el
View file @
f8ec20be
...
...
@@ -1095,18 +1095,20 @@ To deactivate it programmatically, use \\[inactivate-input-method]."
(
setq
default-input-method
input-method
))
(
defun
toggle-input-method
(
&optional
arg
)
"Turn on or off a multilingual text input method for the current buffer.
With no prefix argument, if an input method is currently activated,
turn it off. Otherwise, activate an input method -- the one most
recently used, or the one specified in `default-input-method', or
the one read from the minibuffer.
With a prefix argument, read an input method from the minibuffer and
turn it on.
The default is to use the most recent input method specified
"Enable or disable multilingual text input method for the current buffer.
Only one input method can be enabled at any time in a given buffer.
The normal action is to enable an input method if none was
enabled, and disable the current one otherwise. Which input method
to enable can be determined in various ways--either the one most
recently used, or the one specified by `default-input-method', or
as a last resort by reading the name of an input method in the
minibuffer.
With a prefix argument, read an input method name with the minibuffer
and enable that one. The default is the most recent input method specified
\(not including the currently active input method, if any)."
(
interactive
"P"
)
(
if
(
and
current-input-method
(
not
arg
))
(
inactivate-input-method
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment