comparison src/coding.h @ 91041:bdb3fe0ba9fa

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 866-879) - Merge multi-tty branch - Update from CVS - Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
author Miles Bader <miles@gnu.org>
date Thu, 11 Oct 2007 16:22:07 +0000
parents 424b655804ca 5b644ae74c91
children 35069180a991
comparison
equal deleted inserted replaced
91040:14c4a6aac623 91041:bdb3fe0ba9fa
740 740
741 /* If non-zero, process buffer inherits the coding system used to decode 741 /* If non-zero, process buffer inherits the coding system used to decode
742 the subprocess output. */ 742 the subprocess output. */
743 extern int inherit_process_coding_system; 743 extern int inherit_process_coding_system;
744 744
745 /* Coding-system to be used for encoding terminal output. This
746 structure contains information of a coding-system specified by the
747 function `set-terminal-coding-system'. */
748 extern struct coding_system terminal_coding;
749
750 /* Coding system to be used to encode text for terminal display when 745 /* Coding system to be used to encode text for terminal display when
751 terminal coding system is nil. */ 746 terminal coding system is nil. */
752 extern struct coding_system safe_terminal_coding; 747 extern struct coding_system safe_terminal_coding;
753 748
754 /* Coding-system of what is sent from terminal keyboard. This 749 /* Default coding system to be used to write a file. */
755 structure contains information of a coding-system specified by the 750 extern struct coding_system default_buffer_file_coding;
756 function `set-keyboard-coding-system'. */
757 extern struct coding_system keyboard_coding;
758 751
759 /* Default coding systems used for process I/O. */ 752 /* Default coding systems used for process I/O. */
760 extern Lisp_Object Vdefault_process_coding_system; 753 extern Lisp_Object Vdefault_process_coding_system;
761 754
762 /* Function to call to force a user to force select a propert coding 755 /* Function to call to force a user to force select a propert coding