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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
98c271eb
Commit
98c271eb
authored
Aug 22, 2000
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mention iso-acc. tweaks.
parent
fa474484
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
11 deletions
+20
-11
man/mule.texi
man/mule.texi
+20
-11
No files found.
man/mule.texi
View file @
98c271eb
@c This is part of the Emacs manual.
@c Copyright (C) 1997, 1999 Free Software Foundation, Inc.
@c Copyright (C) 1997, 1999
, 2000
Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@node International, Major Modes, Frames, Top
@chapter International Character Set Support
...
...
@@ -133,11 +133,11 @@ have basically the same effect as @samp{--unibyte}.
Multibyte strings are not created during initialization from the
values of environment variables, @file{/etc/passwd} entries etc.@: that
contain non-ASCII 8-bit characters. However, the initialization file is
normally read as multibyte---like Lisp files in general
---even with
@samp{--unibyte}. To avoid multibyte strings being generated by
non-ASCII characters in it, put @samp{-*-unibyte: t;-*-} in a comment on
the first line. Do the same for initialization files for packages lik
e
Gnus.
normally read as multibyte---like Lisp files in general
when they are
loaded for running---even with @samp{--unibyte}. To avoid multibyte
strings being generated by non-ASCII characters in it, put
@samp{-*-unibyte: t;-*-} in a comment on the first line. Do the sam
e
for initialization files for packages like
Gnus.
The mode line indicates whether multibyte character support is enabled
in the current buffer. If it is, there are two or more characters (most
...
...
@@ -334,6 +334,10 @@ the partial sequence is highlighted in the buffer. If
characters to type next is displayed in the echo area (but not when you
are in the minibuffer).
@cindex Leim package
Input methods are implemented in the separate Leim package, which must
be installed with Emacs.
@node Select Input Method
@section Selecting an Input Method
...
...
@@ -1097,8 +1101,8 @@ characters:
@cindex 8-bit input
@item
If your keyboard can generate character codes 128 and up, representing
non-ASCII characters,
execute the following expression to enable Emacs to
understand them:
non-ASCII characters,
you can execute the following expression to enable
Emacs to
understand them:
@example
(set-input-mode (car (current-input-mode))
...
...
@@ -1121,6 +1125,8 @@ the non-ASCII character you specify with it is converted to unibyte.
@kindex C-x 8
@cindex @code{iso-transl} library
@cindex compose character
@cindex dead character
@item
For Latin-1 only, you can use the
key @kbd{C-x 8} as a ``compose character'' prefix for entry of
...
...
@@ -1137,9 +1143,12 @@ compose with the following character, once @code{iso-transl} is loaded.
Use @kbd{C-x 8 C-h} to list the available translations as mnemonic
command names.
@cindex @code{iso-acc} library
@item
Also for Latin-1 only, @kbd{M-x iso-aacents-mode} installs a minor mode
@cindex @code{iso-acc} library
@cindex ISO Accents mode
@findex iso-accents-mode
@cindex Latin-1 input mode
Also for Latin-1 only, @kbd{M-x iso-accents-mode} installs a minor mode
which provides a facility like the @code{latin-1-prefix} input method
but independent of the Leim package.
but independent of the Leim package.
This mode is buffer-local.
@end itemize
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