4.3BSD/usr/contrib/emacs/lisp/shell.elc


(provide (quote shell))

(defvar last-input-start nil "In a shell-mode buffer, marker for start of last unit of input.")

(defvar last-input-end nil "In a shell-mode buffer, marker for start of last unit of input.")

(defvar shell-mode-map nil)

(defvar shell-directory-stack nil "List of directories saved by pushd in this buffer's shell.")

(defvar shell-popd-regexp "popd" "*Regexp to match subshell commands equivalent to popd.")

(defvar shell-pushd-regexp "pushd" "*Regexp to match subshell commands equivalent to pushd.")

(defvar shell-cd-regexp "cd" "*Regexp to match subshell commands equivalent to cd.")

(defvar explicit-shell-file-name nil "*If non-nil, is file name to use for explicitly requested inferior shell.")

(defun shell-mode nil "\
Major mode for interacting with an inferior shell.
Shell name is same as buffer name, sans the asterisks.
Return at end of buffer sends line as input.
Return not at end copies rest of line to end and sends it.

The following commands imitate the usual Unix interrupt and
editing control characters:
\\{shell-mode-map}

Entry to this mode calls the value of shell-mode-hook with no args,
if that value is non-nil.

cd, pushd and popd commands given to the shell are watched
by Emacs to keep this buffer's default directory
the same as the shell's working directory.
Variables shell-cd-regexp, shell-pushd-regexp and shell-popd-regexp
are used to match these command names.

You can send text to the shell (or its subjobs) from other buffers
using the commands send-region, send-string and lisp-send-defun." (interactive) (byte-code "ň ɉʉˉ!!
! ! !" [major-mode mode-name mode-line-format shell-mode-map shell-directory-stack nil last-input-start last-input-end kill-all-local-variables shell-mode "Shell" "--%1*%1*-Emacs: %17b   %M   %[(%m: %s)%]----%3p--%-" use-local-map make-local-variable make-marker run-hooks shell-mode-hook] 9))

(if shell-mode-map nil (setq shell-mode-map (make-sparse-keymap)) (define-key shell-mode-map "
" (quote shell-send-input)) (define-key shell-mode-map "" (quote shell-send-eof)) (define-key shell-mode-map "" (quote kill-shell-input)) (define-key shell-mode-map "" (quote backward-kill-word)) (define-key shell-mode-map "" (quote interrupt-shell-subjob)) (define-key shell-mode-map "" (quote stop-shell-subjob)) (define-key shell-mode-map "" (quote quit-shell-subjob)) (define-key shell-mode-map "" (quote kill-output-from-shell)) (define-key shell-mode-map "" (quote show-output-from-shell)) (define-key shell-mode-map "" (quote copy-last-shell-input)))

(defun shell nil "\
Run an inferior shell, with I/O through buffer *shell*.
If buffer exists but shell process is not running, make new shell.
Program used comes from variable explicit-shell-file-name,
 or (if that is nil) from the ESHELL environment variable,
 or else from SHELL if there is no ESHELL.
If a file ~/.emacs_SHELLNAME exists, it is given as initial input
 (Note that this may lose due to a timing error if the shell
  discards input when it starts up.)
The buffer is put in shell-mode, giving commands for sending input
and controlling the subjobs of the shell.  See shell-mode.
See also variable shell-prompt-pattern.

Note that many people's .cshrc files unconditionally clear the prompt.
If yours does, you will probably want to change it." (interactive) (byte-code "Ĉ	!
=Ȃ!!P!4P5$!*" [prog explicit-shell-file-name system-type name nil getenv "ESHELL" hpux "sh" "SHELL" "/bin/sh" file-name-nondirectory switch-to-buffer make-shell "shell" file-exists-p "~/.emacs_" "-i"] 10))

(defun make-shell (name program &optional startfile &rest switches) (byte-code "	Q!!

! ňq>/
s
9
!:ň	E\"\"m!db!`d\"`d\"
\"
!db
!`\" )," [buffer name proc status size nil program switches startfile get-buffer-create "*" get-buffer-process process-status (run stop) delete-process apply start-process append sleep-for 1 insert-file-contents buffer-substring delete-region send-string process-name set-marker process-mark shell-mode] 16))

(defun shell-send-input nil "\
Send input to subshell.
At end of buffer, sends all text after last output
 as input to the subshell, including a newline inserted at the end.
Not at end, copies current line to the end of the buffer and sends it,
after first attempting to discard any prompt at the beginning of the line
by matching the regexp that is the value of shell-prompt-pattern if possible.
This regexp should start with \"^\"." (interactive) (byte-code "È mp!!\"c	`\"> 
#`!`\"db`\"
c	`\")ُp!

	#
!`\")" [last-input-start last-input-end shell-prompt-pattern nil t copy shell-popd-regexp shell-directory-stack shell-pushd-regexp old default-directory dir shell-cd-regexp process end-of-line move-marker process-mark get-buffer-process 10 beginning-of-line re-search-forward buffer-substring forward-line 1 (byte-code "b	!!f>'
#
@!
A$͂!!f>O
K

@!
AB)L͂!f>!!`!`\"!!!
B!)!!f>!!!f>!!`!`\"!!!!))" [last-input-start shell-popd-regexp shell-directory-stack shell-pushd-regexp old default-directory dir shell-cd-regexp looking-at match-end 0 (59 10) cd nil (59 10) (32 9) skip-chars-forward "^ " " 	" file-directory-p expand-file-name substitute-in-file-name buffer-substring "^
 	;" (59 10) getenv "HOME" (32 9) forward-char 3] 29) ((error (byte-code "" [nil] 1))) send-region set-marker] 17))

(defun shell-send-eof nil "\
Send eof to subshell (or to the program running under it)." (interactive) (byte-code " " [nil process-send-eof] 2))

(defun kill-output-from-shell nil "\
Kill all output from shell since last input." (interactive) (byte-code "db`\"c" [last-input-end nil kill-region "> output flushed ***
"] 3))

(defun show-output-from-shell nil "\
Display start of this batch of shell output at top of window.
Also put cursor there." (interactive) (byte-code " \"b" [last-input-end nil set-window-start selected-window] 4))

(defun copy-last-shell-input nil "\
Copy previous shell input, sans newline, and insert before point." (interactive) (byte-code "ˆ	\"c!" [last-input-end last-input-start nil buffer-substring delete-char -1] 3))

(defun interrupt-shell-subjob nil "\
Interrupt this shell's current subjob." (interactive) (byte-code "	\"" [nil t interrupt-process] 3))

(defun kill-shell-subjob nil "\
Send kill signal to this shell's current subjob." (interactive) (byte-code "	\"" [nil t kill-process] 3))

(defun quit-shell-subjob nil "\
Send quit signal to this shell's current subjob." (interactive) (byte-code "	\"" [nil t quit-process] 3))

(defun stop-shell-subjob nil "\
Stop this shell's current subjob." (interactive) (byte-code "	\"" [nil t stop-process] 3))

(defun kill-shell-input nil "\
Kill all text since last stuff output by the shell or its subjobs." (interactive) (byte-code "p!!`\"" [nil kill-region process-mark get-buffer-process] 5))

(defvar inferior-lisp-mode-map nil)

(if inferior-lisp-mode-map nil (setq inferior-lisp-mode-map (copy-alist shell-mode-map)) (lisp-mode-commands inferior-lisp-mode-map) (define-key inferior-lisp-mode-map "" (quote lisp-send-defun)))

(defun inferior-lisp-mode nil "\
Major mode for interacting with an inferior Lisp process.

The following commands are available:
\\{inferior-lisp-mode-map}

Entry to this mode calls the value of lisp-mode-hook with no arguments,
if that value is non-nil.  Likewise with the value of shell-mode-hook.
lisp-mode-hook is called after shell-mode-hook.

You can send text to the inferior Lisp from other buffers
using the commands send-region, send-string and \\[lisp-send-defun].

Commands:
Delete converts tabs to spaces as it moves back.
Tab indents for Lisp; with argument, shifts rest
 of expression rigidly with the current line.
Meta-Control-Q does Tab on each line starting within following expression.
Paragraphs are separated only by blank lines.  Semicolons start comments.

Return at end of buffer sends line as input.
Return not at end copies rest of line to end and sends it.
C-d at end of buffer sends end-of-file as input.
C-d not at end or with arg deletes or kills characters.
C-u and C-w are kill commands, imitating normal Unix input editing.
C-c interrupts the shell or its current subjob if any.
C-z stops, likewise.  C-\\ sends quit signal, likewise.

C-x C-k deletes last batch of output from shell.
C-x C-v puts top of last batch of output at top of window." (interactive) (byte-code "ƈ ȉɉʉ !! ! \"" [major-mode mode-name mode-line-format inferior-lisp-mode-map last-input-start last-input-end nil kill-all-local-variables inferior-lisp-mode "Inferior Lisp" "--%1*%1*-Emacs: %17b   %M   %[(%m: %s)%]----%3p--%-" lisp-mode-variables use-local-map make-local-variable make-marker run-hooks shell-mode-hook lisp-mode-hook] 10))

(defun run-lisp nil "\
Run an inferior Lisp process, input and output via buffer *lisp*." (interactive) (byte-code "\"! " [nil switch-to-buffer make-shell "lisp" inferior-lisp-mode] 4))

(defun lisp-send-defun nil "\
Send the current defun to the Lisp process made by M-x run-lisp." (interactive) (byte-code " ` `#\"))" [end nil end-of-defun beginning-of-defun send-region "lisp" send-string "
"] 6))

(defun lisp-send-defun-and-go nil "\
Send the current defun to the inferior Lisp, and switch to *lisp* buffer." (interactive) (byte-code " !" [nil lisp-send-defun switch-to-buffer "*lisp*"] 3))