Problem with JOVE editor
Eric Green
elg at killer.UUCP
Thu Apr 28 16:16:43 AEST 1988
in article <307 at pyuxf.UUCP>, daveb at pyuxf.UUCP (david berk) says:
> I have a strange problem using the JOVE editor on a Vax running
> System V. When I run a shell command via C-X ! the shell command
> executes fine in a window, however "stty: No such device" precedes
> the output. This only occurs when my shell is defined as korn
> shell.
You have a "stty" command in your .profile or whatever ksh does upon startup.
I had the same problem when I had an stty command in my .cshrc (I use csh --
old Berzerkley habits die hard). Since output is being sent to a pipe instead
of to a tty, stty complains because it can't find a tty structure. I removed
the command, and all is well.
--
Eric Lee Green elg at usl.CSNET Snail Mail P.O. Box 92191
ihnp4!killer!elg Lafayette, LA 70509
"Is a dream a lie that don't come true, or is it something worse?"
More information about the Comp.sources.bugs
mailing list