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
1b8dc791
Commit
1b8dc791
authored
Apr 01, 2002
by
Stefan Monnier
Browse files
(standard-keyboard-coding-systems): Add koi8-u and koi8-r.
parent
2c7cdd69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+3
-3
No files found.
lisp/international/mule-cmds.el
View file @
1b8dc791
...
...
@@ -1404,8 +1404,8 @@ The default status is as follows:
;; Don't alter the terminal and keyboard coding systems here.
;; The terminal still supports the same coding system
;; that it supported a minute ago.
;;
;
(set-terminal-coding-system-internal nil)
;;
;
(set-keyboard-coding-system-internal nil)
;; (set-terminal-coding-system-internal nil)
;; (set-keyboard-coding-system-internal nil)
(
setq
nonascii-translation-table
nil
nonascii-insert-offset
0
))
...
...
@@ -1896,7 +1896,7 @@ specifies the coding system to prefer when using that locale.")
(
defconst
standard-keyboard-coding-systems
(
purecopy
'
(
iso-latin-1
iso-latin-2
iso-latin-3
iso-latin-4
iso-latin-5
iso-latin-6
iso-latin-7
iso-latin-8
iso-latin-9
))
iso-latin-6
iso-latin-7
iso-latin-8
iso-latin-9
koi8-u
koi8-r
))
"Coding systems that are commonly used for keyboards.
`set-locale-environment' will set the `keyboard-coding-system' if the
coding-system specified by the locale setting is a member of this list."
)
...
...
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