From: Lars Ingebrigtsen Date: Sun, 20 Feb 2011 01:32:38 +0000 (-0800) Subject: * gnus.texi (Window Layout): Document layout names. X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=3073c20c088923d208640e5fc44fa698a1a3dda3 * gnus.texi (Window Layout): Document layout names. --- diff --git a/texi/ChangeLog b/texi/ChangeLog index 0e979f364..ec1eb161c 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2011-02-20 Lars Ingebrigtsen + + * gnus.texi (Window Layout): Document layout names. + 2011-02-19 Eli Zaretskii * auth.texi: Sync @dircategory with Emacs/info/dir. diff --git a/texi/gnus.texi b/texi/gnus.texi index 62a4ca971..4756f1ba7 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -22823,6 +22823,81 @@ window is displayed vertically next to another window, you may also want to fiddle with @code{gnus-tree-minimize-window} to avoid having the windows resized. +@subsection Window Configuration Names + +Here's a list of most of the currently known window configurations, +and when they're used: + +@itemize @code +@item group +The group buffer. + +@item summary +Entering a group and showing only the summary. + +@item article +Selecting an article. + +@item server +The server buffer. + +@item browse +Browsing groups from the server buffer. + +@item message +Composing a (new) message. + +@item only-article +Showing only the article buffer. + +@item edit-article +Editing an article. + +@item edit-form +Editing group parameters and the like. + +@item edit-score +Editing a server definition. + +@item post +Composing a news message. + +@item reply +Replying or following up an article without yanking the text. + +@item forward +Forwarding a message. + +@item reply-yank +Replying or following up an article with yanking the text. + +@item mail-bound +Bouncing a message. + +@item pipe +Sending an article to an external process. + +@item bug +Sending a bug report. + +@item score-trace +Displaying the score trace. + +@item score-words +Displaying the score words. + +@item split-trace +Displaying the split trace. + +@item compose-bounce +Composing a bounce message. + +@item mml-preview +Previewing a @acronym{MIME} part. + +@end itemize + + @subsection Example Window Configurations @itemize @bullet