* 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
-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
-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
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
> 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 (
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
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
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