Re: binding and slow reaction

2001-12-05 Thread David T-G
Brian -- ...and then Brian Clark said... % * David T-G <[EMAIL PROTECTED]> [Dec 05. 2001 08:19]: % % > In either case, you wouldn't need the in your macro, so I % > suspect that you have resolve=no. % % OK, I checked out my .muttrc and I do have resolve unset. So there's my % whole problem wit

Re: binding and slow reaction

2001-12-05 Thread Cliff Sarginson
On Wed, Dec 05, 2001 at 01:45:43PM -0500, Brian Clark wrote: > * Thomas Dickey <[EMAIL PROTECTED]> [Dec 05. 2001 04:49]: > > > man ncurses > > > >ESCDELAY > > Specifies the total time, in milliseconds, for which > > ncurses will await a character sequence, e.

Re: binding and slow reaction

2001-12-05 Thread Brian Clark
* Thomas Dickey <[EMAIL PROTECTED]> [Dec 05. 2001 04:49]: > man ncurses > >ESCDELAY > Specifies the total time, in milliseconds, for which > ncurses will await a character sequence, e.g., a > function key. The default value, 1000 milliseconds,

Re: binding and slow reaction

2001-12-05 Thread Brian Clark
* David T-G <[EMAIL PROTECTED]> [Dec 05. 2001 08:19]: > Meanwhile, if you first exit and then delete, you should move to the next > unread and not be in the pager. > > In either case, you wouldn't need the in your macro, so I > suspect that you have resolve=no. OK, I checked out my .muttrc and

Re: binding and slow reaction

2001-12-05 Thread David T-G
Brian -- ...and then Brian Clark said... % * Cliff Sarginson <[EMAIL PROTECTED]> [Dec 04. 2001 23:22]: % % > > bind pager \e exit My suggestion would have been to use another key, like the Del you ended up picking, or to macro \e\e to remove any ambiguity. ... % Ahh, I understand. I found tha

Re: binding and slow reaction

2001-12-05 Thread Thomas Dickey
On Tue, Dec 04, 2001 at 09:48:35PM -0500, Brian Clark wrote: > > Can anyone tell me why this: > > bind pager \e exit > > Causes there to be a full 1 second delay, after hitting Esc, before it > actually quits the pager? man ncurses ESCDELAY Specifies the total time, in mi

Re: binding and slow reaction

2001-12-04 Thread Brian Clark
* Cliff Sarginson <[EMAIL PROTECTED]> [Dec 04. 2001 23:22]: > > bind pager \e exit > > > > Causes there to be a full 1 second delay, after hitting Esc, before it > > actually quits the pager? > > > Yes I can tell you. > Esc is a lead in to many other commands. > The delay is to see if anything

Re: binding and slow reaction

2001-12-04 Thread Cliff Sarginson
On Wed, Dec 05, 2001 at 05:20:05AM +0100, Cliff Sarginson wrote: > On Tue, Dec 04, 2001 at 09:48:35PM -0500, Brian Clark wrote: > > Greetings, > > > > Can anyone tell me why this: > > > > bind pager \e exit > > > > Causes there to be a full 1 second delay, after hitting Esc, before it > > actua

Re: binding and slow reaction

2001-12-04 Thread Cliff Sarginson
On Tue, Dec 04, 2001 at 09:48:35PM -0500, Brian Clark wrote: > Greetings, > > Can anyone tell me why this: > > bind pager \e exit > > Causes there to be a full 1 second delay, after hitting Esc, before it > actually quits the pager? > Yes I can tell you. Esc is a lead in to many other commands

binding and slow reaction

2001-12-04 Thread Brian Clark
Greetings, Can anyone tell me why this: bind pager \e exit Causes there to be a full 1 second delay, after hitting Esc, before it actually quits the pager? For example, arrow over the message in the list, hit enter, view message, hit Esc, one-one-thousand, message returns to full-view index.