emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/international mule-cmds.el


From: Kenichi Handa
Subject: [Emacs-diffs] emacs/lisp/international mule-cmds.el
Date: Tue, 07 Jul 2009 06:27:53 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   09/07/07 06:27:53

Modified files:
        lisp/international: mule-cmds.el 

Log message:
        (reset-language-environment): Put
        the highset priority to the charset iso-8859-1.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/international/mule-cmds.el?cvsroot=emacs&r1=1.360&r2=1.361

Patches:
Index: mule-cmds.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/international/mule-cmds.el,v
retrieving revision 1.360
retrieving revision 1.361
diff -u -b -r1.360 -r1.361
--- mule-cmds.el        8 Apr 2009 18:03:17 -0000       1.360
+++ mule-cmds.el        7 Jul 2009 06:27:53 -0000       1.361
@@ -1795,6 +1795,12 @@
     (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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]