comparison etc/NEWS @ 66414:45648bb291a5

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 25 Oct 2005 01:06:22 +0000
parents 8fa62016e24f
children fcde30dab36e
comparison
equal deleted inserted replaced
66413:4e56b3fda002 66414:45648bb291a5
1282 `comint-kill-region' is like `kill-region', except that it ignores 1282 `comint-kill-region' is like `kill-region', except that it ignores
1283 read-only properties, if it is safe to do so. This means that if any 1283 read-only properties, if it is safe to do so. This means that if any
1284 part of a prompt is deleted, then the entire prompt must be deleted 1284 part of a prompt is deleted, then the entire prompt must be deleted
1285 and that all prompts must stay at the beginning of a line. If this is 1285 and that all prompts must stay at the beginning of a line. If this is
1286 not the case, then `comint-kill-region' behaves just like 1286 not the case, then `comint-kill-region' behaves just like
1287 `kill-region' if read-only are involved: it copies the text to the 1287 `kill-region' if read-only properties are involved: it copies the text
1288 kill-ring, but does not delete it. 1288 to the kill-ring, but does not delete it.
1289 1289
1290 +++ 1290 +++
1291 *** The new command `comint-insert-previous-argument' in comint-derived 1291 *** The new command `comint-insert-previous-argument' in comint-derived
1292 modes (shell-mode etc) inserts arguments from previous command lines, 1292 modes (shell-mode etc) inserts arguments from previous command lines,
1293 like bash's `ESC .' binding. It is bound by default to `C-c .', but 1293 like bash's `ESC .' binding. It is bound by default to `C-c .', but