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: Tue, 25 Jun 2002 15:29:32 GMT

jidanni@dman.ddts.net (Dan Jacobson) writes:
> What is the big problem with TAB in *shell* now (21.2)?
> No matter how you get a TAB into the command line, ^Q^I or paste, you
> are going to get the 329 etc. possibilities treatment:

I think this is because the pty emacs uses to communciate with the
shell process is kept in cooked mode, and so it's interpreting any
terminal control characters it gets in the input.

It's a bug, though I'm not sure the right place to fix it offhand.

You can work around it by prefixing `wierd' characters like tab with a
literal ^V character (inserted using `C-q C-v').

-Miles

-- 
I have seen the enemy, and he is us.  -- Pogo



reply via email to

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