Home
last modified time | relevance | path

Searched +refs:shell +refs:dirtrack (Results 1 – 25 of 49) sorted by relevance

12

/dports/editors/emacs/emacs-27.2/lisp/
H A Ddirtrack.el111 (require 'shell))
117 (defgroup dirtrack nil unknown
120 :group 'shell)
126 :group 'dirtrack
135 :group 'dirtrack
140 :group 'dirtrack
148 :group 'dirtrack
155 :group 'dirtrack
160 :group 'dirtrack
219 (defun dirtrack (input) function
[all …]
H A Dfinder-inf.el90 (dirtrack . [nil nil "Directory Tracking by watching the prompt"])
375 (shell . [nil nil "specialized comint.el for running the shell"])
476shell server proced pcomplete jsonrpc emacs emacs-lock dirtrack cmuscheme ansi-color) terminals (t…
H A Dcus-load.el124 (put 'dirtrack 'custom-loads '(dirtrack))
679 …mpile cus-edit executable flyspell grep gud metamail pcomplete proced rlogin shell socks sql term))
773 (put 'shell 'custom-loads '(dirtrack shell term))
774 (put 'shell-directories 'custom-loads '(shell))
850 (put 'unix 'custom-loads '(proced rlogin shell))
1310 …-hist erc-button copyright f90 erc-backend esh-mode em-cmpl woman etags dirtrack em-pred gnus-msg …
H A DChangeLog.8317 the shell from sh-shell-file.
1764 Use shell-command-history as in shell-command.
6056 * dirtrack.el (dirtrack): Add docstring. Now returns input.
6060 * dirtrack.el (dirtrack): Check for the prompt in the input string
6544 (tex-region): Bind shell-dirtrack-verbose.
6991 * shell.el (shell-dirtrack-verbose): New custom variable.
7853 * dirtrack.el (dirtrack-directory-change-hook): New hook.
7854 (dirtrack): Run it. Make debug message more verbose.
8130 * shell.el (shell-prompt-pattern): Add defcustom.
9061 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
[all …]
H A DChangeLog.163794 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
11418 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
14686 * dirtrack.el (dirtrack-debug-mode):
15441 * dirtrack.el (dirtrack-list): Eliminate unused third element.
15442 (dirtrack): Merge code for handling relative filenames in prompt
15444 (dirtrack-debug-message): New arg to avoid excess format calls.
15449 with dirtrack-mode.
17225 * dirtrack.el (dirtrack-mode):
17264 * shell.el (shell-dirtrack-mode):
17335 * dirtrack.el (dirtrack): Support shell buffers with path
[all …]
H A DChangeLog.138121 * dirtrack.el (dirtrack-mode): Doc fix.
8123 * shell.el (shell-dirtrack-verbose, shell-mode)
8124 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
8344 * dirtrack.el (dirtrack-debug): Doc fix.
8345 (dirtrack-mode, dirtrack-debug-mode): New names for
8347 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
8351 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
8434 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
8435 (shell-dirtrack-toggle): Mark as obsolete.
8436 (dirtrack-toggle, dirtrack-mode): No longer alias to
[all …]
H A DChangeLog.15147 * shell.el (shell):
4288 * dirtrack.el (dirtrack-directory-function)
4289 (dirtrack-canonicalize-function):
5746 * shell.el (shell-mode-map):
10715 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10716 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
13320 * dirtrack.el (dirtrack): Warn instead of signaling error if the
16517 * shell.el (shell-dumb-shell-regexp):
18657 * shell.el (shell-mode):
18800 * shell.el (shell-mode-hook):
[all …]
H A DChangeLog.540 * shell.el (shell-directory-tracker): Check for terminator after
356 * shell.el (shell-mode): Make shell-directory-tracker a hook
2047 shell-dirtrack-p.
2628 * shell.el (shell): Use pop-to-buffer.
3000 * shell.el (shell-truncate-buffer): Doc them.
3177 * shell.el (shell-cd): New function.
3178 (shell-process-cd, shell-process-pushd, shell-process-popd)
3616 * shell.el (shell): If we create a new shell buffer,
4177 * shell.el (shell-mode): Doc fix.
6196 * shell.el (shell-font-lock-keywords): New variable.
[all …]
H A DChangeLog.128258 * dirtrack.el (dirtrack-default-directory-function): Remove.
8259 (dirtrack-directory-function): Use file-name-as-directory.
8260 (dirtrack-windows-directory-function): Simplify.
8261 (dirtrack-forward-slash, dirtrack-backward-slash)
8262 (dirtrack-replace-slash): Remove.
8263 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8264 (dirtrack): Fix wrong parenthesizing; use match-string.
9226 * shell.el (shell-mode): Call shell-dirtrack-mode after
9700 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
23766 * dirtrack.el (dirtrack-list): Fix typos in docstring.
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A Ddirtrack.el111 (require 'shell))
117 (defgroup dirtrack nil unknown
120 :group 'shell)
189 (add-hook 'comint-preoutput-filter-functions 'dirtrack nil t)
190 (remove-hook 'comint-preoutput-filter-functions 'dirtrack t)))
210 (defun dirtrack (input) function
265 (provide 'dirtrack)
H A DChangeLog.8317 the shell from sh-shell-file.
1764 Use shell-command-history as in shell-command.
6056 * dirtrack.el (dirtrack): Add docstring. Now returns input.
6060 * dirtrack.el (dirtrack): Check for the prompt in the input string
6544 (tex-region): Bind shell-dirtrack-verbose.
6991 * shell.el (shell-dirtrack-verbose): New custom variable.
7853 * dirtrack.el (dirtrack-directory-change-hook): New hook.
7854 (dirtrack): Run it. Make debug message more verbose.
8130 * shell.el (shell-prompt-pattern): Add defcustom.
9061 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
[all …]
H A DChangeLog.163794 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
11418 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
14686 * dirtrack.el (dirtrack-debug-mode):
15441 * dirtrack.el (dirtrack-list): Eliminate unused third element.
15442 (dirtrack): Merge code for handling relative filenames in prompt
15444 (dirtrack-debug-message): New arg to avoid excess format calls.
15449 with dirtrack-mode.
17225 * dirtrack.el (dirtrack-mode):
17264 * shell.el (shell-dirtrack-mode):
17335 * dirtrack.el (dirtrack): Support shell buffers with path
[all …]
H A DChangeLog.138121 * dirtrack.el (dirtrack-mode): Doc fix.
8123 * shell.el (shell-dirtrack-verbose, shell-mode)
8124 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
8344 * dirtrack.el (dirtrack-debug): Doc fix.
8345 (dirtrack-mode, dirtrack-debug-mode): New names for
8347 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
8351 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
8434 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
8435 (shell-dirtrack-toggle): Mark as obsolete.
8436 (dirtrack-toggle, dirtrack-mode): No longer alias to
[all …]
H A DChangeLog.15147 * shell.el (shell):
4288 * dirtrack.el (dirtrack-directory-function)
4289 (dirtrack-canonicalize-function):
5746 * shell.el (shell-mode-map):
10715 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10716 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
13320 * dirtrack.el (dirtrack): Warn instead of signaling error if the
16517 * shell.el (shell-dumb-shell-regexp):
18657 * shell.el (shell-mode):
18800 * shell.el (shell-mode-hook):
[all …]
H A DChangeLog.540 * shell.el (shell-directory-tracker): Check for terminator after
356 * shell.el (shell-mode): Make shell-directory-tracker a hook
2047 shell-dirtrack-p.
2628 * shell.el (shell): Use pop-to-buffer.
3000 * shell.el (shell-truncate-buffer): Doc them.
3177 * shell.el (shell-cd): New function.
3178 (shell-process-cd, shell-process-pushd, shell-process-popd)
3616 * shell.el (shell): If we create a new shell buffer,
4177 * shell.el (shell-mode): Doc fix.
6196 * shell.el (shell-font-lock-keywords): New variable.
[all …]
H A DChangeLog.128258 * dirtrack.el (dirtrack-default-directory-function): Remove.
8259 (dirtrack-directory-function): Use file-name-as-directory.
8260 (dirtrack-windows-directory-function): Simplify.
8261 (dirtrack-forward-slash, dirtrack-backward-slash)
8262 (dirtrack-replace-slash): Remove.
8263 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8264 (dirtrack): Fix wrong parenthesizing; use match-string.
9226 * shell.el (shell-mode): Call shell-dirtrack-mode after
9700 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
23766 * dirtrack.el (dirtrack-list): Fix typos in docstring.
[all …]
H A DChangeLog.75498 * dirtrack.el: Customized.
5499 (dirtrack-forward-slash): Rename from `forward-slash'.
5500 (dirtrack-backward-slash): Rename from `backward-slash'.
5501 (dirtrack-replace-slash): Rename from `replace-slash'.
6093 * shell.el (shell-dirtrack-mode): Rename from shell-dirtrack-toggle.
6094 (dirtrack-mode, shell-dirtrack-toggle): Define as aliases.
11684 * shell.el (shell-snarf-envar, shell-copy-environment-variable):
11741 * shell.el (shell-mode): Make shell-last-dir buffer-local.
12727 * shell.el (shell): Doc fix.
20454 * dirtrack.el (dirtrack-debug-message): Put output at end of buffer.
[all …]
/dports/editors/emacs/emacs-27.2/doc/emacs/
H A Dmisc.texi11 browsing, running shell commands and shell subprocesses, using a
681 @item M-x shell
852 @findex shell
883 then create a new @file{*shell*} buffer using plain @kbd{M-x shell}.
890 To specify the shell file name used by @kbd{M-x shell}, customize
1000 any shell input pending in the shell buffer and not yet sent.
1374 @code{shell-pushd-regexp}, @code{shell-popd-regexp}, and
1388 @findex dirtrack-mode
1391 @vindex dirtrack-list
1398 @code{dirtrack-list} for details. To use Dirtrack mode, type @kbd{M-x
[all …]
H A Dack.texi157 Peter Breton implemented @file{dirtrack.el}, a library for tracking
158 directory changes in shell buffers; @file{filecache.el}, which records
806 @file{shell.el}, originally written by Olin Shivers.
917 dialup communications program run comfortably in an Emacs shell buffer.
981 shell scripts; @file{skeleton.el}, implementing a concise language for
1169 interactive command-line-oriented subprocesses, and @file{shell.el}, for
1385 command shell implemented entirely in Emacs Lisp. He also contributed
/dports/editors/emacs-devel/emacs-4d1968b/doc/emacs/
H A Dmisc.texi11 browsing, running shell commands and shell subprocesses, using a
680 @item M-x shell
855 @findex shell
886 then create a new @file{*shell*} buffer using plain @kbd{M-x shell}.
892 To specify the shell file name used by @kbd{M-x shell}, customize
1002 any shell input pending in the shell buffer and not yet sent.
1392 @code{shell-pushd-regexp}, @code{shell-popd-regexp}, and
1406 @findex dirtrack-mode
1409 @vindex dirtrack-list
1416 @code{dirtrack-list} for details. To use Dirtrack mode, type @kbd{M-x
[all …]
H A Dack.texi156 Peter Breton implemented @file{dirtrack.el}, a library for tracking
157 directory changes in shell buffers; @file{filecache.el}, which records
805 @file{shell.el}, originally written by Olin Shivers.
916 dialup communications program run comfortably in an Emacs shell buffer.
980 shell scripts; @file{skeleton.el}, implementing a concise language for
1168 interactive command-line-oriented subprocesses, and @file{shell.el}, for
1384 command shell implemented entirely in Emacs Lisp. He also contributed
/dports/textproc/texi2html/texi2html-5.0/test/xemacs_manual/
H A Dmisc.texi133 @cindex shell commands
147 @item M-x shell
169 @findex shell-command
199 the shell command.
204 @findex shell
221 next use of @kbd{M-x shell} creates a new buffer @samp{*shell*} with
243 shell are watched by XEmacs so it can keep the @samp{*shell*} buffer's
256 shell-dirtrack-toggle} turns directory tracking on and off.
260 @samp{*shell*} buffer. If you are at the beginning of a shell command
335 Stop the shell or its current subjob if any (@code{stop-shell-subjob}).
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/etc/
H A DNEWS.28985 ** 'project-shell' and 'shell' now use 'pop-to-buffer-same-window'.
1665 *** New command in 'shell-mode': 'narrow-to-prompt'.
1670 *** New user option 'shell-has-auto-cd'.
2595 *** New commands 'project-shell-command' and 'project-async-shell-command'.
2596 These commands run 'shell-command' and 'async-shell-command' in a
3612 'detect-coding-with-priority', 'dirtrack-debug',
3613 'dirtrack-debug-toggle', 'dynamic-completion-table',
3663 'shadows-compare-text-p', 'shell-dirtrack-toggle',
4028 ** New function 'split-string-shell-command'.
4244 The new constants 'shell-command-buffer-name' and
[all …]
H A DNEWS.22201 ** shell.el no longer defines the aliases `dirtrack-toggle' and
202 `dirtrack-mode' for `shell-dirtrack-mode'. These names were removed
203 because they clash with commands provided by dirtrack.el. Use
204 `shell-dirtrack-mode' instead.
490 doublequotes make no difference in the shell, but they prevent
491 special treatment in `dired-do-shell-command'.
1399 double quotes make no difference in the shell, but they prevent
1400 special treatment in `dired-do-shell-command'.
1745 Tramp uses a shell connection. The shell connection is always used
1748 `inline' methods (which transfer the files through the shell
[all …]
/dports/editors/emacs/emacs-27.2/etc/
H A DNEWS.22201 ** shell.el no longer defines the aliases `dirtrack-toggle' and
202 `dirtrack-mode' for `shell-dirtrack-mode'. These names were removed
203 because they clash with commands provided by dirtrack.el. Use
204 `shell-dirtrack-mode' instead.
490 doublequotes make no difference in the shell, but they prevent
491 special treatment in `dired-do-shell-command'.
1399 double quotes make no difference in the shell, but they prevent
1400 special treatment in `dired-do-shell-command'.
1745 Tramp uses a shell connection. The shell connection is always used
1748 `inline' methods (which transfer the files through the shell
[all …]

12