]> git.eshelyaron.com Git - emacs.git/commitdiff
(raw-text): New coding system. Set
authorKenichi Handa <handa@m17n.org>
Thu, 28 Aug 1997 10:49:48 +0000 (10:49 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 28 Aug 1997 10:49:48 +0000 (10:49 +0000)
coding-category-raw-text to raw-text.

lisp/international/mule-conf.el

index 83e67db7a649f2c6a8836c07215127ad70eb88cb..c7833f064bdadb34c79373b4922bbc096f6f54e3 100644 (file)
  'emacs-mule 0 ?=
  "Emacs internal format used in buffer and string")
 
+(make-coding-system
+ 'raw-text 5 ?t
+ "Raw text, which means text contains random 8-bit codes.")
+
 (make-coding-system
  'iso-2022-7bit 2 ?J
  "ISO 2022 based 7-bit encoding using only G0"
       coding-category-iso-7-else       'iso-2022-7bit-lock
       coding-category-iso-8-else       'iso-2022-8bit-ss2
       coding-category-big5             'chinese-big5
+      coding-category-raw-text         'raw-text
       coding-category-binary           'no-conversion)
 
 (set-coding-priority
    coding-category-iso-8-1
    coding-category-iso-8-2
    coding-category-iso-7-else
+   coding-category-iso-8-else
    coding-category-emacs-mule
+   coding-category-raw-text
    coding-category-sjis 
    coding-category-big5
-   coding-category-iso-8-else
    coding-category-binary))
 
 \f