Re: @ symbol deleting all preceeding input at command line?
From: Frank Slootweg (this_at_ddress.is.invalid)
Date: 09/23/05
- Next message: Mr. Uh Clem: "Re: telnet commands for hp laserjet"
- Previous message: Frank Slootweg: "Re: @ symbol deleting all preceeding input at command line?"
- In reply to: Frank Slootweg: "Re: @ symbol deleting all preceeding input at command line?"
- Next in thread: Mikko Nahkola: "Re: @ symbol deleting all preceeding input at command line?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 23 Sep 2005 09:52:08 GMT
A little earlier I wrote:
> mkirsch1@rochester.rr.com wrote:
> > It's not in /etc/profile or /etc/csh.login. That was the first place I
> > looked, and why I cam here looking for help. The @ setting must be in
> > one of these "some other file(s)" you mention, but don't go into detail
> > about...and aren't mentioned in the FAQ either.
>
> No. (Again:) *Read* what people write: What I am referring to is where
> the setting is *changed* from the (termio(7)/SVID/XPG/standard) default
> of '@'. For a POSIX or Korn shell, the stty command which sets kill to
> something *other* than '@' is either in /etc/profile (which I mentioned)
> or in ~user/.profile (which the FAQ mentions).
It's in ~user/.profile:
> stty erase "^H" kill "^U" intr "^C" eof "^D"
I.e. that stty(1) command *changes* the kill character from the
(termio(7)/SVID/XPG/standard) default '@' to '^U'.
However, as I said before, the problem, especially with (X) windows
environments, often is that .profile (and /etc/profile) are not executed
if the environment is not configured correctly.
So, again: Let the user reproduce the problem. Then do a "stty -a". If
that shows that kill is set to '@' then do a "stty kill "^U"" and see if
that solves the problem. If so, figure out why .profile is not executed,
because (then) that is the *real* problem.
[rest of earlier response deleted]
- Next message: Mr. Uh Clem: "Re: telnet commands for hp laserjet"
- Previous message: Frank Slootweg: "Re: @ symbol deleting all preceeding input at command line?"
- In reply to: Frank Slootweg: "Re: @ symbol deleting all preceeding input at command line?"
- Next in thread: Mikko Nahkola: "Re: @ symbol deleting all preceeding input at command line?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|