[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

7.2 Key Bindings

C-c C-y
Cites the content of the current message buffer (the part under cursor). If the region is active, cites the region (it affects only if transient-mark-mode (on GNU Emacs) or zmacs-regions (on XEmacs) is Non-nil). If the command is called with prefix argument, the text inserted by yank command (the text content of clipboard) is cited. (wl-draft-yank-original)

C-c C-p
Previews the content of the current draft. This is useful for previewing MIME multi-part messages. (wl-draft-preview-message)

C-c C-s
Sends the content of the current draft. Does not erase the draft buffer. This is useful for sending multiple messages, which are a little different from each other. (wl-draft-send)

C-c C-c
Sends the content of the current draft and erases the draft buffer. (wl-draft-send-and-exit)

C-x C-s
Save the current draft. (wl-draft-save)

C-c C-k
Kills the current draft. (wl-draft-kill)

C-x k
Kills the current draft. (wl-draft-mimic-kill-buffer)

C-c C-z
Saves the current draft, and erases the draft buffer. This is useful if you want to suspend editing of the draft. You can resume editing by pressing E (wl-summary-reedit) in the `+draft' folder. (wl-draft-save-and-exit)

C-c C-r
Encodes or decodes the specified region in Caesar cipher. (wl-caesar-region)

C-l
Recenter and rehighlight current draft. (wl-draft-highlight-and-recenter)

M-t
Toggles off-line/on-line states of Wanderlust. (wl-toggle-plugged)

C-c C-o
Jumps to the other draft buffer, if exists. With prefix argument, reads a file (if any) from the draft folder when there is no such buffer. (wl-jump-to-draft-buffer)

C-c C-e
Applies wl-draft-config-alist. (wl-draft-config-exec)

C-c C-j
Selects a template. (wl-template-select)

C-c C-a
Enter Address Manager. See section 11.2 Address Manager. (wl-addrmgr)

C-c C-d
Elide the text between point and mark (wl-draft-elide-region). The text is killed and replaced with the contents of the variable wl-draft-elide-ellipsis. The default value is to use an ellipsis (`[...]').


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated by Yuuichi Teranishi on February, 19 2005 using texi2html