unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#54004: 29.0.50; [PATCH] Gnus outdated tool bar variables
@ 2022-02-14 21:50 Arash Esbati
  2022-02-14 22:19 ` Eric Abrahamsen
  0 siblings, 1 reply; 8+ messages in thread
From: Arash Esbati @ 2022-02-14 21:50 UTC (permalink / raw)
  To: 54004

[-- Attachment #1: Type: text/plain, Size: 285 bytes --]

Hi all,

I think some tool bar variables from Gnus are gone, namely
gnus-use-toolbar, gnus-toolbar-thickness and gnus-summary-mail-toolbar.
gnus-{group,summary}-toolbar are now gnus-{group,summary}-tool-bar.

Please find attached a small patch fixing this in Gnus manual.

Best, Arash

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: gnus.texi.patch --]
[-- Type: text/x-patch, Size: 1823 bytes --]

diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 306d66de64..487f524fd2 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -24139,37 +24139,22 @@ Gravatars
 @end lisp
 
 
-@subsubsection Toolbar
+@subsubsection Tool bar
 
 @table @code
 
-@item gnus-use-toolbar
-@vindex gnus-use-toolbar
-This variable specifies the position to display the toolbar.  If
-@code{nil}, don't display toolbars.  If it is non-@code{nil}, it should
-be one of the symbols @code{default}, @code{top}, @code{bottom},
-@code{right}, and @code{left}.  @code{default} means to use the default
-toolbar, the rest mean to display the toolbar on the place which those
-names show.  The default is @code{default}.
-
-@item gnus-toolbar-thickness
-@vindex gnus-toolbar-thickness
-Cons of the height and the width specifying the thickness of a toolbar.
-The height is used for the toolbar displayed on the top or the bottom,
-the width is used for the toolbar displayed on the right or the left.
-The default is that of the default toolbar.
-
-@item gnus-group-toolbar
+@item gnus-group-tool-bar
 @vindex gnus-group-toolbar
-The toolbar in the group buffer.
+Specifies the tool bar in the group buffer.  It can be either a list
+or a symbol referring to a list.  Pre-defined symbols include
+@code{gnus-group-tool-bar-gnome} and @code{gnus-group-tool-bar-retro}.
 
-@item gnus-summary-toolbar
+@item gnus-summary-tool-bar
 @vindex gnus-summary-toolbar
-The toolbar in the summary buffer.
-
-@item gnus-summary-mail-toolbar
-@vindex gnus-summary-mail-toolbar
-The toolbar in the summary buffer of mail groups.
+Specifies the tool bar in the summary buffer.  It can be either a list
+or a symbol referring to a list.  Pre-defined symbols include
+@code{gnus-summary-tool-bar-gnome} and
+@code{gnus-summary-tool-bar-retro}.
 
 @end table
 

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-02-15  9:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-14 21:50 bug#54004: 29.0.50; [PATCH] Gnus outdated tool bar variables Arash Esbati
2022-02-14 22:19 ` Eric Abrahamsen
2022-02-14 22:22   ` Lars Ingebrigtsen
2022-02-14 22:36     ` Eric Abrahamsen
2022-02-14 22:39       ` Lars Ingebrigtsen
2022-02-14 22:44         ` Eric Abrahamsen
2022-02-14 23:23           ` Eric Abrahamsen
2022-02-15  9:06           ` Arash Esbati

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).