tex-shell

tex-shell is an interactive compiled Lisp function in `tex-mode.el'.


(tex-shell)

Parent mode: `shell-mode'.

Major mode derived from `shell-mode' by `define-derived-mode'.
It inherits all of the parent's attributes, but has its own keymap,
abbrev table and syntax table:

`tex-shell-map', `tex-shell-abbrev-table' and `tex-shell-syntax-table'

which more-or-less shadow shell-mode's corresponding tables.

In addition to any hooks its parent mode might have run,
this mode runs the hook `tex-shell-hook', as the final step
during initialization.

key binding
--- -------

C-c Prefix Command
C-d comint-delchar-or-maybe-eof
TAB completion-at-point
C-j kermit-send-input-cr
RET comint-send-input
ESC Prefix Command
C-\ kermit-esc
<C-down> comint-next-input
<C-up> comint-previous-input
<delete> delete-forward-char
<kp-delete> delete-forward-char
<mouse-2> comint-insert-input

C-c C-k tex-kill-job
C-c C-l tex-recenter-output-buffer
C-c C-p tex-print
C-c C-q tex-show-print-queue
C-c C-v tex-view

M-RET shell-resync-dirs
M-? comint-dynamic-list-filename-completions

C-c C-b shell-backward-command
C-c C-f shell-forward-command
C-c C-q kermit-send-char
(that binding is currently shadowed by another mode)
C-c \ kermit-esc

C-c C-a comint-bol-or-process-mark
C-c C-c comint-interrupt-subjob
C-c C-d comint-send-eof
C-c C-e comint-show-maximum-output
C-c C-l comint-dynamic-list-input-ring
(that binding is currently shadowed by another mode)
C-c RET comint-copy-old-input
C-c C-n comint-next-prompt
C-c C-o comint-delete-output
C-c C-p comint-previous-prompt
(that binding is currently shadowed by another mode)
C-c C-r comint-show-output
C-c C-s comint-write-output
C-c C-u comint-kill-input
C-c C-w backward-kill-word
C-c C-x comint-get-next-from-history
C-c C-z comint-stop-subjob
C-c ESC Prefix Command
C-c C-\ comint-quit-subjob
C-c SPC comint-accumulate
C-c . comint-insert-previous-argument

C-M-l comint-show-output
M-n comint-next-input
M-p comint-previous-input
M-r comint-history-isearch-backward-regexp

C-c M-r comint-previous-matching-input-from-input
C-c M-s comint-next-matching-input-from-input