Re: M-x shell and echoed commands
Eli Zaretskii <[email protected]> Thu, 06 Apr 2017 17:32:00 +0300
| Newsgroups | gmane.emacs.windows |
|---|---|
| Message-ID | <[email protected]> |
> 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.