?
Current Path : /usr/share/emacs/24.3/lisp/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : //usr/share/emacs/24.3/lisp/term.elc |
;ELC ;;; Compiled by mockbuild@buildfarm06-new.corp.cloudlinux.com on Fri Oct 11 10:06:32 2024 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/term.el ;;; in Emacs version 24.3.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (defconst term-protocol-version "0.96") (byte-code "\300\301!\210\300\302!\210\303\304\305\306\307\310%\207" [require ring ehelp custom-declare-group term nil "General command interpreter in a window." :group processes] 6) #@29 Size of input history ring. (defvar term-input-ring-size 32 (#$ . 770)) #@92 When using alternate sub-buffer, contains saved term-home-marker from original sub-buffer. (defvar term-saved-home-marker nil (#$ . 848)) #@62 (current-column) at start of screen line, or nil if unknown. (defvar term-start-line-column 0 (#$ . 992)) #@44 If non-nil, is cache for (current-column). (defvar term-current-column 0 (#$ . 1104)) #@67 Current vertical row (relative to home-marker) or nil if unknown. (defvar term-current-row 0 (#$ . 1196)) (defvar term-insert-mode nil) #@365 State of the terminal emulator: state 0: Normal state state 1: Last character was a graphic in the last column. If next char is graphic, first move one column right (and line warp) before displaying it. This emulates (more or less) the behavior of xterm. state 2: seen ESC state 3: seen ESC [ (or ESC [ ?) state 4: term-terminal-parameter contains pending output. (defvar term-terminal-state 0 (#$ . 1339)) #@51 A queue of strings whose echo we want suppressed. (defvar term-kill-echo-list nil (#$ . 1752)) (defvar term-current-face 'term) #@48 Top-most line (inclusive) of scrolling region. (defvar term-scroll-start 0 (#$ . 1886)) #@69 Number of lines before we need to page; if nil, paging is disabled. (defvar term-pager-count nil (#$ . 1980)) (defvar term-saved-cursor nil) (defvar term-log-buffer nil) #@241 If t, forward scrolling should be implemented by delete to top-most line(s); and if nil, scrolling should be implemented by moving term-home-marker. It is set to t if there is a (non-default) scroll-region OR the alternate buffer is used. (defvar term-scroll-with-delete nil (#$ . 2157)) #@41 Saves the old keymap when in char mode. (defvar term-old-mode-map nil (#$ . 2452)) #@32 Saves old keymap while paging. (defvar term-pager-old-local-map nil (#$ . 2541)) #@74 If non-nil, is file name to use for explicitly requested inferior shell. (custom-declare-variable 'explicit-shell-file-name nil '(#$ . 2628) :type '(choice (const nil) file) :group 'term) #@371 Regexp to recognize prompts in the inferior process. Defaults to "^", the null string at BOL. Good choices: Canonical Lisp: "^[^> \n]*>+:? *" (Lucid, franz, kcl, T, cscheme, oaklisp) Lucid Common Lisp: "^\\(>\\|\\(->\\)+\\) *" franz: "^\\(->\\|<[0-9]*>:\\) *" kcl: "^>+ *" shell: "^[^#$%>\n]*[#$%>] *" T: "^>+ *" This is a good thing to set in mode hooks. (defvar term-prompt-regexp "^" (#$ . 2823)) #@381 List of characters to recognize as separate arguments in input. Strings comprising a character in this list will separate the arguments surrounding them, and also be regarded as arguments in their own right (unlike whitespace). See `term-arguments'. Defaults to the empty list. For shells, a good value is (?\| ?& ?< ?> ?\( ?\) ?\;). This is a good thing to set in mode hooks. (defvar term-delimiter-argument-list nil (#$ . 3244)) (byte-code "\300\301\302\303\304\305\306\307&\210\300\310\302\311\304\312\306\307&\210\300\313\302\314\304\312\306\307&\210\300\315\302\316\304\312\306\307&\210\300\317\302\320\304\312\306\307&\207" [custom-declare-variable term-input-autoexpand nil "If non-nil, expand input command history references on completion.\nThis mirrors the optional behavior of tcsh (its autoexpand and histlit).\n\nIf the value is `input', then the expansion is seen on input.\nIf the value is `history', then the expansion is only when inserting\ninto the buffer's input ring. See also `term-magic-space' and\n`term-dynamic-complete'.\n\nThis variable is buffer-local." :type (choice (const nil) (const t) (const input) (const history)) :group term term-input-ignoredups "If non-nil, don't add input matching the last on the input ring.\nThis mirrors the optional behavior of bash.\n\nThis variable is buffer-local." boolean term-input-ring-file-name "If non-nil, name of the file to read/write input history.\nSee also `term-read-input-ring' and `term-write-input-ring'.\n\nThis variable is buffer-local, and is a good thing to set in mode hooks." term-scroll-to-bottom-on-output "Controls whether interpreter output causes window to scroll.\nIf nil, then do not scroll. If t or `all', scroll all windows showing buffer.\nIf `this', scroll only the selected window.\nIf `others', scroll only those that are not the selected window.\n\nThe default is nil.\n\nSee variable `term-scroll-show-maximum-output'.\nThis variable is buffer-local." term-scroll-show-maximum-output "Controls how interpreter output causes window to scroll.\nIf non-nil, then show the maximum output when the window is scrolled.\n\nSee variable `term-scroll-to-bottom-on-output'.\nThis variable is buffer-local."] 8) (defvar term-pending-frame nil) #@312 Function that submits old text in term mode. This function is called when return is typed while the point is in old text. It returns the text to be submitted as process input. The default is `term-get-old-input-default', which grabs the current line, and strips off leading text matching `term-prompt-regexp'. (defvar term-get-old-input 'term-get-old-input-default (#$ . 5494)) #@188 List of functions called to perform completion. Functions should return non-nil if completion was performed. See also `term-dynamic-complete'. This is a good thing to set in mode hooks. (defvar term-dynamic-complete-functions '(term-replace-by-expanded-history term-dynamic-complete-filename) (#$ . 5880)) #@190 Predicate for filtering additions to input history. Only inputs answering true to this function are saved on the input history list. Default is to save anything that isn't all whitespace. (defvar term-input-filter #[(str) "\301\302\"?\207" [str string-match "\\`\\s *\\'"] 3] (#$ . 6194)) #@160 Functions to call before input is sent to the process. These functions get one argument, a string containing the text to send. This variable is buffer-local. (defvar term-input-filter-functions nil (#$ . 6492)) #@295 Function to actually send to PROCESS the STRING submitted by user. Usually this is just `term-simple-send', but if your mode needs to massage the input string, this is your hook. This is called from the user command `term-send-input'. `term-simple-send' just sends the string plus a newline. (defvar term-input-sender 'term-simple-send (#$ . 6711)) (byte-code "\300\301\302\303\304\305\306\307&\210\300\310\311\312\304\313\306\307&\210\300\314\315\316\304\313\306\307&\207" [custom-declare-variable term-eol-on-send t "Non-nil means go to the end of the line before sending input.\nSee `term-send-input'." :type boolean :group term term-mode-hook 'nil "Called upon entry into term mode.\nThis is run before the process is cranked up." hook term-exec-hook 'nil "Called each time a process is exec'd by `term-exec'.\nThis is called after the process is cranked up. It is useful for things that\nmust be done each time a process is executed in a term mode buffer (e.g.,\n`process-kill-without-query'). In contrast, `term-mode-hook' is only\nexecuted once when the buffer is created."] 8) #@23 Keymap for Term mode. (defvar term-mode-map (byte-code "\301 \302\303\304#\210\302\305\306#\210\302\307\310#\210\302\311\312#\210\302\313\314#\210\302\315\316#\210\302\317\320#\210\302\321\322#\210\302\323\324#\210\302\325\326#\210\302\327\330#\210\302\331\332#\210\302\333\334#\210\302\335\336#\210\302\337\340#\210\302\341\342#\210\302\343\344#\210\302\345\320#\210\302\346\347#\210\302\350\351#\210\302\352\353#\210\302\354\355#\210\302\356\357#\210\302\360\361#\210\302\362\363#\210\302\364\365#\210\366\367\370\371$\210\366\367\372\373$\210)\207" [map make-sparse-keymap define-key "p" term-previous-input "n" term-next-input "r" term-previous-matching-input "s" term-next-matching-input [138412146] term-previous-matching-input-from-input [138412147] term-next-matching-input-from-input "\f" term-show-output " " term-send-input "" term-delchar-or-maybe-eof "" term-bol "" term-kill-input "" backward-kill-word "" term-interrupt-subjob "" term-stop-subjob "" term-quit-subjob " " term-copy-old-input "" term-kill-output "" "" term-show-maximum-output "\f" term-dynamic-list-input-ring "" term-next-prompt "" term-previous-prompt "" term-send-eof "" term-char-mode "\n" term-line-mode "" term-pager-toggle easy-menu-do-define nil "Complete menu for Term mode." ("Complete" ["Complete Before Point" term-dynamic-complete t] ["Complete File Name" term-dynamic-complete-filename t] ["File Completion Listing" term-dynamic-list-filename-completions t] ["Expand File Name" term-replace-by-expanded-filename t]) "In/Out menu for Term mode." ("In/Out" ["Expand History Before Point" term-replace-by-expanded-history term-input-autoexpand] ["List Input History" term-dynamic-list-input-ring t] ["Previous Input" term-previous-input t] ["Next Input" term-next-input t] ["Previous Matching Current Input" term-previous-matching-input-from-input t] ["Next Matching Current Input" term-next-matching-input-from-input t] ["Previous Matching Input..." term-previous-matching-input t] ["Next Matching Input..." term-next-matching-input t] ["Backward Matching Input..." term-backward-matching-input t] ["Forward Matching Input..." term-forward-matching-input t] ["Copy Old Input" term-copy-old-input t] ["Kill Current Input" term-kill-input t] ["Show Current Output Group" term-show-output t] ["Show Maximum Output" term-show-maximum-output t] ["Backward Output Group" term-previous-prompt t] ["Forward Output Group" term-next-prompt t] ["Kill Current Output Group" term-kill-output t])] 5) (#$ . 7809)) #@113 Escape character for char sub-mode of term mode. Do not change it directly; use `term-set-escape-char' instead. (defvar term-escape-char nil (#$ . 10376)) #@33 Keymap used in Term pager mode. (defvar term-pager-break-map (byte-code "\301 \302\303\304\305 \303\"#\210\302\306\304\305 \306\"#\210\302\307\304\305 \307\"#\210\302\310\311#\210\302\312\313#\210\302\314\315#\210\302\316\315#\210\302\317\320#\210\302\321\322#\210\302\323\324#\210\302\325\326#\210\302\327\330#\210\302\331\332#\210)\207" [map make-keymap define-key "" lookup-key current-global-map "" "" " " term-pager-page " " term-pager-line "?" term-pager-help "h" "b" term-pager-back-page "" term-pager-back-line "q" term-pager-discard "D" term-pager-disable "<" term-pager-bob ">" term-pager-eob] 6) (#$ . 10537)) #@123 True if communications via pty; false if by pipe. Buffer local. This is to work around a bug in Emacs process signaling. (defvar term-ptyp t (#$ . 11184)) #@95 Last string searched for by term input history search, for defaulting. Buffer local variable. (defvar term-last-input-match "" (#$ . 11346)) (defvar term-input-ring nil) #@40 Index of last matched history element. (defvar term-input-ring-index nil (#$ . 11522)) #@47 Input previously used to match input history. (defvar term-matching-input-from-input-string "" (#$ . 11615)) (defvar term-pager-filter t) (byte-code "\300\301\302\303#\210\300\304\302\303#\210\300\305\302\303#\210\300\306\302\303#\210\300\307\302\303#\210\300\310\302\303#\210\300\311\302\303#\207" [put term-input-ring permanent-local t term-input-ring-index term-input-autoexpand term-input-filter-functions term-scroll-to-bottom-on-output term-scroll-show-maximum-output term-ptyp] 4) (defalias 'term-in-char-mode '(macro . #[nil "\300\207" [(eq (current-local-map) term-raw-map)] 1])) (defalias 'term-in-line-mode '(macro . #[nil "\300\207" [(not (term-in-char-mode))] 1])) (defalias 'term-pager-enabled '(macro . #[nil "\300\207" [term-pager-count] 1])) (defalias 'term-handling-pager '(macro . #[nil "\300\207" [term-pager-old-local-map] 1])) (defalias 'term-using-alternate-sub-buffer '(macro . #[nil "\300\207" [term-saved-home-marker] 1])) (defvar term-ansi-at-host nil) (defvar term-ansi-at-dir nil) (defvar term-ansi-at-user nil) (defvar term-ansi-at-message nil) (defvar term-ansi-at-save-user nil) (defvar term-ansi-at-save-pwd nil) (defvar term-ansi-at-save-anon nil) (defvar term-ansi-current-bold nil) (defvar term-ansi-current-color 0) (defvar term-ansi-face-already-done nil) (defvar term-ansi-current-bg-color 0) (defvar term-ansi-current-underline nil) (defvar term-ansi-current-reverse nil) (defvar term-ansi-current-invisible nil) (defvar term-terminal-more-parameters 0) (defvar term-terminal-previous-parameter-2 -1) (defvar term-terminal-previous-parameter-3 -1) (defvar term-terminal-previous-parameter-4 -1) (defvar ansi-term-color-vector [term term-color-black term-color-red term-color-green term-color-yellow term-color-blue term-color-magenta term-color-cyan term-color-white]) (byte-code "\302\300\303\304\305\306\307\310&\210\311\300\312\313#\210\302\301\303\304\305\306\307\314&\210\311\301\312\313#\210\315\306\316\317\320 \321BBBBBC\322\305\306%\210\315\323\324\325\305\306%\210\315\326\327\330\305\306%\210\315\331\332\333\305\306%\210\315\334\335\336\305\306%\210\315\337\340\341\305\306%\210\315\342\343\344\305\306%\210\315\345\346\347\305\306%\210\315\350\351\352\305\306%\210\315\353\354\355\305\306%\210\315\356\357\360\305\306%\210\302\361\362\363\305\306\307\364&\207" [term-default-fg-color term-default-bg-color custom-declare-variable nil "If non-nil, default color for foreground in Term mode." :group term :type (choice (const nil) (string :tag "color")) make-obsolete-variable "use the face `term' instead." "24.3" (choice (const nil) (string :tag "color")) custom-declare-face t :foreground :background (:inherit default) "Default face to use in Term mode." term-bold ((t :bold t)) "Default face to use for bold text." term-underline ((t :underline t)) "Default face to use for underlined text." term-color-black ((t :foreground "black" :background "black")) "Face used to render black color code." term-color-red ((t :foreground "red3" :background "red3")) "Face used to render red color code." term-color-green ((t :foreground "green3" :background "green3")) "Face used to render green color code." term-color-yellow ((t :foreground "yellow3" :background "yellow3")) "Face used to render yellow color code." term-color-blue ((t :foreground "blue2" :background "blue2")) "Face used to render blue color code." term-color-magenta ((t :foreground "magenta3" :background "magenta3")) "Face used to render magenta color code." term-color-cyan ((t :foreground "cyan3" :background "cyan3")) "Face used to render cyan color code." term-color-white ((t :foreground "white" :background "white")) "Face used to render white color code." term-buffer-maximum-size 2048 "The maximum size in lines for term buffers.\nTerm buffers are truncated from the top to be no greater than this number.\nNotice that a setting of 0 means \"don't truncate anything\". This variable\nis buffer-local." integer] 8) #@71 Keyboard map for sending characters directly to the inferior process. (defvar term-raw-map (byte-code "\303 \303 \304\211\305W\2033 \306\307\310\n\"\311#\210\n\312=\204, \n\313=\204, \306 \307\310\n\"\314#\210\nT\211\202 \306\315\311#\210\306\316 #\210\306\317\320#\210\306\321\322#\210\306\323\324#\210\306\325\326#\210\306\327\330#\210\306\331\332#\210\306\333\332#\210\306\334\335#\210\306\336\337#\210\306\340\341#\210\306\342\343#\210\306\344\345#\210\306\346\347#\210\306\350\351#\210\306\352\353#\210\306\354\355#\210+\207" [map esc-map i make-keymap 0 128 define-key make-string 1 term-send-raw 79 91 term-send-raw-meta [remap self-insert-command] "" [mouse-2] term-mouse-paste [up] term-send-up [down] term-send-down [right] term-send-right [left] term-send-left [delete] term-send-del [deletechar] [backspace] term-send-backspace [home] term-send-home [end] term-send-end [insert] term-send-insert [S-prior] scroll-down [S-next] scroll-up [S-insert] term-paste [prior] term-send-prior [next] term-send-next] 6) (#$ . 15565)) #@30 Terminal menu for Term mode. (defvar term-terminal-menu nil (#$ . 16632)) (byte-code "\303\304 \nE\305\306$\207" [term-mode-map term-raw-map term-pager-break-map easy-menu-do-define term-terminal-menu "Terminal menu for Term mode." ("Terminal" ["Line mode" term-line-mode :active (term-in-char-mode) :help "Switch to line (cooked) sub-mode of term mode"] ["Character mode" term-char-mode :active (term-in-line-mode) :help "Switch to char (raw) sub-mode of term mode"] ["Paging" term-pager-toggle :style toggle :selected term-pager-count :help "Toggle paging feature"])] 5) #@29 Signals menu for Term mode. (defvar term-signals-menu nil (#$ . 17212)) (byte-code "\303\304 \nE\305\306$\207" [term-mode-map term-raw-map term-pager-break-map easy-menu-do-define term-signals-menu "Signals menu for Term mode." ("Signals" ["BREAK" term-interrupt-subjob :active t :help "Interrupt the current subjob"] ["STOP" term-stop-subjob :active t :help "Stop the current subjob"] ["CONT" term-continue-subjob :active t :help "Send CONT signal to process buffer's process group"] ["QUIT" term-quit-subjob :active t :help "Send quit signal to the current subjob"] ["KILL" term-kill-subjob :active t :help "Send kill signal to the current subjob"] ["EOF" term-send-eof :active t :help "Send an EOF to the current buffer's process"])] 5) #@27 Menu for Term pager mode. (defvar term-pager-menu nil (#$ . 17959)) (easy-menu-do-define 'term-pager-menu term-pager-break-map "Menu for Term pager mode." '("More pages?" ["1 page forwards" term-pager-page t] ["1 page backwards" term-pager-back-page t] ["1 line backwards" term-pager-back-line t] ["1 line forwards" term-pager-line t] ["Goto to beginning" term-pager-bob t] ["Goto to end" term-pager-eob t] ["Discard remaining output" term-pager-discard t] ["Disable paging" term-pager-toggle t] ["Help" term-pager-help t])) (defvar term-raw-escape-map (byte-code "\301 \302\303\"\210\304\305\306\307 \305\"#\210\304\310\306\307 \310\"#\210\304\311\312#\210\304\313\314#\210\304\315\316#\210\304\317\320#\210)\207" [map make-sparse-keymap set-keymap-parent Control-X-prefix define-key "" lookup-key current-global-map "" "" term-pager-toggle "" term-char-mode "\n" term-line-mode [134217848] execute-extended-command] 6)) #@58 Change `term-escape-char' and keymaps that depend on it. (defalias 'term-set-escape-char #[(key) "\203\n \304 \305#\210\306\n!\304 #\210\304\305#\207" [term-escape-char term-raw-map key term-raw-escape-map define-key term-send-raw vector] 4 (#$ . 18900)]) (byte-code "\301\206 \302!\207" [term-escape-char term-set-escape-char 3] 2) (defalias 'term-window-width #[nil "\301 \203 \203 \302\303\304\"\305U\204 \306 \207\306 S\207" [overflow-newline-into-fringe display-graphic-p frame-parameter nil right-fringe 0 window-width] 3]) (put 'term-mode 'mode-class 'special) (defvar term-display-table (byte-code "\303!\206 \304 \305\306\211\307W\203! \n \310 !I\210 T\211\202 \311\211\312W\2037 \n \310 !I\210 T\211\202$ \313\211\314W\203M \n \310 !I\210 T\211\202: \n*\207" [standard-display-table i dt copy-sequence make-display-table nil 0 10 vector 11 32 128 256] 5)) (defalias 'term-ansi-reset #[nil "\306\307\211\307\310\307\211 \310\211\n\207" [term-current-face term-ansi-current-underline term-ansi-current-bold term-ansi-current-reverse term-ansi-current-color term-ansi-current-invisible term nil 0 term-ansi-face-already-done term-ansi-current-bg-color] 3]) (byte-code "\300\301N\204 \302\300\301\303\304!#\210\305\306!\204 \302\306\307\310#\210\300\207" [term-mode-hook variable-documentation put purecopy "Hook run when entering Term mode.\nNo problems result if this variable is not bound.\n`add-hook' automatically binds it. (This is true for all hook variables.)" boundp term-mode-map definition-name term-mode] 5) (defvar term-mode-map (make-sparse-keymap)) (byte-code "\300\301N\204 \302\300\301\303\304!#\210\305\306!\204 \302\306\307\310#\210\300\207" [term-mode-map variable-documentation put purecopy "Keymap for `term-mode'." boundp term-mode-syntax-table definition-name term-mode] 5) (defvar term-mode-syntax-table (make-syntax-table)) (byte-code "\300\301N\204 \302\300\301\303\304!#\210\302\305\306\307#\207" [term-mode-syntax-table variable-documentation put purecopy "Syntax table for `term-mode'." term-mode-abbrev-table definition-name term-mode] 5) (defvar term-mode-abbrev-table (progn (define-abbrev-table 'term-mode-abbrev-table nil) term-mode-abbrev-table)) (byte-code "\300\301N\204 \302\300\301\303\304!#\210\302\305\306\307#\207" [term-mode-abbrev-table variable-documentation put purecopy "Abbrev table for `term-mode'." term-mode derived-mode-parent nil] 5) #@1668 Major mode for interacting with an inferior interpreter. The interpreter name is same as buffer name, sans the asterisks. There are two submodes: line mode and char mode. By default, you are in char mode. In char sub-mode, each character (except `term-escape-char') is sent immediately to the subprocess. The escape character is equivalent to the usual meaning of C-x. In line mode, you send a line of input at a time; use \[term-send-input] to send. In line mode, this maintains an input history of size `term-input-ring-size', and you can access it with the commands \[term-next-input], \[term-previous-input], and \[term-dynamic-list-input-ring]. Input ring history expansion can be achieved with the commands \[term-replace-by-expanded-history] or \[term-magic-space]. Input ring expansion is controlled by the variable `term-input-autoexpand', and addition is controlled by the variable `term-input-ignoredups'. Input to, and output from, the subprocess can cause the window to scroll to the end of the buffer. See variables `term-scroll-to-bottom-on-input', and `term-scroll-to-bottom-on-output'. If you accidentally suspend your process, use \[term-continue-subjob] to continue it. This mode can be customized to create specific modes for running particular subprocesses. This can be done by setting the hooks `term-input-filter-functions', `term-input-filter', `term-input-sender' and `term-get-old-input' to appropriate functions, and the variable `term-prompt-regexp' to the appropriate regular expression. Commands in raw mode: \{term-raw-map} Commands in line mode: \{term-mode-map} Entry to this mode runs the hooks on `term-mode-hook'. (defalias 'term-mode #[nil "\306\300!\210\307\310 \210\311\312\313!\210\314\f!\210 @\315ABC\306\316!\210\317\320!\306\321!\210\322 S\306\323!\210\324 \306\325!\210\326 \306\327!\210\326 \306\330!\210\331\306\332!\210\332K\306\333!\210\306\334!\210\306\335!\210\306\336!\210\306\337!\210\306\340!\210\306\341!\210\306\342!\210 \204\203 \343! \306\344!\210\345 $\306\346!\210D&\306\347!\210\315'\306\350!\210\306\351!\210\306\352!\210\306\353!\210\306\354!\210\306\355!\210\306\356!\210\306\357!\210\306\360!\210\306\361!\210\306\362!\210\306\334!\210\306\363!\210\306\364!\210\306\365!\210\306\366!\210\306\367!\210\306\370!\210\306\371!\210\306\372!\210\306\373!\210\306\374!\210\306\375!\210\306\376!\210\306\377!\210?\306\201K !\210\306\201L !\210\306\201M !\210\306\201N !\210\306\201O !\210\306\201P !\210\306\201Q !\210\306\201R !\210\306\201S !\210\306\201T !\210\306\201U !\210\306\201V !\210\306\201W !\210\306\201X !\210\306\201Y !\210\306\201Z !\210\306\201[ !\210\306\201\\ !\210\306\201] !\210\306\201^ !\210\306\201_ !\210\306\201E !\210\326 E\306\201` !\210\201a \210\306\201F !\210\315F\306\201G !\210\315G\306\201H !\210\201b H\201c I!\210\201c J!\210 \204\313\343! \201d \210)\201e \201f !\207" [delay-mode-hooks major-mode mode-name term-mode-map term-mode-syntax-table term-mode-abbrev-table make-local-variable t kill-all-local-variables term-mode "Term" use-local-map set-syntax-table nil term-home-marker copy-marker 0 term-height window-height term-width term-window-width term-last-input-start make-marker term-last-input-end term-last-input-match "" term-command-hook term-saved-home-marker term-terminal-parameter term-saved-cursor term-prompt-regexp term-input-ring-size term-input-ring term-input-ring-file-name term-input-ring-index make-ring term-ansi-at-host system-name term-ansi-at-dir term-ansi-at-message ange-ftp-default-user ange-ftp-default-password ange-ftp-generate-anonymous-password term-buffer-maximum-size term-ansi-current-bold term-ansi-current-color term-ansi-face-already-done term-ansi-current-bg-color term-ansi-current-underline term-ansi-current-reverse term-ansi-current-invisible term-terminal-previous-parameter term-terminal-previous-parameter-2 term-terminal-previous-parameter-3 term-terminal-previous-parameter-4 term-terminal-more-parameters term-terminal-state term-kill-echo-list term-start-line-column term-current-column term-current-row term-log-buffer term-scroll-start term-scroll-end local-abbrev-table indent-tabs-mode term-display-table buffer-display-table default-directory term-pending-delete-marker term-pending-frame cua-mode font-lock-defaults term-terminal-menu term-signals-menu term-scroll-with-delete term-pager-count term-pager-old-local-map term-old-mode-map term-insert-mode term-dynamic-complete-functions term-completion-fignore term-get-old-input term-matching-input-from-input-string term-input-autoexpand term-input-ignoredups term-delimiter-argument-list term-input-filter-functions term-input-filter term-input-sender term-eol-on-send term-scroll-to-bottom-on-output term-scroll-show-maximum-output term-ptyp term-exec-hook term-vertical-motion term-current-face term-ansi-reset (nil t) easy-menu-add term-update-mode-line run-mode-hooks term-mode-hook] 2 (#$ . 21341) nil]) (defalias 'term-reset-size #[(height width) "\n\306\211\306 \307\310\"\207" [height term-height width term-width term-start-line-column term-current-row nil term-set-scroll-region 0 term-current-column] 4]) (defalias 'term-check-kill-echo-list #[nil "\306`\307\216\306\210\203H @\211G` Z\211\neY\203A \f\n`{\230\203A \310 [!\210A\306\211\f\306\211 \311\202D A+\202 )\n+\207" [term-kill-echo-list save-point found cur str len nil ((byte-code "\204 b\210\302\207" [found save-point nil] 1)) delete-char t start term-current-column term-current-row term-start-line-column] 4]) (defalias 'term-check-size #[(process) "\303 U\203 \304 U?\205 \305\303 \304 \"\210\306\n #\207" [term-height term-width process window-text-height term-window-width term-reset-size set-process-window-size] 4]) (defalias 'term-send-raw-string #[(chars) "\306 \204\n \205{ \n\307=\203 \242\307=\202 \n\203P \310 \203P \311 \203P \2033 \312\313\"\210\306\202P \314 \315 U\204P \316\313!\204G \317\313!\204P \312\313\314 \315 {\"\210\204l \320=\204f \242\307=\203l A\204l \306\211\202{ \242\307=\203v A\306\321\322!)\210\323p!\211\204\213 \324\325!\202\236 \326 !b\210\203\231 \327 \330 \")\207" [force transient-mark-mode select-active-regions saved-region-selection mark-active proc nil only region-active-p display-selections-p x-set-selection PRIMARY region-beginning region-end x-selection-owner-p x-selection-exists-p lambda run-hooks deactivate-mark-hook get-buffer-process error "Current buffer has no process" process-mark term-current-row process-send-string term-pager-count chars] 5]) #@89 Send the last character typed through the terminal-emulator without any interpretation. (defalias 'term-send-raw #[nil "\301 \302\303\211GSH!!)\207" [keys this-command-keys term-send-raw-string string] 4 (#$ . 27954) nil]) (defalias 'term-send-raw-meta #[nil "\2119\203\"