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
2ab9e3ce
Commit
2ab9e3ce
authored
Apr 08, 2001
by
Eli Zaretskii
Browse files
(Init Syntax): Fix last change.
parent
cf47c5b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
man/custom.texi
man/custom.texi
+7
-6
No files found.
man/custom.texi
View file @
2ab9e3ce
...
...
@@ -2091,12 +2091,13 @@ a Meta character, as in @samp{\M-a} for @kbd{Meta-A} or @samp{\M-\C-a} for
@cindex international characters in @file{.emacs}
@cindex non-ASCII characters in @file{.emacs}
If you want to include non-ASCII characters in strings in your init
file, you should consider putting a @samp{-*- coding: -*-} tag on the
first line which states the coding system used to save your
@file{.emacs}, as explained in @ref{Recognize Coding}. This is
because the defaults for decoding non-ASCII text might not yet be set
up by the time Emacs reads those parts of your init file which use
such strings, and Emacs might decode those strings incorrectly.
file, you should consider putting a @samp{-*-coding:
@var{coding-system}-*-} tag on the first line which states the coding
system used to save your @file{.emacs}, as explained in @ref{Recognize
Coding}. This is because the defaults for decoding non-ASCII text might
not yet be set up by the time Emacs reads those parts of your init file
which use such strings, possibly leading Emacs to decode those strings
incorrectly.
@item Characters:
Lisp character constant syntax consists of a @samp{?} followed by
...
...
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