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

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

Re: Piped insert-file?


From: Barry Margolin
Subject: Re: Piped insert-file?
Date: Thu, 14 Nov 2002 19:13:53 GMT

In article <ar0ov7$s2l$1@reader1.panix.com>,
ginak  <gina02122000@yahoo.com> wrote:
>When I tried C-u M-! with "grep foo foo_file", I got the desired text
>inserted in the buffer, but preceded by the lines:
>
>stty: standard input: Inappropriate ioctl for device
>stty: standard input: Inappropriate ioctl for device
>
>I don't know how to interpret these lines.

Your shell startup file (.cshrc, .bashrc, .kshrc, whichever is appropriate
for your shell) contains stty commands, which should only be done in
interactive shells (in fact, probably only in the initial login shell, so
they should probably be in .login or .profile).

-- 
Barry Margolin, barmar@genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


reply via email to

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