1. For fns like comint-postoutput-scroll-to-bottom on comint-output-filter-functions...
authorSimon Marshall <simon@gnu.org>
Fri, 12 Jul 1996 07:32:45 +0000 (07:32 +0000)
committerSimon Marshall <simon@gnu.org>
Fri, 12 Jul 1996 07:32:45 +0000 (07:32 +0000)
commit107d7589ed22c3b23a9903544286bd2c1910fe07
tree021d30816b6c37403e3134137d0583b844fcb4f6
parent98f84f52d43a887e63f85a0a1f80fe2987a1db92
1.  For fns like comint-postoutput-scroll-to-bottom on comint-output-filter-functions, don't count back using the length of STRING, as previous fns may have changed the buffer.  Count from process-mark.
2.  Don't bind file-name-handler-alist, it can break dir tracking.
3.  Expand ^ in input only at boi.
4.  Use new comint-file-name-regexp as source of valid chars in filenames.
lisp/comint.el