emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/international/mule-conf.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-conf.el
Date: Tue, 26 Feb 2002 10:57:44 -0500

Index: emacs/lisp/international/mule-conf.el
diff -c emacs/lisp/international/mule-conf.el:1.61 
emacs/lisp/international/mule-conf.el:1.62
*** emacs/lisp/international/mule-conf.el:1.61  Fri Feb 22 08:44:59 2002
--- emacs/lisp/international/mule-conf.el       Tue Feb 26 10:57:42 2002
***************
*** 410,416 ****
     (composition . t)))
  
  (make-coding-system
!  'compound-text-no-extensions 2 ?x
   "Compound text based generic encoding for decoding unknown messages.
  
  This coding system does not support ICCCM Extended Segments."
--- 410,416 ----
     (composition . t)))
  
  (make-coding-system
!  'compound-text 2 ?x
   "Compound text based generic encoding for decoding unknown messages.
  
  This coding system does not support ICCCM Extended Segments."
***************
*** 421,448 ****
     (mime-charset . x-ctext)
     (composition . t)))
  
! (define-coding-system-alias
!   'x-ctext-no-extensions 'compound-text-no-extensions)
! (define-coding-system-alias
!   'ctext-no-extensions 'compound-text-no-extensions)
  
! ;; Same as compound-text-no-extensions, but doesn't produce composition
! ;; escape sequences.  Used in post-read and pre-write conversions of
! ;; compound-text, see mule.el.
  (make-coding-system
   'ctext-no-compositions 2 ?x
   "Compound text based generic encoding for decoding unknown messages.
  
! Like `compound-text-no-extensions', but does not produce escape sequences
! for compositions."
   '((ascii t) (latin-iso8859-1 katakana-jisx0201 t) t t
     nil ascii-eol ascii-cntl nil locking-shift single-shift nil nil nil
     init-bol nil nil)
!  '((safe-charsets . t)
!    (mime-charset . x-ctext)))
  
  (make-coding-system
!  'compound-text 5 ?x
   "Compound text encoding with ICCCM Extended Segment extensions.
  
  This coding system should be used only for X selections.  It is inappropriate
--- 421,446 ----
     (mime-charset . x-ctext)
     (composition . t)))
  
! (define-coding-system-alias  'x-ctext 'compound-text)
! (define-coding-system-alias  'ctext 'compound-text)
  
! ;; Same as compound-text, but doesn't produce composition escape
! ;; sequences.  Used in post-read and pre-write conversions of
! ;; compound-text-with-extensions, see mule.el.  Note that this should
! ;; not have a mime-charset property, to prevent it from showing up
! ;; close to the beginning of coding systems ordered by priority.
  (make-coding-system
   'ctext-no-compositions 2 ?x
   "Compound text based generic encoding for decoding unknown messages.
  
! Like `compound-text', but does not produce escape sequences for compositions."
   '((ascii t) (latin-iso8859-1 katakana-jisx0201 t) t t
     nil ascii-eol ascii-cntl nil locking-shift single-shift nil nil nil
     init-bol nil nil)
!  '((safe-charsets . t)))
  
  (make-coding-system
!  'compound-text-with-extensions 5 ?x
   "Compound text encoding with ICCCM Extended Segment extensions.
  
  This coding system should be used only for X selections.  It is inappropriate
***************
*** 451,458 ****
   '((post-read-conversion . ctext-post-read-conversion)
     (pre-write-conversion . ctext-pre-write-conversion)))
  
! (define-coding-system-alias 'x-ctext 'compound-text)
! (define-coding-system-alias 'ctext 'compound-text)
  
  (make-coding-system
   'iso-safe 2 ?-
--- 449,458 ----
   '((post-read-conversion . ctext-post-read-conversion)
     (pre-write-conversion . ctext-pre-write-conversion)))
  
! (define-coding-system-alias
!   'x-ctext-with-extensions 'compound-text-with-extensions)
! (define-coding-system-alias
!   'ctext-with-extensions 'compound-text-with-extensions)
  
  (make-coding-system
   'iso-safe 2 ?-



reply via email to

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