index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
comint.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lisp/isearch.el (isearch-search-fun-default): New function.
Juri Linkov
2012-05-29
1
-70
/
+61
*
Spelling fixes.
Paul Eggert
2012-05-28
1
-1
/
+1
*
Only handle ".." and '..' quoting in shell-mode.
Stefan Monnier
2012-05-15
1
-23
/
+15
*
Add new error and function `user-error'.
Stefan Monnier
2012-05-04
1
-18
/
+10
*
* lisp/follow.el: Rework, eliminating reliance on advice.
Chong Yidong
2012-05-01
1
-28
/
+36
*
Use completion-table-with-quoting for comint and pcomplete.
Stefan Monnier
2012-04-25
1
-97
/
+63
*
Delete the gdb-inferior pty when the gdb process exits.
Chong Yidong
2012-04-19
1
-10
/
+24
*
* lisp/comint.el (comint--common-quoted-suffix): Check string boundary
Stefan Monnier
2012-04-04
1
-5
/
+6
*
Fix ring extension code in ring.el, and tweak comint-input-ring handling.
Chong Yidong
2012-03-15
1
-19
/
+30
*
Use text properties for color escape highlighting in Shell mode.
Chong Yidong
2012-02-19
1
-1
/
+2
*
Minor fix for next-single-char-property-change usage.
Chong Yidong
2012-02-06
1
-1
/
+1
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-12-11
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-19
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-19
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-14
1
-1
/
+1
*
* comint.el (comint-get-old-input-default): Fix thinko in last change.
Stefan Monnier
2011-10-25
1
-1
/
+1
*
* lisp/comint.el (comint-get-old-input-default): Fix use-prompt-regexp case.
Stefan Monnier
2011-10-24
1
-2
/
+4
*
* lisp/comint.el (comint-insert-input): Fix last change.
Stefan Monnier
2011-10-17
1
-3
/
+4
*
comint.el: Don't let `insert' break an `input' field into two.
Stefan Monnier
2011-10-17
1
-7
/
+5
*
* lisp/comint.el (comint--table-subvert): Quote the all-completions output.
Stefan Monnier
2011-10-17
1
-5
/
+7
*
* lisp/pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
Stefan Monnier
2011-10-03
1
-38
/
+41
*
* lisp/pcomplete.el: Require comint.
Stefan Monnier
2011-10-02
1
-6
/
+21
*
* comint.el (comint-password-prompt-regexp): Accept "Response" as
Lars Magne Ingebrigtsen
2011-07-01
1
-1
/
+1
*
* lisp/comint.el (comint-dynamic-complete-as-filename)
Andreas Schwab
2011-06-06
1
-2
/
+4
*
Add an :exit-function for completion-at-point.
Stefan Monnier
2011-05-23
1
-13
/
+14
*
* lisp/shell.el: Use lexical-binding and std completion UI.
Stefan Monnier
2011-04-20
1
-23
/
+40
*
* lisp/comint.el: Use lexical-binding. Use std completion UI. Require CL.
Stefan Monnier
2011-04-20
1
-93
/
+137
*
lisp/*.el: Lexical-binding cleanup.
Juanma Barranquero
2011-04-19
1
-6
/
+6
*
First step towards using standard completion in comint.
Stefan Monnier
2011-03-24
1
-23
/
+25
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-3
/
+1
*
Merge from emacs-23.
Glenn Morris
2011-01-24
1
-2
/
+3
|
\
|
*
* lisp/comint.el (comint-mode): Doc fix. (Bug#7897)
Glenn Morris
2011-01-24
1
-3
/
+3
*
|
Merge from emacs-23
Glenn Morris
2011-01-22
1
-1
/
+3
|
\
|
|
*
* lisp/comint.el (comint-replace-by-expanded-history-before-point): Fix
Roland McGrath
2011-01-21
1
-1
/
+3
*
|
Don't mess with *temp*.
Stefan Monnier
2011-01-20
1
-32
/
+27
*
|
Refill some copyright headers.
Glenn Morris
2011-01-15
1
-3
/
+3
*
|
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-3
/
+3
|
\
|
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
|
* lisp/comint.el (comint-highlight-prompt): Inherit from minibuffer-prompt.
Chong Yidong
2011-01-09
1
-3
/
+1
*
|
Merge from emacs-23
Stefan Monnier
2010-12-13
1
-18
/
+19
|
\
|
|
*
Doc fixes for comint functions (Bug#7499).
Chong Yidong
2010-12-04
1
-18
/
+19
*
|
* lisp/comint.el (comint-input-ring-file-name): Doc fix.
Glenn Morris
2010-12-09
1
-2
/
+2
*
|
Merge from emacs-23
Stefan Monnier
2010-11-17
1
-0
/
+1
|
\
|
|
*
* comint.el (comint-kill-region): Fix last change.
Stefan Monnier
2010-11-17
1
-1
/
+1
|
*
Make the yank-handler argument obsolete.
Stefan Monnier
2010-11-17
1
-0
/
+1
|
*
Fix bug#7224.
Glenn Morris
2010-10-23
1
-1
/
+2
*
|
* lisp/comint.el (comint-password-prompt-regexp): Make it less vague.
Glenn Morris
2010-10-23
1
-5
/
+7
*
|
Remove some functions, variables and aliases obsolete since at least 21.1.
Glenn Morris
2010-10-01
1
-2
/
+0
*
|
Tiny comint.el change.
Glenn Morris
2010-09-23
1
-8
/
+6
[next]