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

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

Re: TAB is something you don't want to send thru *shell*


From: Miles Bader
Subject: Re: TAB is something you don't want to send thru *shell*
Date: 26 Jun 2002 21:39:14 +0900

Andreas Schwab <schwab@suse.de> writes:
> |> It's a bug, though I'm not sure the right place to fix it offhand.
> 
> There should be a way to tell bash not to use its readline interface when
> running in a shell buffer.

[at which point we'll start having problems with cooked mode!]

I'd prefer to change something in emacs, because it's just not
reasonable to try and figure out what the underlying program is and do
something program-specific.

For most programs that just use cooked mode, we could probably figure
out someway to do, but for programs that are directly interpreting
control characters like readline, I'm not sure what to do.

Does bash _always_ use readline, regardless of the state of the tty, or
is there some tty state that makes it think `something's funny, I'd
better not use readline' (I'd think -echo would be a clue, but I guess
not)?

-Miles
-- 
`Cars give people wonderful freedom and increase their opportunities.
 But they also destroy the environment, to an extent so drastic that
 they kill all social life' (from _A Pattern Language_)



reply via email to

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