Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (comint-mode-map): Move bindings of | Richard M. Stallman | 1998-05-28 | 1 | -3/+3 |
| | | | | | | comint-next-matching-input-from-input to C-c M-r, and comint-previous-matching-input-from-input to C-c M-s. Move comint-get-next-from-history to C-c C-x. | ||||
* | (comint-get-next-from-history): New command. | Richard M. Stallman | 1998-05-27 | 1 | -8/+98 |
| | | | | | | | | | | | | | | | | (comint-accumulate, comint-goto-process-mark): Likewise. (comint-set-process-mark, comint-bol-or-process-mark): Likewise. (comint-save-input-ring-index): New permanent local var. (comint-accum-marker): Likewise. (comint-send-input): Clear comint-input-ring-index and comint-accum-marker. (comint-previous-matching-input-from-input): Use comint-accum-marker if set. (comint-previous-matching-input): Likewise. (comint-mode): Make those vars buffer-local and initialize. (comint-mode-map): Make C-c C-a run comint-bol-or-process-mark. Bind C-c SPC to comint-accumulate. Bind C-c C-q to comint-get-next-from-history. | ||||
* | (comint-replace-by-expanded-history-before-point): | Richard M. Stallman | 1998-05-05 | 1 | -1/+1 |
| | | | | When none of the ! or ^ constructs match, move forward one char. | ||||
* | (comint-replace-by-expanded-history): New arg START. | Richard M. Stallman | 1998-04-23 | 1 | -8/+15 |
| | | | | | | Don't display a message about doing history expansion. (comint-replace-by-expanded-history-before-point): New arg START. (comint-send-input): Pass START to comint-replace-by-expanded-history. | ||||
* | (comint-filename-chars): Combine DOS and Windows strings. | Geoff Voelker | 1998-04-17 | 1 | -7/+3 |
| | |||||
* | (comint-preoutput-filter-functions): Doc fix. | Richard M. Stallman | 1998-03-21 | 1 | -1/+1 |
| | |||||
* | (comint-word): store-match-data => set-match-data. | Richard M. Stallman | 1998-03-14 | 1 | -1/+1 |
| | |||||
* | (comint-arguments): Treat \" and such as part of one arg. | Richard M. Stallman | 1998-03-02 | 1 | -1/+9 |
| | |||||
* | Changed to use directory-sep-char rather than "/". | Simon Marshall | 1998-02-27 | 1 | -31/+38 |
| | |||||
* | (comint-interrupt-subjob): Call comint-kill-input. | Richard M. Stallman | 1998-02-14 | 1 | -3/+16 |
| | | | | (comint-kill-subjob, comint-quit-subjob, comint-stop-subjob): Likewise. | ||||
* | (comint-strip-ctrl-m): Don't die if | Karl Heuer | 1997-12-11 | 1 | -2/+4 |
| | | | | comint-last-output-start does not point anywhere. | ||||
* | (comint-regexp-arg): No need to bind | Karl Heuer | 1997-10-02 | 1 | -2/+1 |
| | | | | minibuffer-history-sexp-flag any more. | ||||
* | (comint-file-name-chars): Doc fix. | Richard M. Stallman | 1997-09-09 | 1 | -3/+7 |
| | | | | (comint-word): Treat all non-ASCII chars as "[art of word". | ||||
* | (comint-file-name-chars): Use separate sets for ms-dos and windows-nt. | Geoff Voelker | 1997-09-02 | 1 | -3/+7 |
| | |||||
* | (comint-preoutput-filter-functions): New variable. | Richard M. Stallman | 1997-08-24 | 1 | -2/+18 |
| | | | | | (comint-output-filter): Call those functions. (comint-output-filter-functions, comint-mode): Doc fix. | ||||
* | change maintainer. | Simon Marshall | 1997-07-15 | 1 | -2/+3 |
| | |||||
* | Comment change. | Richard M. Stallman | 1997-05-27 | 1 | -1/+1 |
| | |||||
* | Use insert to preserve marker positions (pmark) and delete last. | Simon Marshall | 1997-05-26 | 1 | -3/+4 |
| | |||||
* | (comint-mode): Add a mode-class property. | Richard M. Stallman | 1997-05-05 | 1 | -0/+2 |
| | |||||
* | (comint-input-face): Deleted. | Richard M. Stallman | 1997-04-27 | 1 | -11/+0 |
| | |||||
* | Fix previous change. | Richard M. Stallman | 1997-04-13 | 1 | -13/+1 |
| | |||||
* | Add defgroup's; use defcustom for user vars. | Richard M. Stallman | 1997-04-13 | 1 | -35/+115 |
| | |||||
* | (comint-delchar-or-maybe-eof): Check for null proc. | Karl Heuer | 1997-03-31 | 1 | -2/+2 |
| | |||||
* | minor bug fixes/enhancements to comint-delchar-or-maybe-eof, send-invisible, ↵ | Simon Marshall | 1997-03-15 | 1 | -10/+17 |
| | | | | comint-exec-1. | ||||
* | (comint-exec-1): Use file-accessible-directory-p. | Richard M. Stallman | 1997-01-27 | 1 | -1/+1 |
| | |||||
* | remove references in comments to long defunct make-shell. | Simon Marshall | 1997-01-08 | 1 | -8/+0 |
| | |||||
* | (comint-password-prompt-regexp): Recognize AIX format. | Karl Heuer | 1996-11-17 | 1 | -1/+1 |
| | |||||
* | (comint-output-filter): Run comint-output-filter-functions | Richard M. Stallman | 1996-11-09 | 1 | -1/+3 |
| | | | | directly, not via comint-output-filter. | ||||
* | (comint-read-noecho): Clear out the intermediate strings. | Richard M. Stallman | 1996-10-08 | 1 | -3/+9 |
| | |||||
* | (comint-file-name-chars): Was comint-file-name-regexp. | Richard M. Stallman | 1996-08-01 | 1 | -5/+8 |
| | | | | Give it a non-nil default value. | ||||
* | (send-invisble): Comment fix. | Karl Heuer | 1996-07-17 | 1 | -1/+1 |
| | |||||
* | 1. For fns like comint-postoutput-scroll-to-bottom on ↵ | Simon Marshall | 1996-07-12 | 1 | -46/+57 |
| | | | | | | | | comint-output-filter-functions, don't count back using the length of STRING, as previous fns may have changed the buffer. Count from process-mark. 2. Don't bind file-name-handler-alist, it can break dir tracking. 3. Expand ^ in input only at boi. 4. Use new comint-file-name-regexp as source of valid chars in filenames. | ||||
* | (comint-send-input): Use insert-before-markers for all the insertions. | Richard M. Stallman | 1996-06-28 | 1 | -2/+2 |
| | |||||
* | (comint-dynamic-complete-as-filename) | Richard M. Stallman | 1996-06-09 | 1 | -5/+26 |
| | | | | | | | | | | (omint-dynamic-simple-complete) (comint-dynamic-list-filename-completions) [ms-dos, windows-nt]: Set completion-ignore-case to t for these systems. (comint-substitute-in-file-name): New function. (comint-match-partial-filename): Use comint-substitute-in-file-name to handle system-specific syntax. | ||||
* | (comint-file-name-quote-list): Doc fix. | Karl Heuer | 1996-06-09 | 1 | -1/+1 |
| | |||||
* | (comint-dynamic-complete-filename) [ms-dos, windows-nt]: | Richard M. Stallman | 1996-06-05 | 1 | -6/+11 |
| | | | | | | | Always use backslash as a directory separator when completing in shell mode on these systems. (comint-unquote-filename): Handle quoted backslashes. | ||||
* | (comint-exec-1): Use dumb instead of unknown, for terminfo. | Richard M. Stallman | 1996-03-17 | 1 | -2/+2 |
| | |||||
* | (make-comint, comint-run): Fix autoload cookie. | Erik Naggum | 1996-02-22 | 1 | -2/+2 |
| | |||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -364/+365 |
| | |||||
* | (comint-ptyp, comint-completion-autolist): Doc fix. | Karl Heuer | 1996-01-04 | 1 | -2/+2 |
| | |||||
* | Use comint-input-sender to send text (Peter Gabriel <gabriel@or.iabg.de>). | Simon Marshall | 1995-12-11 | 1 | -5/+4 |
| | |||||
* | (comint-exec-1): Don't alter EMACS envvar if it's already defined. | Richard M. Stallman | 1995-10-22 | 1 | -2/+3 |
| | |||||
* | Fix previous change. | Richard M. Stallman | 1995-09-29 | 1 | -1/+1 |
| | |||||
* | (comint-password-prompt-regexp): Recognize | Richard M. Stallman | 1995-09-29 | 1 | -1/+1 |
| | | | | Old Password and New password. | ||||
* | (comint-kill-output): Preserve entire partial line at | Karl Heuer | 1995-07-12 | 1 | -1/+1 |
| | | | | end, even if it doesn't match comint-prompt-regexp. | ||||
* | (comint-mode): Use make-local-hook. | Karl Heuer | 1995-06-13 | 1 | -15/+8 |
| | | | | | (comint-send-input, comint-output-filter): Use run-hook-with-args. (comint-dynamic-complete): Use run-hook-with-args-until-success. | ||||
* | Don't go forward over a word-char if we're at bob, and set match-data. | Simon Marshall | 1995-06-02 | 1 | -3/+8 |
| | |||||
* | (make-comint): Error, if start-process is not fboundp. | Richard M. Stallman | 1995-04-08 | 1 | -0/+2 |
| | |||||
* | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
| | |||||
* | Added support for special (quoted) characters in file names: | Simon Marshall | 1995-04-03 | 1 | -40/+79 |
| | | | | | | | | | | new functions comint-quote-filename and comint-unquote-filename, using new variable comint-file-name-quote-list. Changed comint-word, comint-match-partial-filename and comint-dynamic-list-filename-completions to support character quoting. Made comint-dynamic-complete-as-filename and comint-dynamic-simple-complete use strings of comint-completion-addsuffix for completion, if a cons pair. |