Re: newbie question on binding

2002-07-14 Thread Cameron Simpson
On 18:41 12 Jul 2002, Sven Guckes <[EMAIL PROTECTED]> wrote: | * Rich <[EMAIL PROTECTED]> [2002-07-12 12:11]: | > On Fri,Jul12,2002at10:04:45PM+1000, Cameron Simpson wrote: | > > Might want to check your backspace is actually sending ^H and not ^?. | > > Type: ^V | > > That's control-V and then th

Re: newbie question on binding

2002-07-12 Thread Sven Guckes
* Rich <[EMAIL PROTECTED]> [2002-07-12 12:11]: > On Fri,Jul12,2002at10:04:45PM+1000, Cameron Simpson wrote: > > Might want to check your backspace is actually sending ^H and not ^?. > > Type: ^V > > That's control-V and then the backspace key. What does it show? > > It sends the ^?. that's the "d

Re: newbie question on binding

2002-07-12 Thread Rich
On Fri,Jul12,2002at10:04:45PM+1000, Cameron Simpson wrote: > Might want to check your backspace is actually sending ^H and not ^?. > Type: > ^V > That's control-V and then the backspace key. What does it show? > -- > Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au

Re: newbie question on binding

2002-07-12 Thread Cameron Simpson
On 06:12 12 Jul 2002, Rich <[EMAIL PROTECTED]> wrote: | On Fri,Jul12,2002at01:10:33AM-0700, John Iverson wrote: | > Try ":bind pager previous-line" | Tried that. Still gives the error "Key is not bound". I can bind just about | any other key. I was just wondering why the default doesnt work. I am

Re: newbie question on binding

2002-07-12 Thread Rich
On Fri,Jul12,2002at01:10:33AM-0700, John Iverson wrote: > > Try ":bind pager previous-line" > > -- > John Tried that. Still gives the error "Key is not bound". I can bind just about any other key. I was just wondering why the default doesnt work. I am running this in xterm. I have tried all th

Re: newbie question on binding

2002-07-12 Thread John Iverson
* On Thu, 11 Jul 2002, Rich wrote: > I have tried actually binding the keys while i am in mutt with > the command ":bind pager backspace previous-line" Try ":bind pager previous-line" -- John