GNU bug report logs -
#26229
shell-mode: input echo suppression doesn't work for 'fish' shell
Previous Next
Full log
View this message in rfc822 format
Oh yes, definitely. Thank you John.
Manuel Uberti
https://manuel-uberti.github.io
GPG fingerprint = 8702 9F53 2466 A6B5 E3F4 6B44 4E57 A6C4 CAA4 8F62
On 25/03/2017 19:13, npostavs <at> users.sourceforge.net wrote:
> Manuel Uberti <manuel.uberti <at> inventati.org> writes:
>
>> I just did the same in "emacs -Q", have a look at the screenshot.
>>
>> Still doesn't work for me.
>
> It looks like you have 'ls' set to some alias and fish is outputting its
> definition? Perhaps comint-process-echoes doesn't apply because it's
> not an exact echo? See also
> https://github.com/fish-shell/fish-shell/issues/1913.
>
> (when (and comint-process-echoes (not artificial))
> ...
> (if (and
> (<= (+ comint-last-input-end echo-len)
> (point-max))
> (zerop
> (compare-buffer-substrings
> nil comint-last-input-start comint-last-input-end
> nil comint-last-input-end
> (+ comint-last-input-end echo-len))))
>
>
This bug report was last modified 8 years and 30 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.