Chong Yidong
2bf75913fc
(comint-send-input): Widen the buffer first.
2007-04-02 14:01:02 +00:00
Stefan Monnier
dbb56e39bf
(comint-proc-query, comint-dynamic-list-completions):
...
Fix calls to get-buffer-window to find windows in other frames.
Reported by David Hansen <david.hansen@gmx.net>.
2007-03-28 00:51:08 +00:00
Chong Yidong
34bd6b4dfd
(comint-arguments): Mark backslash-escaped chars.
...
(comint-delim-arg): Don't treat them as delimiters.
2007-03-17 18:08:50 +00:00
Eli Zaretskii
d695bd172e
(comint-read-input-ring): Use comint-input-ring-size from the comint buffer
...
instead of the temporary one.
2007-02-23 19:22:09 +00:00
Romain Francoise
e3633d8bdc
Delete extra copy of `comint-copy-old-input' added in previous change to
...
this file.
2007-01-31 13:20:52 +00:00
J.D. Smith
46bb060f6c
- Prevent non-keyword fontification by default.
2007-01-31 05:53:30 +00:00
Chong Yidong
445de73cf6
(comint-insert-input): Handle situation where the selected buffer is
...
not the clicked buffer.
2007-01-29 02:31:22 +00:00
Glenn Morris
d7a0267c8d
Add 2007 to copyright years.
2007-01-21 03:53:13 +00:00
Richard M. Stallman
15b8c5c69d
Comment change.
2006-12-17 20:39:33 +00:00
Romain Francoise
c169c5a33b
Revert last change.
2006-12-09 13:10:01 +00:00
Romain Francoise
5641e7a93a
(comint-insert-input): Delete obsolete comment.
...
Examine input field without moving point.
2006-12-09 11:14:35 +00:00
Richard M. Stallman
4c1793001c
(comint-exec-1): Provide Emacs version and `comint' in INSIDE_EMACS.
2006-11-28 02:19:20 +00:00
Chong Yidong
cfefbbf440
(comint-exec-1): Set EMACS and INSIDE_EMACS to t.
2006-11-18 21:01:33 +00:00
Richard M. Stallman
c207f52608
(comint-mode): Bind font-lock-defaults non-nil.
2006-09-28 19:09:19 +00:00
Paul Eggert
4b1aaa8b07
* etc/NEWS: In terminal-oriented subshells, the EMACS environment
...
variable now defaults to Emacs's absolute file name, instead of
to "t".
* etc/PROBLEMS: Adjust tcsh advice for this.
* make-dist (EMACS): Exit and fail if the EMACS environment
variable is set to something other than an absolute file name.
* lisp/comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
not to "t".
* lisp/progmodes/compile.el (compilation-start): Likewise.
* lisp/progmodes/idlwave.el (idlwave-rescan-asynchronously):
Don't use expand-file-name on invocation-directory, since this
might mishandle special characters in invocation-directory.
* man/faq.texi (Escape sequences in shell output): EMACS is now set
to Emacs's absolute file name, not to "t".
(^M in the shell buffer): Likewise.
* man/misc.texi (Interactive Shell): Likewise.
2006-09-12 16:43:25 +00:00
Luc Teirlinck
5d72601f6a
(comint-send-input): Do not add help-echo and mouse-face to input if
...
`comint-use-prompt-regexp' is non-nil.
2006-06-02 02:04:15 +00:00
Reiner Steib
a8dc674f5f
(comint-kill-whole-line): Rename arg to count. Fix
...
doc string.
2006-05-26 16:44:53 +00:00
Nick Roberts
3e12c6736d
(comint-insert-input): Just make it when
...
comint-use-prompt regexp is nil (default) and with the mouse.
(comint-copy-old-input): Reinstate from 2004-06-23.
(comint-mode-map): Bind C-c C-m to it.
2006-05-10 21:31:09 +00:00
Miles Bader
9a4d87c8d5
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-272
...
(comint-insert-input): Remove redundant calls to setq and goto-char
2006-05-10 02:07:12 +00:00
Miles Bader
1627b55f61
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-271
...
Rename "field-at-point" to "field-at-pos"
2006-05-10 01:58:37 +00:00
Nick Roberts
8c74ff6983
(comint-insert-input): Make it work when comint-use-prompt-regexp is t.
...
Use field-at-point.
2006-05-10 00:34:02 +00:00
Romain Francoise
7fcece574b
(comint-match-partial-filename): Doc fix.
2006-04-22 23:30:13 +00:00
J.D. Smith
374407b3db
Remove C-c C-j binding.
2006-04-19 21:17:12 +00:00
J.D. Smith
c3d2959c21
(comint-previous-input): Don't clobber input line when moving off either
...
end of the input history ring.
(comint-delete-input): New function, used by `comint-previous-input' and
others.
(comint-previous-matching-input): Use `coming-delete-input'. Save the
partial input if leaving the edit line. Goto point-max before deleting
input to avoid partial input fragments hanging around.
(comint-restore-input): New function, used by `comint-previous-input',
and bound to "C-c C-j".
2006-04-18 23:49:28 +00:00
Nick Roberts
86fc247003
(comint-dynamic-list-completions): Allow user to select *Completions* buffer.
2006-03-27 08:50:20 +00:00
Thien-Thi Nguyen
aaef169dc6
Update years in copyright notice; nfc.
2006-02-06 15:23:23 +00:00
John Paul Wallington
f5723ff54e
(comint-insert-input): Use `posn-set-point' instead of
...
`mouse-set-point' because the latter is not fbound when configured
without X.
2005-11-17 23:02:34 +00:00
Luc Teirlinck
b43fa13418
(comint-send-input): Call `comint-update-fence' when
...
`comint-process-echoes' and `comint-prompt-read-only' are both
non-nil, to avoid leftover read-only newline.
2005-10-30 16:42:48 +00:00
Richard M. Stallman
5a5ee8142b
(comint-redirect-subvert-readonly): Doc fix.
2005-10-02 03:34:29 +00:00
Romain Francoise
07f1355e6d
(comint-show-output): Really set point at the beginning of the output
...
when not using `comint-use-prompt-regexp'.
2005-09-28 17:47:00 +00:00
Richard M. Stallman
2ae12bb0da
(comint-file-name-prefix): Add autoload.
2005-08-25 10:56:51 +00:00
Richard M. Stallman
949eb6b06e
(send-invisible): Identify buffer, if not selected.
2005-08-09 11:25:35 +00:00
Thien-Thi Nguyen
0d30b33766
Update years in copyright notice; nfc.
2005-08-06 22:13:43 +00:00
Juanma Barranquero
d6ff789ca7
(comint-use-prompt-regexp, comint-send-input, comint-source-default,
...
comint-extract-string, comint-get-source, comint-word, comint-completion,
comint-source, comint-prompt-read-only, comint-update-fence):
Fix typos in docstrings.
(comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
Declare with define-obsolete-*-alias macros.
(comint-previous-matching-input-from-input,
comint-next-matching-input-from-input, comint-previous-matching-input,
comint-next-matching-input, comint-forward-matching-input):
Improve argument/docstring consistency.
2005-07-21 15:13:47 +00:00
Eli Zaretskii
ae5cf18e42
(comint-postoutput-scroll-to-bottom)
...
(comint-show-maximum-output): Take scroll-margin into consideration.
2005-07-08 13:44:42 +00:00
Lute Kamstra
086add1519
Update FSF's address.
2005-07-04 23:32:44 +00:00
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