Re: command mode?

2008-09-29 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday, September 29 at 01:13 AM, quoth Nicolas Rachinsky: The difference is *when* the command gets executed. With exec, the function is executed immediately. With push, it is executed the next time mutt goes into its idle loop (for lack of a

command mode?

2008-09-28 Thread bill lam
, :set aaa? :echo $bbb Or does mutt has a command mode similar to that in vi/vim? TIA -- regards, GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3

Re: command mode?

2008-09-28 Thread Michael Kjorling
On 28 Sep 2008 22:43 +0800, by [EMAIL PROTECTED] (bill lam): There are some unbound functions at the bottom of the help page ? eg, query delete-thread, However when I type :query It said unknown command, How to execute these commands without binding :push query Works for me. -- Michael

Re: command mode?

2008-09-28 Thread bill lam
On Sun, 28 Sep 2008, Michael Kjorling wrote: :push query Thank you for quick response. I see the syntax is to type :push first. memo -- regards, GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3

Re: command mode?

2008-09-28 Thread David Champion
On Sun, 28 Sep 2008, Michael Kjorling wrote: :push query Thank you for quick response. I see the syntax is to type :push first. memo Right. These symbols from the help screen are names of key bindings. Commands are different; they're what you putt in muttrc or after pressing the : key (the

Re: command mode?

2008-09-28 Thread Gary Johnson
:push query you can also use :exec query I don't remember the difference, if any other than the syntax, off-hand. Also commands like set aaa= seems working, but how to do things like, :set aaa? :echo $bbb Or does mutt has a command mode similar to that in vi/vim? You can

Re: command mode?

2008-09-28 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday, September 28 at 12:38 PM, quoth Gary Johnson: In addition to using :push query you can also use :exec query I don't remember the difference, if any other than the syntax, off-hand. The difference is *when* the command gets

Re: command mode?

2008-09-28 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday, September 28 at 10:43 PM, quoth bill lam: Also commands like set aaa= seems working, but how to do things like, :set aaa? :echo $bbb In both cases, I think what you're looking for is this: :set ?aaa ~Kyle - -- Necessity is the

Re: command mode?

2008-09-28 Thread Nicolas Rachinsky
* Kyle Wheeler [EMAIL PROTECTED] [2008-09-28 14:48 -0500]: I don't remember the difference, if any other than the syntax, off-hand. The difference is *when* the command gets executed. With exec, the function is executed immediately. With push, it is executed the next time mutt goes into