1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00
Commit Graph

150 Commits

Author SHA1 Message Date
Richard M. Stallman
158cfdd23f (comint-mode): Add a mode-class property. 1997-05-05 01:07:37 +00:00
Richard M. Stallman
85cdc41349 (comint-input-face): Deleted. 1997-04-27 22:05:34 +00:00
Richard M. Stallman
8e9337739b Fix previous change. 1997-04-13 02:41:42 +00:00
Richard M. Stallman
ed366e8726 Add defgroup's; use defcustom for user vars. 1997-04-13 02:39:56 +00:00
Karl Heuer
90d6bfb921 (comint-delchar-or-maybe-eof): Check for null proc. 1997-03-31 22:25:27 +00:00
Simon Marshall
4a11114dfd minor bug fixes/enhancements to comint-delchar-or-maybe-eof, send-invisible, comint-exec-1. 1997-03-15 13:10:07 +00:00
Richard M. Stallman
e1d409fed5 (comint-exec-1): Use file-accessible-directory-p. 1997-01-27 22:55:04 +00:00
Simon Marshall
5943195a9c remove references in comments to long defunct make-shell. 1997-01-08 14:59:41 +00:00
Karl Heuer
f69925dd1b (comint-password-prompt-regexp): Recognize AIX format. 1996-11-17 19:38:48 +00:00
Richard M. Stallman
6aac2ab02e (comint-output-filter): Run comint-output-filter-functions
directly, not via comint-output-filter.
1996-11-09 09:21:20 +00:00
Richard M. Stallman
dc81e1664f (comint-read-noecho): Clear out the intermediate strings. 1996-10-08 23:00:54 +00:00
Richard M. Stallman
2d4382e563 (comint-file-name-chars): Was comint-file-name-regexp.
Give it a non-nil default value.
1996-08-01 22:34:09 +00:00
Karl Heuer
b3f1e86f93 (send-invisble): Comment fix. 1996-07-17 21:09:42 +00:00
Simon Marshall
107d7589ed 1. For fns like comint-postoutput-scroll-to-bottom on 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.
1996-07-12 07:32:45 +00:00
Richard M. Stallman
d2a4935039 (comint-send-input): Use insert-before-markers for all the insertions. 1996-06-28 08:08:45 +00:00
Richard M. Stallman
7a35a067a3 (comint-dynamic-complete-as-filename)
(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.
1996-06-09 20:31:04 +00:00
Karl Heuer
a9cef5871a (comint-file-name-quote-list): Doc fix. 1996-06-09 12:51:53 +00:00
Richard M. Stallman
dbdfff7f1d (comint-dynamic-complete-filename) [ms-dos, windows-nt]:
Always use backslash as a directory separator when completing
in shell mode on these systems.

(comint-unquote-filename): Handle quoted backslashes.
1996-06-05 18:24:14 +00:00
Richard M. Stallman
36990caa7d (comint-exec-1): Use dumb instead of unknown, for terminfo. 1996-03-17 15:29:34 +00:00
Erik Naggum
87206843a3 (make-comint, comint-run): Fix autoload cookie. 1996-02-22 02:50:30 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
5ef2f81fc1 (comint-ptyp, comint-completion-autolist): Doc fix. 1996-01-04 23:30:16 +00:00
Simon Marshall
6152f5f070 Use comint-input-sender to send text (Peter Gabriel <gabriel@or.iabg.de>). 1995-12-11 13:52:09 +00:00
Richard M. Stallman
f3b0a43169 (comint-exec-1): Don't alter EMACS envvar if it's already defined. 1995-10-22 16:56:46 +00:00
Richard M. Stallman
a6ed60f493 Fix previous change. 1995-09-29 03:50:47 +00:00
Richard M. Stallman
b2a4185181 (comint-password-prompt-regexp): Recognize
Old Password and New password.
1995-09-29 03:49:35 +00:00
Karl Heuer
37a9a675f2 (comint-kill-output): Preserve entire partial line at
end, even if it doesn't match comint-prompt-regexp.
1995-07-12 19:18:45 +00:00
Karl Heuer
155fd02785 (comint-mode): Use make-local-hook.
(comint-send-input, comint-output-filter): Use run-hook-with-args.
(comint-dynamic-complete): Use run-hook-with-args-until-success.
1995-06-13 23:31:17 +00:00
Simon Marshall
4288965cef Don't go forward over a word-char if we're at bob, and set match-data. 1995-06-02 07:42:12 +00:00
Richard M. Stallman
af37b2e695 (make-comint): Error, if start-process is not fboundp. 1995-04-08 20:48:07 +00:00
Karl Heuer
732be46569 Update copyright. 1995-04-07 01:20:53 +00:00
Simon Marshall
59f36b0808 Added support for special (quoted) characters in file names:
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.
1995-04-03 13:06:25 +00:00
Karl Heuer
23cb053e99 (comint-read-noecho): Don't log prompt messages. 1995-03-30 23:38:23 +00:00
Karl Heuer
84a99e7344 (comint-read-noecho): Use a format string, in case
PROMPT contains a percent sign.
1995-03-28 22:27:56 +00:00
Simon Marshall
39a185a951 Added comint-buffer-maximum-size and comint-truncate-buffer. 1995-02-25 16:24:51 +00:00
Simon Marshall
81fb2771d9 Let file-name-handler-alist to nil in comint-dynamic-complete-as-filename and
comint-dynamic-list-filename-completions.
1995-02-25 15:22:57 +00:00
Simon Marshall
44a631800a Add % to comint-match-partial-filename. 1995-02-08 12:59:25 +00:00
Richard M. Stallman
38ee91fe29 Comment change. 1995-01-25 01:33:26 +00:00
Simon Marshall
eb6c110ad4 Make sure the event read by comint-dynamic-list-completions isn't
something like a switch-frame event before running
mouse-choose-completion.
1995-01-17 10:33:24 +00:00
Richard M. Stallman
cf7c846398 (comint-mode-map): Treat C-up, C-down like M-p, M-n. 1994-12-07 10:25:44 +00:00
Richard M. Stallman
9dbfa8cfbb (comint-exec-1): Terminate TERMCAP with colon. 1994-11-15 00:06:26 +00:00
Richard M. Stallman
1347899b3c (comint-exec-1): Make sure default-directory is a real dir. 1994-11-09 20:54:45 +00:00
Richard M. Stallman
af171fd0d4 (comint-read-noecho): Use read-char-exclusive' instead of read-char'. 1994-11-01 01:30:16 +00:00
Richard M. Stallman
1a4086d274 (comint-check-proc): Recognise `open'.
(comint-exec): Use open-network-stream if command is a cons pair.
1994-10-07 10:20:37 +00:00
Richard M. Stallman
efcec33fd0 (comint-strip-ctrl-m): Renamed from shell-strip-crtl-m and moved here.
(shell-strip-ctrl-m): Add defalias.
1994-10-03 01:11:15 +00:00
Richard M. Stallman
7df7d5b3fe (comint-input-chunk-size): Variable deleted.
(comint-send-string): Make it an alias for process-send-string.
(comint-send-region): Make it an alias for process-send-region.
1994-09-24 04:58:15 +00:00
Richard M. Stallman
5e778cd16a (comint-arguments): Treat \n and \t like space. 1994-08-27 19:06:19 +00:00
Richard M. Stallman
d91f490d2b (comint-arguments): Rewrite for speed.
Don't keep parsing once we have enough args.
1994-08-24 23:31:55 +00:00
Richard M. Stallman
7782a0c643 (comint-password-prompt-regexp): Handle PGP prompt. 1994-07-31 20:47:15 +00:00
Richard M. Stallman
2b5a5ed300 (comint-dynamic-list-completions): Listify the key
sequence to be put back.
1994-07-25 21:10:10 +00:00