1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-18 10:16:51 +00:00
Commit Graph

325 Commits

Author SHA1 Message Date
Juanma Barranquero
9049a096e0 (comint-completion, comint-source): Finsh `degroup' descriptions with period.
(comint-dynamic-list-input-ring, comint-dynamic-list-completions):
"?\ " -> "?\s".
2005-07-04 01:49:19 +00:00
Richard M. Stallman
f2e0a47d24 (comint-password-prompt-regexp): Accept ", try again". 2005-06-28 18:55:00 +00:00
Juanma Barranquero
3e60322017 (comint-replace-by-expanded-filename, comint-prompt-regexp,
comint-delimiter-argument-list, comint-preinput-scroll-to-bottom): Fix spelling
in docstrings.
2005-06-16 16:06:10 +00:00
Juanma Barranquero
54fc2b6add (comint-check-proc, make-comint-in-buffer, comint-source-default): Doc fixes.
(comint-mode, comint-snapshot-last-prompt): Fix typos in docstring.
2005-06-10 00:17:49 +00:00
Luc Teirlinck
6c649b5f4f (comint-mode-hook): Do not enable Font Lock by default. 2005-06-09 21:16:40 +00:00
Luc Teirlinck
754dc10d38 (comint-send-input): Bind inhibit-read-only' around call to delete-region'. 2005-06-09 21:08:13 +00:00
Lute Kamstra
1c4c2dac52 Use run-mode-hooks in example. 2005-05-26 13:13:36 +00:00
Luc Teirlinck
973668cc8c (comint-output-filter-functions): Add autoload cookie. 2005-04-29 00:27:51 +00:00
Luc Teirlinck
03a610f742 (comint-prompt-regexp, comint-get-old-input)
(comint-use-prompt-regexp)
(comint-use-prompt-regexp-instead-of-fields)
(comint-replace-by-expanded-history, comint-send-input)
(comint-output-filter, comint-get-old-input-default)
(comint-line-beginning-position, comint-bol, comint-show-output)
(comint-backward-matching-input, comint-forward-matching-input)
(comint-next-prompt, comint-previous-prompt): Rename
`comint-use-prompt-regexp-instead-of-fields' to
`comint-use-prompt-regexp'.  Keep old name as alias and declare obsolete.
(comint-use-prompt-regexp): Shorten first line of doc string.
2005-04-26 23:11:17 +00:00
Richard M. Stallman
c06b447862 (comint-output-filter): Run comint-output-filter-functions
with point where the user had it.
2005-04-17 15:04:40 +00:00
Richard M. Stallman
819555b068 (comint-send-input): New arg ARTIFICIAL. Callers in this file changed. 2005-04-10 23:26:57 +00:00
Luc Teirlinck
ef71f073a5 (comint-highlight-prompt): Fix face spec. 2005-04-08 23:45:09 +00:00
Dan Nicolaescu
099dcdcf27 * cus-edit.el (custom-modified-face):
* comint.el (comint-highlight-input): Fix previous changes.
* term.el (term-handle-ansi-escape): Add a comment.
2005-04-08 20:55:09 +00:00
Dan Nicolaescu
ea81d57ec5 * mh-customize.el (mh-speedbar-selected-folder-face): Special case
high number of colors displays.

* textmodes/table.el (table-cell-face): Add special case for
displays supporting a high number of colors.
* progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
(vhdl-font-lock-reserved-words-face)
(vhdl-speedbar-architecture-face)
(vhdl-speedbar-instantiation-face)
(vhdl-speedbar-architecture-selected-face)
(vhdl-speedbar-instantiation-selected-face): Likewise.
* progmodes/sh-script.el (sh-heredoc-face): Likewise.
* progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
* progmodes/ebrowse.el (ebrowse-tree-mark-face)
(ebrowse-root-class-face, ebrowse-member-attribute-face)
(ebrowse-progress-face): Likewise.
* progmodes/compile.el (compilation-info-face): Likewise.
* progmodes/cc-fonts.el (c-invalid-face): Likewise.
* emacs-lisp/re-builder.el (reb-match-3): Likewise.
* calendar/calendar.el (diary-face): Likewise.
* woman.el (woman-italic-face, woman-bold-face)
(woman-unknown-face): Likewise.
* wid-edit.el (widget-button-pressed-face): Likewise.
* whitespace.el (whitespace-highlight-face): Likewise.
* smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
* pcvs-info.el (cvs-marked-face): Likewise.
* info.el (info-xref): Likewise.
* ido.el (ido-subdir-face, ido-indicator-face): Likewise.
* hilit-chg.el (highlight-changes-face)
(highlight-changes-delete-face): Likewise.
* hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
(hi-red-b): Likewise.
* generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
* font-lock.el (font-lock-keyword-face)
(font-lock-function-name-face, font-lock-warning-face): Likewise.
* cus-edit.el (custom-invalid-face, custom-modified-face)
(custom-set-face, custom-changed-face, custom-variable-tag-face)
(custom-group-tag-face-1, custom-group-tag-face): Likewise.
* comint.el (comint-highlight-prompt): Likewise.
2005-04-08 14:26:13 +00:00
Luc Teirlinck
b9747c5b5b (comint-prompt-read-only): Doc fix. 2005-04-07 23:01:54 +00:00
Luc Teirlinck
ee298b369e (comint-prompt-read-only): Doc fix. 2005-04-05 01:21:23 +00:00
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