Re: M-x shell and echoed commands

Lubos Pintes <[email protected]> Sat, 8 Apr 2017 11:48:21 +0200
Newsgroups gmane.emacs.windows
Message-ID <[email protected]>
Exactly! Thanks. I just misinterpreted the doc of that variable and just 
thought it is set properly. :)
Dňa 6. 4. 2017 o 16:32 Eli Zaretskii napísal(a):
>> From: Lubos Pintes <[email protected]>
>> Date: Thu, 6 Apr 2017 15:50:49 +0200
>>
>> Hello,
>> If I run a shell in Emacs, the issued command is duplicated. I would
>> like to avoid this if possible. For example:
>> c:\>gcc
>> *gcc
>> gcc: fatal error: no input files
>> compilation terminated.
>>
>> c:\>
>> I am talking about the star-marked file in my example.
>
> I think you want to customize the variable comint-process-echoes to a
> non-nil value.
>
>