From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: kj Newsgroups: gmane.emacs.help Subject: How to disable command echoing in Emacs shell? Date: Mon, 18 Oct 2010 23:23:52 +0000 (UTC) Organization: none Message-ID: NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1291953629 2031 80.91.229.12 (10 Dec 2010 04:00:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Dec 2010 04:00:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 10 05:00:24 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQu9d-0005vo-Dj for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Dec 2010 05:00:21 +0100 Original-Received: from localhost ([127.0.0.1]:47154 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQtwo-0004wT-Ki for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 22:47:06 -0500 Original-Path: usenet.stanford.edu!panix!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: panix2.panix.com Original-X-Trace: reader1.panix.com 1287444232 15409 166.84.1.2 (18 Oct 2010 23:23:52 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Mon, 18 Oct 2010 23:23:52 +0000 (UTC) X-No-Confirm: yes User-Agent: nn/6.7.3 Original-Xref: usenet.stanford.edu gnu.emacs.help:181856 X-Mailman-Approved-At: Thu, 09 Dec 2010 20:09:22 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:77300 Archived-At: 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