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

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

Re: How to disable command echoing in Emacs shell?


From: Barry Margolin
Subject: Re: How to disable command echoing in Emacs shell?
Date: Wed, 08 Dec 2010 15:32:22 -0000
User-agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X)

In article <i9iku8$f1h$1@reader1.panix.com>, kj <no.email@please.post> 
wrote:

> This question is surprisingly difficult to find an answer for:
> 
> How do I turn off the command echoing in *shell*?  E.g., currently,
> the interactions look like this:
> 
> % date
> date
> Mon Oct 18 19:22:46 EDT 2010
> 
> I want just this:
> 
> % date
> Mon Oct 18 19:22:46 EDT 2010
> 
> 
> TIA!
> 
> ~kj

stty -echo

-- 
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***


reply via email to

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