diff options
author | Mark Oteiza <mvoteiza@udel.edu> | 2016-10-18 18:05:51 -0400 |
---|---|---|
committer | Mark Oteiza <mvoteiza@udel.edu> | 2016-10-18 18:05:51 -0400 |
commit | 224443922ce169ab0e21ad8495d32b269972c028 (patch) | |
tree | 4340e51a607b61f66c98f9ad79527138c44989f3 /etc | |
parent | 2ce01c494dd013a47f3b98860538cba4a1ef6a2c (diff) | |
download | emacs-224443922ce169ab0e21ad8495d32b269972c028.tar.gz |
Add an option for eshell-input-filter
* etc/NEWS: Document changes.
* lisp/eshell/em-hist.el (eshell-input-filter): Set value to function
symbol. Change type to a radio for choosing functions. Refer to both
new functions.
(eshell-input-filter-default): New function. Same body as the previous
value of eshell-input-filter.
(eshell-input-filter-initial-space): New function.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -308,6 +308,13 @@ viewing HTML files and the like. breakpoint (e.g. with "f" and "o") by customizing the new option 'edebug-sit-on-break'. +** Eshell + +*** 'eshell-input-filter's value is now a named function +'eshell-input-filter-default', and has a new custom option +'eshell-input-filter-initial-space' to ignore adding commands prefixed +with blank space to eshell history. + ** eww +++ |