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
d8cb7e3d
Commit
d8cb7e3d
authored
Jan 24, 2009
by
Eli Zaretskii
Browse files
(prefer-coding-system, set-default-coding-systems): Doc fix.
parent
6c60bbdb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+2
-7
No files found.
lisp/ChangeLog
View file @
d8cb7e3d
...
...
@@ -3,6 +3,7 @@
* international/mule-cmds.el (set-language-environment-coding-systems): If
default-buffer-file-coding-system is nil, set up to have EOLs that
are native for the underlying system-type.
(prefer-coding-system, set-default-coding-systems): Doc fix.
2009-01-24 Juanma Barranquero <lekktu@gmail.com>
...
...
lisp/international/mule-cmds.el
View file @
d8cb7e3d
...
...
@@ -330,7 +330,7 @@ This sets the following coding systems:
This also sets the following values:
o default value used as `file-name-coding-system' for converting file names
if CODING-SYSTEM is ASCII-compatible
o default value for the command `set-terminal-coding-system'
(not on MS-DOS)
o default value for the command `set-terminal-coding-system'
o default value for the command `set-keyboard-coding-system'
if CODING-SYSTEM is ASCII-compatible"
(
check-coding-system
coding-system
)
...
...
@@ -370,17 +370,12 @@ This also sets the following coding systems:
o default coding system for subprocess I/O
This also sets the following values:
o default value used as `file-name-coding-system' for converting file names
o default value for the command `set-terminal-coding-system'
(not on MS-DOS)
o default value for the command `set-terminal-coding-system'
o default value for the command `set-keyboard-coding-system'
If CODING-SYSTEM specifies a certain type of EOL conversion, the coding
systems set by this function will use that type of EOL conversion.
This command does not change the default value of terminal coding system
for MS-DOS terminal, because DOS terminals only support a single coding
system, and Emacs automatically sets the default to that coding system at
startup.
A coding system that requires automatic detection of text+encoding
\(e.g. undecided, unix) can't be preferred."
(
interactive
"zPrefer coding system: "
)
...
...
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