%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/local/share/emacs/27.2/lisp/
Upload File :
Create Path :
Current File : //usr/local/share/emacs/27.2/lisp/kermit.elc

;ELC
;;; Compiled
;;; in Emacs version 27.2
;;; 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.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


(byte-code "\300\301!\210\302\303\304\305\306\307%\210\310\311\312\313\314\315%\207" [require shell custom-declare-group kermit nil "Kermit support." :group comm custom-declare-variable kermit-esc-char "" "Kermit's escape char." :type string] 6)
#@65 For sending escape sequences to a kermit running in shell mode.
(defalias 'kermit-esc #[nil "\301\302p!\303\304 !P\"\207" [kermit-esc-char process-send-string get-buffer-process char-to-string read-char] 5 (#$ . 655) nil])
#@57 Send an arbitrary character to a program in shell mode.
(defalias 'kermit-send-char #[nil "\300\301p!\302\303 !\"\207" [process-send-string get-buffer-process char-to-string read-char] 4 (#$ . 885) nil])
(byte-code "\301\302\303#\210\301\304\305#\210\301\306\303#\207" [shell-mode-map define-key "" kermit-esc "" kermit-send-char "\\"] 4)
#@66 Like \[comint-send-input] but end the line with carriage-return.
(defalias 'kermit-send-input-cr #[nil "\300 \210\301\302p!\303\"\207" [comint-send-input comint-send-string get-buffer-process "
"] 3 (#$ . 1237) nil])
(define-key shell-mode-map "\n" 'kermit-send-input-cr)
#@180 Make RETURN end the line with carriage-return and LFD end it with a newline.
This is useful for talking to other systems on which carriage-return
is the normal way to end a line.
(defalias 'kermit-default-cr #[nil "\301\302\303#\210\301\304\305#\207" [shell-mode-map define-key "
" kermit-send-input-cr "\n" comint-send-input] 4 (#$ . 1516) nil])
#@148 Make RETURN end the line with a newline char.  This is the default state.
In this state, use LFD to send a line and end it with a carriage-return.
(defalias 'kermit-default-nl #[nil "\301\302\303#\210\301\304\305#\207" [shell-mode-map define-key "\n" kermit-send-input-cr "
" comint-send-input] 4 (#$ . 1872) nil])
#@49 Strip ^M and ^@ characters from process output.
(defalias 'kermit-clean-filter #[(proc str) "\212\303!\304!q\210	b\210\305\n!\210\306\307	\310#\205 \311\312!\210\202*\207" [proc beg str process-mark process-buffer insert-before-markers re-search-backward "[
]+" t replace-match ""] 4 (#$ . 2195)])
#@162 Delete all null characters and ^M's from the kermit output.
Note that another (perhaps better) way to do this is to use the
command `kermit | tr -d \='\015\=''.
(defalias 'kermit-clean-on #[nil "\300\301p!\302\"\207" [set-process-filter get-buffer-process kermit-clean-filter] 3 (#$ . 2507) nil])
#@46 Cancel a previous `kermit-clean-on' command.
(defalias 'kermit-clean-off #[nil "\300\301p!\302\"\207" [set-process-filter get-buffer-process nil] 3 (#$ . 2810) nil])
(provide 'kermit)

Zerion Mini Shell 1.0