comparison lisp/shell.el @ 90225:a3716f7538f2

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-79 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 519-530) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 106-111) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 06 Sep 2005 00:25:20 +0000
parents 2d92f5c9d6ae 23741bfb23af
children fa0da9b57058
comparison
equal deleted inserted replaced
90224:2d92f5c9d6ae 90225:a3716f7538f2
410 `shell-completion-execonly' controls the behavior of command name completion. 410 `shell-completion-execonly' controls the behavior of command name completion.
411 Variable `shell-completion-fignore' is used to initialize the value of 411 Variable `shell-completion-fignore' is used to initialize the value of
412 `comint-completion-fignore'. 412 `comint-completion-fignore'.
413 413
414 Variables `comint-input-ring-file-name' and `comint-input-autoexpand' control 414 Variables `comint-input-ring-file-name' and `comint-input-autoexpand' control
415 the initialisation of the input ring history, and history expansion. 415 the initialization of the input ring history, and history expansion.
416 416
417 Variables `comint-output-filter-functions', a hook, and 417 Variables `comint-output-filter-functions', a hook, and
418 `comint-scroll-to-bottom-on-input' and `comint-scroll-to-bottom-on-output' 418 `comint-scroll-to-bottom-on-input' and `comint-scroll-to-bottom-on-output'
419 control whether input and output cause the window to scroll to the end of the 419 control whether input and output cause the window to scroll to the end of the
420 buffer." 420 buffer."
789 `shell-dirstack-query' (default \"dirs\"), reads the next 789 `shell-dirstack-query' (default \"dirs\"), reads the next
790 line output and parses it to form the new directory stack. 790 line output and parses it to form the new directory stack.
791 DON'T issue this command unless the buffer is at a shell prompt. 791 DON'T issue this command unless the buffer is at a shell prompt.
792 Also, note that if some other subprocess decides to do output 792 Also, note that if some other subprocess decides to do output
793 immediately after the query, its output will be taken as the 793 immediately after the query, its output will be taken as the
794 new directory stack -- you lose. If this happens, just do the 794 new directory stack -- you lose. If this happens, just do the
795 command again." 795 command again."
796 (interactive) 796 (interactive)
797 (let* ((proc (get-buffer-process (current-buffer))) 797 (let* ((proc (get-buffer-process (current-buffer)))
798 (pmark (process-mark proc))) 798 (pmark (process-mark proc)))
799 (goto-char pmark) 799 (goto-char pmark)