Re: bind behaves wrong for key

2000-01-06 Thread Shao Zhang
Hi, Thanks for the reply. But I cannot seem to find any documentation on the key . Are the docs on www.mutt.org up to date? Shao. Mikko Hänninen [[EMAIL PROTECTED]] wrote: > I wrote on Thu, 06 Jan 2000: > > I'm using this: > > > > bind alias \n " q" "select (tag) curre

Re: bind behaves wrong for key

2000-01-06 Thread Mikko Hänninen
I wrote on Thu, 06 Jan 2000: > I'm using this: > > bind alias \n " q" "select (tag) current entry and exit" That only works if you have bound to "tag-entry" (like I do). > bind alias \n "" That won't work, but this is what I ended up specifying for myself: bind alias select-entry It

Re: bind behaves wrong for key

2000-01-06 Thread Mikko Hänninen
Shao Zhang <[EMAIL PROTECTED]> wrote on Fri, 07 Jan 2000: > But when I try: > > bind alias select-entry I'm using this: bind alias \n " q" "select (tag) current entry and exit" which shows up as being bound to , not . Hmm. But it works. :-) I probably should change that

bind behaves wrong for key

2000-01-06 Thread Shao Zhang
Hi, I am trying to bind a key in the alias menu to select the current entry and exit out the alias menu and go back to the To: prompt. I have tried the following and it works fine: bind alias s select-entry But when I try: