all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to suppress echo in *shell* ?
@ 2004-11-24  2:30 KKramsch
  2004-11-24  4:00 ` Joe Corneli
       [not found] ` <mailman.1152.1101269474.27204.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: KKramsch @ 2004-11-24  2:30 UTC (permalink / raw)






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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to suppress echo in *shell* ?
  2004-11-24  2:30 How to suppress echo in *shell* ? KKramsch
@ 2004-11-24  4:00 ` Joe Corneli
       [not found] ` <mailman.1152.1101269474.27204.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 5+ messages in thread
From: Joe Corneli @ 2004-11-24  4:00 UTC (permalink / raw)



   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)))

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to suppress echo in *shell* ?
       [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
  0 siblings, 1 reply; 5+ messages in thread
From: Katsumi Yamaoka @ 2004-11-25  1:12 UTC (permalink / raw)


>>>>> In <co0rnl$8hj$1@reader1.panix.com> KKramsch wrote:

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

[...]

>>>>> In <mailman.1152.1101269474.27204.help-gnu-emacs@gnu.org>
>>>>>	Joe Corneli wrote:

> M-x apropos-variable RET

> Make the obvious substitutions.

Could you please let us know what variable is effective?
I cannot suppress echos in the Solaris machine as well, and
`stty -echo' doesn't the trick.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to suppress echo in *shell* ?
  2004-11-25  1:12   ` Katsumi Yamaoka
@ 2004-11-25 16:57     ` Johan Bockgård
  2004-11-26  6:44       ` Katsumi Yamaoka
  0 siblings, 1 reply; 5+ messages in thread
From: Johan Bockgård @ 2004-11-25 16:57 UTC (permalink / raw)


Katsumi Yamaoka <yamaoka@jpl.org> writes:

>>>>>> In <co0rnl$8hj$1@reader1.panix.com> KKramsch wrote:
>
>> In my Emacs shell (i.e. the *shell* buffer) every command gets
>> echoed.
[...]
> Could you please let us know what variable is effective?

Presumably `comint-process-echoes'.

-- 
Johan Bockgård

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to suppress echo in *shell* ?
  2004-11-25 16:57     ` Johan Bockgård
@ 2004-11-26  6:44       ` Katsumi Yamaoka
  0 siblings, 0 replies; 5+ messages in thread
From: Katsumi Yamaoka @ 2004-11-26  6:44 UTC (permalink / raw)


>>>>> In <yoijsm6x3lzg.fsf@eorl.dd.chalmers.se> Johan Bockgård wrote:

> Presumably `comint-process-echoes'.

(add-hook 'shell-mode-hook
	  (lambda nil (setq comint-process-echoes t)))

does the trick.  Thank you very much!

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-11-26  6:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-24  2:30 How to suppress echo in *shell* ? KKramsch
2004-11-24  4:00 ` Joe Corneli
     [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

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.