/[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.61 by rms, Sun Oct 17 07:05:11 2004 UTC revision 1.62 by rms, Thu Nov 25 02:54:20 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 959  The interpreter name is same as buffer n Line 959  The interpreter name is same as buffer n
959    
960  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
961  in char mode.  In char sub-mode, each character (except  in char mode.  In char sub-mode, each character (except
962  `term-escape-char') is set immediately.  `term-escape-char') is sent immediately to the subprocess.
963    The escape character is equivalent to the usual meaning of C-x.
964    
965  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
966  \\[term-send-input] to send.  \\[term-send-input] to send.

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

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