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
a43977db
Commit
a43977db
authored
Jul 07, 2009
by
Kenichi Handa
Browse files
(reset-language-environment): Put
the highset priority to the charset iso-8859-1.
parent
6809ca75
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+6
-0
No files found.
lisp/ChangeLog
View file @
a43977db
2009-07-07 Kenichi Handa <handa@m17n.org>
* international/mule-cmds.el (reset-language-environment): Put
the highset priority to the charset iso-8859-1.
2009-07-06 Chong Yidong <cyd@stupidchicken.com>
* progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
...
...
lisp/international/mule-cmds.el
View file @
a43977db
...
...
@@ -1795,6 +1795,12 @@ The default status is as follows:
(setq default-process-coding-system
(cons output-coding input-coding)))
;; Put the highest priority to the charset iso-8859-1 to prefer the
;; registry iso8859-1 over iso8859-2 in font selection. It also
;; makes unibyte-display-via-language-environment to use iso-8859-1
;; as the unibyte charset.
(set-charset-priority 'iso-8859-1)
;; Don't alter the terminal and keyboard coding systems here.
;; The terminal still supports the same coding system
;; that it supported a minute ago.
...
...
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