Previous: Group Topics, Up: Group Buffer
(define-key gnus-group-mode-map (kbd "v j d")
(lambda ()
(interactive)
(gnus-group-jump-to-group "nndraft:drafts")))
On keys reserved for users in Emacs and on keybindings in general
See Keymaps.
gnus-group-enter-server-mode).
See Server Buffer.
gnus-group-post-news). If given a prefix, post to the group
under the point. If the prefix is 1, prompt for a group to post to.
Contrary to what the name of this function suggests, the prepared
article might be a mail instead of a news, if a mail group is specified
with the prefix argument. See Composing Messages.
gnus-group-mail). If given a prefix,
use the posting style of the group under the point. If the prefix is 1,
prompt for a group name to find the posting style.
See Composing Messages.
gnus-group-news). If given a prefix,
post to the group under the point. If the prefix is 1, prompt
for group to post to. See Composing Messages.
This function actually prepares a news even when using mail groups. This is useful for “posting” messages to mail groups without actually sending them over the network: they're just saved directly to the group in question. The corresponding back end must have a request-post method for this to work though.
Variables for the group buffer:
gnus-group-mode-hookgnus-group-prepare-hookgnus-group-prepared-hookgnus-permanently-visible-groupsgnus-group-name-charset-method-alistFor example:
(setq gnus-group-name-charset-method-alist
'(((nntp "news.com.cn") . cn-gb-2312)))
gnus-group-name-charset-group-alist((".*"
utf-8)) is the default value if UTF-8 is supported, otherwise the
default is nil.
For example:
(setq gnus-group-name-charset-group-alist
'(("\\.com\\.cn:" . cn-gb-2312)))