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

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

bug#6302: 24.0.50; Unable to use su in term.


From: Stefan Monnier
Subject: bug#6302: 24.0.50; Unable to use su in term.
Date: Fri, 04 Jun 2010 09:35:50 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> I found what is not working.
> I use an alias in my .bashrc to force emacs shell using the word Password
> as prompt for su command:

> ,----
> | alias su="LC_ALL=C su -l"
> `----

> Emacs shell support that but term doesn't.

How 'bout taking the alias out of the question and try

   thierry@tux ~ $ LC_ALL=C su -l
and
   thierry@tux ~ $ LC_ALL=C su
and
   thierry@tux ~ $ su -l

> Without that alias or when running sh instead of bash term work as expected.

What do you mean by "running sh instead of bash"?
Do you mean the shell from which you execute "su" or the shell of the
user to which you're su-ing?

Also, can you M-x trace-function-background RET term-emulate-terminal
RET, reproduce the problem and then show us the *trace-output*?


        Stefan





reply via email to

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