all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Joe Corneli <jcorneli@math.utexas.edu>
Subject: Re: How to suppress echo in *shell* ?
Date: Tue, 23 Nov 2004 22:00:59 -0600	[thread overview]
Message-ID: <E1CWoKx-0002xr-00@linux183.ma.utexas.edu> (raw)
In-Reply-To: <co0rnl$8hj$1@reader1.panix.com> (message from KKramsch on Wed, 24 Nov 2004 02:30:13 +0000 (UTC))


   In my Emacs shell (i.e. the *shell* buffer) every command gets
   echoed.  For example:

     e> % date
     date
     Tue Nov 23 21:19:03 EST 2004
     e> % echo very annoying
     echo very annoying
     very annoying

   How can I fix this?

   Thanks!

           Karl
   -- 
   Sent from a spam-bucket account; I check it once in a blue moon.  If
   you still want to e-mail me, cut out the extension from my address,
   and make the obvious substitutions on what's left.


M-x apropos-variable RET

Make the obvious substitutions.

- --
Actually the documentation for `comint-process-echoes' might be
somewhat misleading, but twiddling the variable works.  So do:
(add-hook 'comint-mode-hook (lambda () (setq comint-process-echoes t)))

  reply	other threads:[~2004-11-24  4:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-24  2:30 How to suppress echo in *shell* ? KKramsch
2004-11-24  4:00 ` Joe Corneli [this message]
     [not found] ` <mailman.1152.1101269474.27204.help-gnu-emacs@gnu.org>
2004-11-25  1:12   ` Katsumi Yamaoka
2004-11-25 16:57     ` Johan Bockgård
2004-11-26  6:44       ` Katsumi Yamaoka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1CWoKx-0002xr-00@linux183.ma.utexas.edu \
    --to=jcorneli@math.utexas.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.