colored-stats is Bash feature. It breaks Emacs 25. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24401
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 26 Jan 2017 14:53:14 +0200
changeset 818 ed6620260c69
parent 817 257a65e63780
child 819 6d313c0c6247
colored-stats is Bash feature. It breaks Emacs 25. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24401
.inputrc
--- a/.inputrc	Tue Jan 24 22:19:48 2017 +0200
+++ b/.inputrc	Thu Jan 26 14:53:14 2017 +0200
@@ -45,7 +45,9 @@
 # filename when listing possible completions. The default is 'off'.
 set visible-stats on
 
-set colored-stats on
+$if Bash
+  set colored-stats on
+$endif
 
 # I like beep (audible/visible/none).
 set bell-style audible