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
660674c1
Commit
660674c1
authored
Mar 30, 2010
by
Kenichi Handa
Browse files
merge trunk
parents
42763dda
ce79424f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
1 deletion
+16
-1
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+8
-0
doc/emacs/basic.texi
doc/emacs/basic.texi
+3
-1
doc/emacs/mule.texi
doc/emacs/mule.texi
+5
-0
No files found.
doc/emacs/ChangeLog
View file @
660674c1
2010-03-30 Eli Zaretskii <eliz@gnu.org>
* mule.texi (Input Methods): Mention "C-x 8 RET" and add a
cross-reference to "Inserting Text".
* basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
Mention completion provided by `ucs-insert'.
2010-03-28 Chong Yidong <cyd@stupidchicken.com>
* sending.texi (Sending Mail): Note variables that may need
...
...
doc/emacs/basic.texi
View file @
660674c1
...
...
@@ -100,13 +100,15 @@ character code, just like digits.
character to insert (@pxref{Arguments}).
@findex ucs-insert
@kindex C-x 8 RET
@cindex Unicode
Instead of @kbd{C-q}, you can use @kbd{C-x 8 @key{RET}}
(@code{ucs-insert}) to insert a character based on its Unicode name or
code-point. This commands prompts for a character to insert, using
the minibuffer; you can specify the character using either (i) the
character's name in the Unicode standard, or (ii) the character's
code-point in the Unicode standard.
code-point in the Unicode standard. If you specify the character's
name, the command provides completion.
@node Moving Point
@section Changing the Location of Point
...
...
doc/emacs/mule.texi
View file @
660674c1
...
...
@@ -533,6 +533,11 @@ most input methods---some disable this feature). If
possible characters to type next is displayed in the echo area (but
not when you are in the minibuffer).
Another facility for typing characters not on your keyboard is by
using the @kbd{C-x 8 @key{RET}} (@code{ucs-insert}) to insert a single
character based on its Unicode name or code-point; see @ref{Inserting
Text}.
@node Select Input Method
@section Selecting an 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