Re: readline Bug! ;-) [was: Bash Bug! (was: Bug in rxvt 2.7.2 ...)]

2002-10-11 Thread Jason Tishler
Thomas, On Thu, Oct 10, 2002 at 02:30:46PM +0200, Thomas Mellman wrote: > WRT <[EMAIL PROTECTED]>, > > I have been experiencing similar problems since upgrading to bash > > 2.05b-2 and libreadline5 4.3-1. My typical problem is that the "c" > > command as in "cw" (i.e., change word) would stop wo

Re: readline Bug! ;-) [was: Bash Bug! (was: Bug in rxvt 2.7.2 ...)]

2002-10-10 Thread Igor Pechtchanski
On Thu, 10 Oct 2002, Thomas Mellman wrote: > WRT <[EMAIL PROTECTED]>, > > > I have been experiencing similar problems since upgrading to bash > > 2.05b-2 and libreadline5 4.3-1. My typical problem is that the "c" > > command as in "cw" (i.e., change word) would stop working, but "dw" > > (i.e.,

Re: readline Bug! ;-) [was: Bash Bug! (was: Bug in rxvt 2.7.2 ...)]

2002-10-10 Thread Thomas Mellman
WRT <[EMAIL PROTECTED]>, > I have been experiencing similar problems since upgrading to bash > 2.05b-2 and libreadline5 4.3-1. My typical problem is that the "c" > command as in "cw" (i.e., change word) would stop working, but "dw" > (i.e., delete word) followed by "i" (i.e., insert) was fine.

Re: [PATCH] Re: readline Bug! ;-) [was: Bash Bug! (was: Bug in rxvt 2.7.2 ...)]

2002-10-02 Thread Christopher Faylor
On Wed, Oct 02, 2002 at 11:12:27PM -0400, Igor Pechtchanski wrote: >On Wed, 2 Oct 2002, Christopher Faylor wrote: > >> On Wed, Oct 02, 2002 at 10:46:23PM -0400, Igor Pechtchanski wrote: >> >Well, I guess I've figured this one out... The bug was in readline-4.3. >> >I'm attaching patches for both

Re: [PATCH] Re: readline Bug! ;-) [was: Bash Bug! (was: Bug in rxvt 2.7.2 ...)]

2002-10-02 Thread Christopher Faylor
On Wed, Oct 02, 2002 at 10:46:23PM -0400, Igor Pechtchanski wrote: >Well, I guess I've figured this one out... The bug was in readline-4.3. >I'm attaching patches for both bash-2.05b-5 and readline-4.3-1 (nearly >identical). There is a *long* description of the bug and the fix below >for those w

Re: readline Bug! ;-) [was: Bash Bug! (was: Bug in rxvt 2.7.2 ...)]

2002-10-02 Thread Jason Tishler
Thomas, On Wed, Oct 02, 2002 at 11:20:35AM +0200, Thomas Mellman wrote: > I haven't been able to isolate it any further, so I haven't said > anything yet, but since this has come up, and seems to be in roughly > the same place, it seems to me it's worth bringing up. If anyone else > has observed

readline Bug! ;-) [was: Bash Bug! (was: Bug in rxvt 2.7.2 ...)]

2002-10-02 Thread Thomas Mellman
WRT <[EMAIL PROTECTED]> I wonder if this has anything to do with a readline bug I've been observing for awhile: in VI mode, after a while of use, suddenly readline stops understanding certain commands (e.g. "r"). They just stop being functional, or switch to a right-char movement. Just someti

readline Bug! ;-) [was: Bash Bug! (was: Bug in rxvt 2.7.2 ...)]

2002-10-01 Thread Igor Pechtchanski
Hey, as long as we're shifting the blame, let's shift it correctly ;-) Details below... On Tue, 1 Oct 2002, Jelks Cabaniss wrote: > Igor Pechtchanski wrote: > > > > > As for the Ctrl-Left, this is something odd in bash. I > > > > can get the same behavior in a command window running bash, > > >

Bash Bug! (was: Bug in rxvt 2.7.2 ...)

2002-10-01 Thread Jelks Cabaniss
Igor Pechtchanski wrote: > > > As for the Ctrl-Left, this is something odd in bash. I > > > can get the same behavior in a command window running bash, > > > or even by typing Esc O c. Bash running on Linux does not > > > seem to have this problem. I wrote, speaking about CTRL+Left: > > He