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 mu

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

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 > >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 e

Re: command mode?

2008-09-28 Thread Gary Johnson
On 2008-09-28, bill lam <[EMAIL PROTECTED]> wrote: > Hello, > 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 > them to shortcut keys? In addi

Re: command mode?

2008-09-28 Thread David Champion
> On Sun, 28 Sep 2008, Michael Kjorling wrote: > > :push "" > 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 (

Re: command mode?

2008-09-28 Thread bill lam
On Sun, 28 Sep 2008, Michael Kjorling wrote: > :push "" 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 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 "" Works for me. -- Mic

command mode?

2008-09-28 Thread bill lam
Hello, 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 them to shortcut keys? Also commands like "set aaa=" seems working, but how to do things l