Salvatore Greco [[EMAIL PROTECTED]] wrote:
> How can I use macro's that bind a key to these "Unbound functions" ?

This is covered in the manual.

bind <map> <key> <function>

where <map> is one of compose, index, pager, etc. where <function> is valid.

Examples:
bind compose x send-message
bind index D delete-message
bind pager D delete-message
bind pager <up> previous-line
bind pager <down> next-line
bind pager M current-middle

Note that these are keybindings.  Macros bind multiple actions to one
keystroke:

macro index i "c!^M"
macro index I "c?^I"

-- 
Jeremy Blosser   |   [EMAIL PROTECTED]   |   http://jblosser.firinn.org/
-----------------+-------------------------+------------------------------
"Would you fight to the death, for that which you love?
                   In a cause surely hopeless ...for that which you love?"
                                             -- D. McKiernan, _Dragondoom_

PGP signature

Reply via email to