emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Mon, 10 Feb 2003 03:11:51 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.789 emacs/etc/NEWS:1.790
*** emacs/etc/NEWS:1.789        Sun Feb  9 09:40:09 2003
--- emacs/etc/NEWS      Mon Feb 10 03:11:49 2003
***************
*** 1168,1173 ****
--- 1168,1190 ----
  
  * Lisp Changes in Emacs 21.4
  
+ ** New function `set-process-filter-multibyte' sets the multibyteness
+ of a string given to a process's filter.
+ 
+ ** New function `process-filter-multibyte-p' returns t if
+ a string given to a process's filter is multibyte.
+ 
+ ** A filter function of a process is called with a multibyte string if
+ the filter's multibyteness is t.  That multibyteness is decided by the
+ value of `default-enable-multibyte-characters' when the process is
+ created and can be changed later by `set-process-filter-multibyte'.
+ 
+ ** If a process's coding system is raw-text or no-conversion and its
+ buffer is multibyte, the output of the process is at first converted
+ to multibyte by `string-to-multibyte' then inserted in the buffer.
+ Previously, it was converted to multibyte by `string-as-multibyte',
+ which was not compatible with the behaviour of file reading.
+ 
  ** New function `string-to-multibyte' converts a unibyte string to a
  multibyte string with the same individual character codes.
  




reply via email to

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