| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Here is a summary of hooks used in Mew.
Hook called at initialize time before setting environment.
Hook called at initialize time.
Hook called at status update(‘Z’).
Hook called in Summary mode.
Hook called in Virtual mode.
Hook called after new threads are displayed.
Hook called in Header mode.
Hook called in Draft mode.
Hook called in Draft mode only when new draft is prepared.
Hook called in Draft mode when a message not in +draft is re-edited.
Hook called in Draft mode when a message in +draft is re-edited.
Hook called in Draft mode when a message in +queue or +postq is re-edited.
Hook called in Draft mode when a message returned with the old style is edited again.
Hook called in Message mode.
Hook called whenever message displayed.
Hook called before making a message in Draft mode. A good example is as follows: (add-hook 'mew-make-message-hook 'ispell-message)
Hook called before sending/queuing an e-mail message in Draft mode. Note that this hook is called before composition of the message
Hook called before posting/queuing a NetNews message in Draft mode. Note that this hook is called before composition of the message.
Hook called before sending/queuing an e-mail message in Draft mode. Note that this hook is called after composition of the message.
Hook called before sending/queuing a NetNews message in Draft mode. Note that this hook is called after composition of the message.
Hook called before SMTP runs if messages exist in +queue.
Hook called before NNTP runs if messages exist in +postq.
Hook called when a SMTP process finished.
Hook called when a NNTP process to receive messages finished.
Hook called when a NNTP process to post messages finished.
Hook called when a POP process finished.
Hook called when a non-Biff POP process finished.
Hook called when a NNTP process to post messages finished.
Hook called when an IMAP process finished.
Hook called when a non-Biff IMAP process finished.
Hook called when scan finished.
Hook called when mew-summary-ls does not scan a folder.
Hook called when ‘x’ in Summary mode finished.
Hook called in mew-refile-guess-by-from-learn.
Hook called when ‘M-s’ in Summary mode finished.
Hook called when ‘O’ in Summary mode finished.
Hook called when a folder deleted.
Hook called when a folder renamed.
Hook called when ‘v’ in Summary finished.
Hook called when mew-syntax-format is called.
Hook called in Addrbook mode.
Hook for an external cite mechanism. If you want to use super-cite, (setq mew-cite-hook 'sc-cite-original).
Called in mew-summary-reply-with-citation before citation.
Hook called on suspend.
Hook called on quit.
Here are some example configurations of hook
Draft mode evaluates ‘text-mode-hook’ and ‘mew-draft-mode-hook’ in order. If you do not set ‘auto-fill-mode’ to ‘text-mode-hook’, It would be useful to define ‘mew-draft-mode-hook’ as follows:
(add-hook 'mew-draft-mode-hook
(lambda ()
(auto-fill-mode 1)
(set-fill-column 70)))
|
In this example, the number of fill column is also set to 70.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated by U-X61T\saito on August, 31 2008 using texi2html 1.78.