bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26229: 26.0.50; shell-mode: turning off input echoing


From: Manuel Uberti
Subject: bug#26229: 26.0.50; shell-mode: turning off input echoing
Date: Sat, 25 Mar 2017 19:19:48 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

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@users.sourceforge.net wrote:
> Manuel Uberti <manuel.uberti@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))))
> 
> 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]