comparison man/gnus.texi @ 69944:a87e26272828

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-210 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 81-82) - Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 11 Apr 2006 23:22:06 +0000
parents 20130dbb0f1e
children be502e8c29ea c156f6a9e7b5
comparison
equal deleted inserted replaced
69943:7d69833e0c1a 69944:a87e26272828
4041 * Sieve Commands:: Managing Sieve scripts. 4041 * Sieve Commands:: Managing Sieve scripts.
4042 @end menu 4042 @end menu
4043 4043
4044 @table @kbd 4044 @table @kbd
4045 4045
4046 @item v
4047 @kindex v (Group)
4048 @cindex keys, reserved for users (Group)
4049 The key @kbd{v} is reserved for users. You can bind it key to some
4050 function or better use it as a prefix key. For example:
4051
4052 @lisp
4053 (define-key gnus-group-mode-map (kbd "v j d")
4054 (lambda ()
4055 (interactive)
4056 (gnus-group-jump-to-group "nndraft:drafts")))
4057 @end lisp
4058
4059 On keys reserved for users in Emacs and on keybindings in general
4060 @xref{Keymaps, Keymaps, , emacs, The Emacs Editor}.
4061
4046 @item ^ 4062 @item ^
4047 @kindex ^ (Group) 4063 @kindex ^ (Group)
4048 @findex gnus-group-enter-server-mode 4064 @findex gnus-group-enter-server-mode
4049 Enter the server buffer (@code{gnus-group-enter-server-mode}). 4065 Enter the server buffer (@code{gnus-group-enter-server-mode}).
4050 @xref{Server Buffer}. 4066 @xref{Server Buffer}.
4435 4451
4436 The most common way to a summary buffer is to select a group from the 4452 The most common way to a summary buffer is to select a group from the
4437 group buffer (@pxref{Selecting a Group}). 4453 group buffer (@pxref{Selecting a Group}).
4438 4454
4439 You can have as many summary buffers open as you wish. 4455 You can have as many summary buffers open as you wish.
4456
4457 @kindex v (Summary)
4458 @cindex keys, reserved for users (Summary)
4459 The key @kbd{v} is reserved for users. You can bind it key to some
4460 function or better use it as a prefix key. For example:
4461 @lisp
4462 (define-key gnus-summary-mode-map (kbd "v -") "LrS") ;; lower subthread
4463 @end lisp
4440 4464
4441 @menu 4465 @menu
4442 * Summary Buffer Format:: Deciding how the summary buffer is to look. 4466 * Summary Buffer Format:: Deciding how the summary buffer is to look.
4443 * Summary Maneuvering:: Moving around the summary buffer. 4467 * Summary Maneuvering:: Moving around the summary buffer.
4444 * Choosing Articles:: Reading articles. 4468 * Choosing Articles:: Reading articles.
11240 article buffer. They should behave as if you typed them in the summary 11264 article buffer. They should behave as if you typed them in the summary
11241 buffer, which means that you don't actually have to have a summary 11265 buffer, which means that you don't actually have to have a summary
11242 buffer displayed while reading. You can do it all from the article 11266 buffer displayed while reading. You can do it all from the article
11243 buffer. 11267 buffer.
11244 11268
11269 @kindex v (Article)
11270 @cindex keys, reserved for users (Article)
11271 The key @kbd{v} is reserved for users. You can bind it key to some
11272 function or better use it as a prefix key.
11273
11245 A few additional keystrokes are available: 11274 A few additional keystrokes are available:
11246 11275
11247 @table @kbd 11276 @table @kbd
11248 11277
11249 @item SPACE 11278 @item SPACE
12269 @node Server Commands 12298 @node Server Commands
12270 @subsection Server Commands 12299 @subsection Server Commands
12271 @cindex server commands 12300 @cindex server commands
12272 12301
12273 @table @kbd 12302 @table @kbd
12303
12304 @item v
12305 @kindex v (Server)
12306 @cindex keys, reserved for users (Server)
12307 The key @kbd{v} is reserved for users. You can bind it key to some
12308 function or better use it as a prefix key.
12274 12309
12275 @item a 12310 @item a
12276 @kindex a (Server) 12311 @kindex a (Server)
12277 @findex gnus-server-add-server 12312 @findex gnus-server-add-server
12278 Add a new server (@code{gnus-server-add-server}). 12313 Add a new server (@code{gnus-server-add-server}).