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

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

Re: Piped insert-file?


From: Stefan Monnier <address@hidden>
Subject: Re: Piped insert-file?
Date: 14 Nov 2002 14:10:58 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "ginak" == ginak  <gina02122000@yahoo.com> writes:
> stty: standard input: Inappropriate ioctl for device
> stty: standard input: Inappropriate ioctl for device

These are typically messages due to your running `stty' from your
shell startup scripts even if the shell is not run interactively.

The elisp code for the M-! function has the following to say about it:

            ;; We do not use -f for csh; we will not support broken use of
            ;; .cshrcs.  Even the BSD csh manual says to use
            ;; "if ($?prompt) exit" before things which are not useful
            ;; non-interactively.  Besides, if someone wants their other
            ;; aliases for shell commands then they can still have them.


-- Stefan


reply via email to

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