1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-27 19:31:38 +00:00
Commit Graph

309 Commits

Author SHA1 Message Date
Stefan Monnier
0de4dad447 (comint-insert-input): Obey mouse-yank-at-point. 2005-03-24 21:24:09 +00:00
Kim F. Storm
bf247b6ed0 Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Richard M. Stallman
2da637a538 (comint-insert-input): Undo previous changes;
use last-input-event in interactive spec.
2005-01-29 16:58:34 +00:00
Richard M. Stallman
27763236fb (comint-read-noecho): Add trivial compatibility definition. 2004-11-27 19:02:14 +00:00
Richard M. Stallman
624d377362 (comint-input-ring-size): Increase to 150. 2004-11-21 00:40:32 +00:00
Richard M. Stallman
76e159ab68 (comint-insert-input): Fix previous change. 2004-11-02 14:16:30 +00:00
Richard M. Stallman
c64e2e679f (comint-insert-input): Use @ in `interactive'.
(comint-input-filter-functions): Doc fix.
(comint-kill-whole-line, comint-get-source): Doc fix.
2004-10-19 16:51:14 +00:00
Richard M. Stallman
fe0bd1428b (comint-output-filter-functions): Add comint-watch-for-password-prompt.
(comint-read-noecho): Function deleted.
(send-invisible): Use read-passwd.
2004-10-17 06:51:10 +00:00
Stefan Monnier
10fc26633b (comint-output-filter): Typo. 2004-10-10 05:06:47 +00:00
Stefan Monnier
72fcca06da (comint-mouse-insert-input): Remove.
(comint-insert-input): Make it work for mouse bindings.
(comint-mode-map): Move defs into the declaration.
2004-10-10 04:29:21 +00:00
Nick Roberts
13abd69ff9 (comint-insert-clicked-input, comint-copy-old-input):
Remove.
(comint-insert-input, comint-mouse-insert-input): New functions
based on comint-insert-clicked-input for two bindings but just
one functionality.
2004-06-23 18:04:43 +00:00
Stefan Monnier
f9ed5f0b85 (comint-replace-by-expanded-history-before-point):
Obey `start' as the docstring says.
(comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
(comint-update-fence): Prevent font-lock from running unnecessarily.
(comint-dynamic-list-completions): Use with-current-buffer.
2004-06-02 00:02:18 +00:00
Luc Teirlinck
b930b8efd4 (comint-prompt-read-only): Update docstring.
(comint-update-fence, comint-kill-whole-line)
(comint-kill-region): New functions.
2004-05-01 20:14:23 +00:00
Luc Teirlinck
70ac607ee3 (comint-prompt-read-only): New variable.
(comint-output-filter): Implement it.
2004-04-29 03:41:48 +00:00
Luc Teirlinck
b784bda46b (comint-delete-output): Bind inhibit-read-only to t. 2004-04-24 23:06:03 +00:00
Stefan Monnier
f4e432bbf3 Doc fixes.
(comint-last-input-start, comint-last-input-end)
(comint-last-output-start): Give them values.
(comint-arguments): Avoid warning.
(comint-skip-prompt): Use line-end-position.
(comint-backward-matching-input): Rename arg to agree with doc.
(comint-extract-string): Use syntax-ppss.
(comint-dynamic-simple-complete): Delete useless list construction.
(comint-redirect-subvert-readonly): New.
(comint-redirect-preoutput-filter): Use it.
2004-04-14 18:58:45 +00:00
Richard M. Stallman
55e9b10d69 (comint-arguments): Set COUNT after ARGS is complete.
(comint-dynamic-complete-as-filename): Rename local vars.
(comint-dynamic-list-filename-completions): Likewise.

(comint-dynamic-list-completions-config): New var.
(comint-dynamic-list-completions): Handle both SPC and TAB right.

(comint-file-name-chars): Add [].
(comint-word): Use skip-chars-backward, not search.
2003-12-29 19:10:24 +00:00
Eli Zaretskii
1015017fa0 (comint-watch-for-password-prompt): Pass `string' as
arg to send-invisible
(send-invisible): Doc fix.  The argument is now a prompt, not the
string to send.
(comint-read-noecho): Doc fix.
2003-12-29 13:42:37 +00:00
Andreas Schwab
702b4f7f9b (comint-quote-filename): Correctly handle backslash
in comint-file-name-quote-list.
2003-12-24 10:05:31 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
b909e366c0 (comint-read-noecho): Use clear-string' instead of fillarray'. 2003-07-29 20:30:11 +00:00
Richard M. Stallman
3fceac6afa (comint-move-point-for-output): Renamed from
comint-scroll-to-bottom-on-output.  Old name is alias.
Doc fix.  All uses changed.
(comint-scroll-show-maximum-output): Doc fix.

(comint-exec-1): Don't use directory-sep-char.
(comint-dynamic-complete-as-filename): Likewise.
2003-06-03 11:06:42 +00:00
Stefan Monnier
1cccb0b6d4 (comint-carriage-motion, comint-output-filter):
Bind inhibit-read-only rather than buffer-read-only.
(comint-truncate-buffer): Bind inhibit-read-only.
2003-05-13 18:30:46 +00:00
Juanma Barranquero
c60ee5e70f Cygwin support patch. 2003-01-31 15:24:20 +00:00
Richard M. Stallman
267f7053c4 (comint-mode): Localy set scroll-conservatively.
(comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
is active only when point is at end.
2002-12-28 21:28:09 +00:00
Richard M. Stallman
3dd4c1c5af (comint-mode): Add font-lock-defontify to change-major-mode-hook. 2002-09-10 16:44:58 +00:00
Miles Bader
dd77cb223b (comint-carriage-motion): Start at START. 2002-08-28 04:40:42 +00:00
Miles Bader
8cda277d9f [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
(comint-inhibit-carriage-motion): New variable.
(comint-carriage-motion): Argument STRING removed.  New arguments
START and END; interpret characters between START and END rather
than using special comint state.
(comint-output-filter): Call `comint-carriage-motion'.
(comint-output-filter-functions): Don't add `comint-carriage-motion'.
2002-08-19 05:03:21 +00:00
Miles Bader
66f12dcd3c (comint-dynamic-list-completions): Sort COMPLETIONS before first use. 2002-07-08 08:45:12 +00:00
Miles Bader
9669f2d6d5 (comint-displayed-dynamic-completions): New variable.
(comint-dynamic-list-completions): Be more careful about choosing
when to scroll an existing completions window.
2002-07-04 06:44:45 +00:00
Miles Bader
3848dd73d7 (comint-get-old-input-default): Strip text properties for fields too.
(comint-output-filter): Run output-filter functions before setting up
the prompt.
2002-06-20 07:30:16 +00:00
Juanma Barranquero
4d17edb136 (comint-next-prompt, comint-previous-prompt): Fix typos. 2002-06-18 14:36:07 +00:00
Miles Bader
35068823ae (comint-insert-clicked-input): Insert clicked-on previous input without
properties.  Patch from John Paul Wallington <jpw@shootybangbang.com>.
2002-06-17 08:10:37 +00:00
Richard M. Stallman
3fdbf63223 (comint-skip-input): New function.
(comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
(comint-stop-subjob): Use comint-skip-input.
2002-06-15 14:26:06 +00:00
Juanma Barranquero
5dee02a3fb (comint-snapshot-last-prompt): Bind `inhibit-read-only' to t to support
read-only prompts.
(comint-output-filter): Likewise.
2002-06-14 09:41:35 +00:00
Miles Bader
fcc6fa5153 (comint-mode): Don't set `font-lock-defaults'.
(comint-mode-hook): Turn on font-lock by default.
2002-06-13 09:28:48 +00:00
Miles Bader
1b55e3016d (comint-send-input): Properly handle empty and no-newline input regions. 2002-06-12 09:18:26 +00:00
Miles Bader
3238a55c37 Make comint use text properties for highlighting instead of overlays:
(comint-last-output-overlay): Variable removed.
(comint-send-input, comint-output-filter): Use text properties instead
of overlays.
(comint-insert-clicked-input): Rewrite to work with text properties as
well as overlays.
(comint-snapshot-last-prompt): Snapshot using text properties.
(comint-get-old-input-default, comint-extract-string): Don't copy text
properties.
2002-06-10 08:14:59 +00:00
Miles Bader
8b1d2946a2 (comint-send-input, comint-output-filter): Use the `font-lock-face'
property instead of `face'.  Don't check the highlight-enabling
variables anymore.
(comint-highlight-input, comint-highlight-prompt): Variables removed.
2002-06-10 06:20:33 +00:00
Francesco Potortì
ccb6090a07 (comint-watch-for-password-prompt): Remove whitespace
at the beginning of password prompts.
2002-04-18 19:41:57 +00:00
Francesco Potortì
c759aa1887 (comint-password-prompt-regexp): Match "Repeat passphrase". 2002-04-17 08:04:38 +00:00
Francesco Potortì
c0eb1d62af (comint-password-prompt-regexp): Match" SMB password". 2002-04-12 07:57:56 +00:00
Colin Walters
22c663ed24 Remove documentation on setting up pcomplete. 2002-03-11 21:12:49 +00:00
Richard M. Stallman
458a481004 (comint-preoutput-filter-functions): Doc fix.
(comint-output-filter-functions, comint-input-filter-functions)
(comint-redirect-filter-functions): Likewise.

(comint-redirect-preoutput-filter): Do the local-hook
handling of t when running comint-redirect-filter-functions.
(comint-output-filter): Likewise for comint-preoutput-filter-functions.
2002-02-27 19:32:12 +00:00
Kim F. Storm
bb671f9ece (comint-replace-by-expanded-filename): Do nothing if
comint-match-partial-filename returns nil.
2002-02-25 21:07:37 +00:00
Colin Walters
5a2ef230ef Document how use new pcomplete completion facility. 2002-02-23 21:34:25 +00:00
Richard M. Stallman
f3ea9e4ffe (comint-scroll-show-maximum-output): Default is t. 2002-02-01 04:15:14 +00:00
Richard M. Stallman
fdb38f1bf5 Comment change. 2002-01-21 22:49:43 +00:00
Richard M. Stallman
98bd0dd38c (comint-redirect-send-command-to-process): Restore previous current buffer. 2002-01-18 23:25:34 +00:00
Richard M. Stallman
18e84493fa (comint-simple-send): Fix previous change. 2002-01-17 01:41:11 +00:00