/[emacs]/emacs/lisp/term.el
ViewVC logotype

Diff of /emacs/lisp/term.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.49.6.8 by miles, Fri Oct 22 10:13:29 2004 UTC revision 1.49.6.9 by miles, Wed Dec 8 05:02:15 2004 UTC
# Line 626  executed once when the buffer is created Line 626  executed once when the buffer is created
626    "Keyboard map for sending characters directly to the inferior process.")    "Keyboard map for sending characters directly to the inferior process.")
627  (defvar term-escape-char nil  (defvar term-escape-char nil
628    "Escape character for char-sub-mode of term mode.    "Escape character for char-sub-mode of term mode.
629  Do not change it directly;  use term-set-escape-char instead.")  Do not change it directly;  use `term-set-escape-char' instead.")
630  (defvar term-raw-escape-map nil)  (defvar term-raw-escape-map nil)
631    
632  (defvar term-pager-break-map nil)  (defvar term-pager-break-map nil)
# Line 957  The interpreter name is same as buffer n Line 957  The interpreter name is same as buffer n
957    
958  There are two submodes: line mode and char mode.  By default, you are  There are two submodes: line mode and char mode.  By default, you are
959  in char mode.  In char sub-mode, each character (except  in char mode.  In char sub-mode, each character (except
960  `term-escape-char') is set immediately.  `term-escape-char') is sent immediately to the subprocess.
961    The escape character is equivalent to the usual meaning of C-x.
962    
963  In line mode, you send a line of input at a time; use  In line mode, you send a line of input at a time; use
964  \\[term-send-input] to send.  \\[term-send-input] to send.

Legend:
Removed from v.1.49.6.8  
changed lines
  Added in v.1.49.6.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26