Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cc34e025
Commit
cc34e025
authored
Jan 24, 2011
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/comint.el (comint-mode): Doc fix. (Bug#7897)
parent
f996bbcb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/comint.el
lisp/comint.el
+3
-3
No files found.
lisp/ChangeLog
View file @
cc34e025
2011-01-25 Glenn Morris <rgm@gnu.org>
* comint.el (comint-mode): Doc fix. (Bug#7897)
2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
* files.el (file-name-non-special): Only change buffer-file-name after
* files.el (file-name-non-special): Only change buffer-file-name after
...
...
lisp/comint.el
View file @
cc34e025
...
@@ -603,8 +603,9 @@ mode, Shell mode, etc. This can be done by setting the hooks
...
@@ -603,8 +603,9 @@ mode, Shell mode, etc. This can be done by setting the hooks
and
`
comint-get-old-input
'
to
appropriate
functions,
and
the
variable
and
`
comint-get-old-input
'
to
appropriate
functions,
and
the
variable
`
comint-prompt-regexp
'
to
the
appropriate
regular
expression.
`
comint-prompt-regexp
'
to
the
appropriate
regular
expression.
An
input
history
is
maintained
of
size
`
comint-input-ring-size
',
and
The
mode
maintains
an
input
history
of
size
`
comint-input-ring-size
'.
can
be
accessed
with
the
commands
\\[comint-next-input],
\\[comint-previous-input],
and
\\[comint-dynamic-list-input-ring].
You
can
access
this
with
the
commands
\\[comint-next-input],
\\[comint-previous-input],
and
\\[comint-dynamic-list-input-ring].
Input
ring
history
expansion
can
be
achieved
with
the
commands
Input
ring
history
expansion
can
be
achieved
with
the
commands
\\[comint-replace-by-expanded-history]
or
\\[comint-magic-space].
\\[comint-replace-by-expanded-history]
or
\\[comint-magic-space].
Input
ring
expansion
is
controlled
by
the
variable
`
comint-input-autoexpand
',
Input
ring
expansion
is
controlled
by
the
variable
`
comint-input-autoexpand
',
...
@@ -3748,5 +3749,4 @@ REGEXP-GROUP is the regular expression group in REGEXP to use."
...
@@ -3748,5 +3749,4 @@ REGEXP-GROUP is the regular expression group in REGEXP to use."
(
provide
'comint
)
(
provide
'comint
)
;; arch-tag: 1793314c-09db-40be-9549-9aeae3e75164
;;; comint.el ends here
;;; comint.el ends here
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment