From unknown Tue Aug 19 23:13:22 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#54004 <54004@debbugs.gnu.org> To: bug#54004 <54004@debbugs.gnu.org> Subject: Status: 29.0.50; [PATCH] Gnus outdated tool bar variables Reply-To: bug#54004 <54004@debbugs.gnu.org> Date: Wed, 20 Aug 2025 06:13:22 +0000 retitle 54004 29.0.50; [PATCH] Gnus outdated tool bar variables reassign 54004 emacs submitter 54004 Arash Esbati severity 54004 normal tag 54004 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 14 16:51:27 2022 Received: (at submit) by debbugs.gnu.org; 14 Feb 2022 21:51:27 +0000 Received: from localhost ([127.0.0.1]:42845 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJjFm-0007bV-VM for submit@debbugs.gnu.org; Mon, 14 Feb 2022 16:51:27 -0500 Received: from lists.gnu.org ([209.51.188.17]:34394) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJjFl-0007bO-6l for submit@debbugs.gnu.org; Mon, 14 Feb 2022 16:51:25 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33744) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJjFl-0006w5-0C for bug-gnu-emacs@gnu.org; Mon, 14 Feb 2022 16:51:25 -0500 Received: from [2001:470:142:3::e] (port=42208 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJjFk-0002GR-Mo for bug-gnu-emacs@gnu.org; Mon, 14 Feb 2022 16:51:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=YLWUbQP53Lk3jaQgNAP1SGUQkPKappIhug6cIxcIU1Q=; b=CRGwdhcV+Evw/D C88Vwu7edekiWiz2Dw4Bz+anjJ+WGuENk3C4egc8U8ELdhC02OiZwlZSF6WoHgqoz7s5CB0egyHVc 1fxaxhiOR31Nqugoa5zSYabbDt7E9cAeTVGr3TmuSMZyVLG/3lZwozJE/6gxTp6Qh3mphCO+3JBRs 0+fJNBispXGGXIZKRvtzzySekAKK+InFGr8s57Qk30/lxpxG3nxCLZ/VkO52FlNh8WUY6PdA4LN3J dG/WMwtW/PXM0ry6dRAK7ebkrGyrb0m2zfCV5myDXmPTYcywcIQoyOxGaOQpfRZBUyC3E9uz0y20k iCUklzkPET8QB7eatuOw==; Received: from p5b326004.dip0.t-ipconnect.de ([91.50.96.4]:61130 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJjFk-0001dx-AG for bug-gnu-emacs@gnu.org; Mon, 14 Feb 2022 16:51:24 -0500 From: Arash Esbati To: emacs-bugs Subject: 29.0.50; [PATCH] Gnus outdated tool bar variables Date: Mon, 14 Feb 2022 22:50:59 +0100 Message-ID: <865yphw20s.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain 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 --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=gnus.texi.patch 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 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 14 17:19:53 2022 Received: (at submit) by debbugs.gnu.org; 14 Feb 2022 22:19:53 +0000 Received: from localhost ([127.0.0.1]:42878 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJjhI-0008IH-RY for submit@debbugs.gnu.org; Mon, 14 Feb 2022 17:19:53 -0500 Received: from lists.gnu.org ([209.51.188.17]:46722) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJjhD-0008I7-Ql for submit@debbugs.gnu.org; Mon, 14 Feb 2022 17:19:51 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38314) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJjhB-0008Cb-D4 for bug-gnu-emacs@gnu.org; Mon, 14 Feb 2022 17:19:47 -0500 Received: from ciao.gmane.io ([116.202.254.214]:59920) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJjh9-0006Z8-Dc for bug-gnu-emacs@gnu.org; Mon, 14 Feb 2022 17:19:44 -0500 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1nJjh6-00059b-GY for bug-gnu-emacs@gnu.org; Mon, 14 Feb 2022 23:19:40 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: bug-gnu-emacs@gnu.org From: Eric Abrahamsen Subject: Re: bug#54004: 29.0.50; [PATCH] Gnus outdated tool bar variables Date: Mon, 14 Feb 2022 14:19:35 -0800 Message-ID: <87zgmtgkg8.fsf@ericabrahamsen.net> References: <865yphw20s.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cancel-Lock: sha1:SKVlW3VQNRnhBf3TL4MyO65dJkU= Received-SPF: pass client-ip=116.202.254.214; envelope-from=geb-bug-gnu-emacs@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.25, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) Arash Esbati writes: > 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. I wonder if the gnome and retro tool bars are even in effect any more? It seems to be "retro" by default, but if I turn tool-bar-mode on and switch `gnus-group-tool-bar' to gnome and back, nothing happens. From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 14 17:22:43 2022 Received: (at 54004) by debbugs.gnu.org; 14 Feb 2022 22:22:43 +0000 Received: from localhost ([127.0.0.1]:42883 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJjk3-0008Mt-88 for submit@debbugs.gnu.org; Mon, 14 Feb 2022 17:22:43 -0500 Received: from quimby.gnus.org ([95.216.78.240]:41510) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJjk1-0008Mf-I2 for 54004@debbugs.gnu.org; Mon, 14 Feb 2022 17:22:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=sa9YRhUTWrdn13GxSH8YJ5GneXP13iKPn22kdOkuMYA=; b=EMdJhkpJOkwr8qFRJiXdByXD5F E8tRf7oFe7too4atvbdUpuUk4X/nYg5IlaRWfKigTn5tODjx8m5dPjCI8OWdBSCjw3tJDvvYFqijw k32nu5gEEY8cqg29hbicd6Yw0KMg47H6zTE/GZjNJNStkAth4IL1qsKXcxe1Px0Z76s0=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nJjjq-0004Cb-56; Mon, 14 Feb 2022 23:22:34 +0100 From: Lars Ingebrigtsen To: Eric Abrahamsen Subject: Re: bug#54004: 29.0.50; [PATCH] Gnus outdated tool bar variables References: <865yphw20s.fsf@gnu.org> <87zgmtgkg8.fsf@ericabrahamsen.net> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAD1BMVEWJe27Iyb9MR1QN CxL///8ojF86AAAAAWJLR0QEj2jZUQAAAAd0SU1FB+YCDhYWDwJaAegAAAG7SURBVDjLXZOLtYQw CEQJaSBqAwgNROi/tzf56j7dPcbcwJAhUjq+F9F4FqIvKKSSXsB6T8DCKhuc4b4Akb8g1yOnpcCh a5jsPvjpL4lYfYMSWFf7y80Wb8QZxBMQhQYtkMN5qhMp7hdQodjgjbAg4ehllRJWP0DU4h7AbO21 ALR7vJvF8wHh870ExhugKooBToDYAMsQ1MW5Reiy97BGjgTbrKnNZB2gqnScMuVmhbAhermnFEYD eOoVGA2zUH7zrHm4IwCwTWS8SzpSpsppdtkxdUpr1iMX12dFqKkKU86kVbJWz8MFcnVkKlmkTWoN Gq6gN46A07xmD9P2mECQqlwV1mSLfkE9NdDO0gWfxHgAiBCAE99HxpxEqaWe/ZR2oFrRwmpPxjGq mZ4Z0RyxyHfEhVDkqzIBbLDgFH7Js0GioRcVJ8rcT28VY98NzCIj9+C2aALvP2SaC9CqslK1ID8X 6HZ34D3bC9ICQ6ZMCfRwg/iN8PID2Pdwa6BEbN7xRXQftb4R3oWctReIL+AL+n9sV+SjgRQ6593/ gVgglPbcyDcv049Gz2Vjv/oPoJt9Rxj8pNIYEeiM/gHlxYv83DCzmgAAACV0RVh0ZGF0ZTpjcmVh dGUAMjAyMi0wMi0xNFQyMjoyMjoxNSswMDowMEbWGWQAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjIt MDItMTRUMjI6MjI6MTUrMDA6MDA3i6HYAAAAAElFTkSuQmCC X-Now-Playing: Goldie's _DJ-Kicks_: "Hyaena" Date: Mon, 14 Feb 2022 23:22:29 +0100 In-Reply-To: <87zgmtgkg8.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Mon, 14 Feb 2022 14:19:35 -0800") Message-ID: <87fsolqeai.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Eric Abrahamsen writes: > I wonder if the gnome and retro tool bars are even in effect any more? > It seems to be "retro" by default, but if I turn tool-bar-mode on and > switch `gnus-group-tool-bar' to gnome and back, nothi [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54004 Cc: 54004@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Eric Abrahamsen writes: > I wonder if the gnome and retro tool bars are even in effect any more? > It seems to be "retro" by default, but if I turn tool-bar-mode on and > switch `gnus-group-tool-bar' to gnome and back, nothing happens. I think there's a bug report about that somewhere... -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 14 17:37:01 2022 Received: (at submit) by debbugs.gnu.org; 14 Feb 2022 22:37:01 +0000 Received: from localhost ([127.0.0.1]:42903 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJjxk-0000HL-Ga for submit@debbugs.gnu.org; Mon, 14 Feb 2022 17:37:01 -0500 Received: from lists.gnu.org ([209.51.188.17]:51308) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJjxi-0000HC-NA for submit@debbugs.gnu.org; Mon, 14 Feb 2022 17:36:51 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42836) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJjxf-00044j-Fx for bug-gnu-emacs@gnu.org; Mon, 14 Feb 2022 17:36:49 -0500 Received: from ciao.gmane.io ([116.202.254.214]:36438) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJjxd-0001BJ-3j for bug-gnu-emacs@gnu.org; Mon, 14 Feb 2022 17:36:46 -0500 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1nJjxR-0005WP-F7 for bug-gnu-emacs@gnu.org; Mon, 14 Feb 2022 23:36:33 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: bug-gnu-emacs@gnu.org From: Eric Abrahamsen Subject: Re: bug#54004: 29.0.50; [PATCH] Gnus outdated tool bar variables Date: Mon, 14 Feb 2022 14:36:26 -0800 Message-ID: <87sfslgjo5.fsf@ericabrahamsen.net> References: <865yphw20s.fsf@gnu.org> <87zgmtgkg8.fsf@ericabrahamsen.net> <87fsolqeai.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cancel-Lock: sha1:hxQLcQCkehyYrZiL9VUdeoiafUQ= Received-SPF: pass client-ip=116.202.254.214; envelope-from=geb-bug-gnu-emacs@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.25, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) Lars Ingebrigtsen writes: > Eric Abrahamsen writes: > >> I wonder if the gnome and retro tool bars are even in effect any more? >> It seems to be "retro" by default, but if I turn tool-bar-mode on and >> switch `gnus-group-tool-bar' to gnome and back, nothing happens. > > I think there's a bug report about that somewhere... I can't find anything with a quick bug search... From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 14 17:39:58 2022 Received: (at 54004) by debbugs.gnu.org; 14 Feb 2022 22:39:58 +0000 Received: from localhost ([127.0.0.1]:42913 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJk0k-0000Lw-56 for submit@debbugs.gnu.org; Mon, 14 Feb 2022 17:39:58 -0500 Received: from quimby.gnus.org ([95.216.78.240]:41668) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJk0i-0000Lk-0B for 54004@debbugs.gnu.org; Mon, 14 Feb 2022 17:39:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=c8VuplvBgjXo12iWK1AjmALHQRTXHoCAmaztlY2I+Qo=; b=F+3LMlMLx2dpuV3mS7csi+BaDm ckJNtAHH8LIiQNR/G3FSY/SadVP1HKjInYyCxl22zRvgrqU//GT0fKhHVcvKtshROEvo2CoixTC8i 2+Ci7qWItOHVu0LlZoXzmrJ8F2l/wEkikcsxh/C5VpX7NiMs8dMs7zB2LtIoNIGZQPE4=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nJk0W-0004Jl-TC; Mon, 14 Feb 2022 23:39:49 +0100 From: Lars Ingebrigtsen To: Eric Abrahamsen Subject: Re: bug#54004: 29.0.50; [PATCH] Gnus outdated tool bar variables References: <865yphw20s.fsf@gnu.org> <87zgmtgkg8.fsf@ericabrahamsen.net> <87fsolqeai.fsf@gnus.org> <87sfslgjo5.fsf@ericabrahamsen.net> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAD1BMVEWJe27Iyb9MR1QN CxL///8ojF86AAAAAWJLR0QEj2jZUQAAAAd0SU1FB+YCDhYWDwJaAegAAAG7SURBVDjLXZOLtYQw CEQJaSBqAwgNROi/tzf56j7dPcbcwJAhUjq+F9F4FqIvKKSSXsB6T8DCKhuc4b4Akb8g1yOnpcCh a5jsPvjpL4lYfYMSWFf7y80Wb8QZxBMQhQYtkMN5qhMp7hdQodjgjbAg4ehllRJWP0DU4h7AbO21 ALR7vJvF8wHh870ExhugKooBToDYAMsQ1MW5Reiy97BGjgTbrKnNZB2gqnScMuVmhbAhermnFEYD eOoVGA2zUH7zrHm4IwCwTWS8SzpSpsppdtkxdUpr1iMX12dFqKkKU86kVbJWz8MFcnVkKlmkTWoN Gq6gN46A07xmD9P2mECQqlwV1mSLfkE9NdDO0gWfxHgAiBCAE99HxpxEqaWe/ZR2oFrRwmpPxjGq mZ4Z0RyxyHfEhVDkqzIBbLDgFH7Js0GioRcVJ8rcT28VY98NzCIj9+C2aALvP2SaC9CqslK1ID8X 6HZ34D3bC9ICQ6ZMCfRwg/iN8PID2Pdwa6BEbN7xRXQftb4R3oWctReIL+AL+n9sV+SjgRQ6593/ gVgglPbcyDcv049Gz2Vjv/oPoJt9Rxj8pNIYEeiM/gHlxYv83DCzmgAAACV0RVh0ZGF0ZTpjcmVh dGUAMjAyMi0wMi0xNFQyMjoyMjoxNSswMDowMEbWGWQAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjIt MDItMTRUMjI6MjI6MTUrMDA6MDA3i6HYAAAAAElFTkSuQmCC X-Now-Playing: J Majik's _DJ-Kicks_: "Space Jam" Date: Mon, 14 Feb 2022 23:39:43 +0100 In-Reply-To: <87sfslgjo5.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Mon, 14 Feb 2022 14:36:26 -0800") Message-ID: <87a6etqdhs.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Eric Abrahamsen writes: > I can't find anything with a quick bug search... Me neither. But I remember vaguely there was some discussion about removing the... retro tool bar stuff, I guess, since switching doesn't work. Or it only works if you switch before starting Gnus. Or [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54004 Cc: 54004@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Eric Abrahamsen writes: > I can't find anything with a quick bug search... Me neither. But I remember vaguely there was some discussion about removing the... retro tool bar stuff, I guess, since switching doesn't work. Or it only works if you switch before starting Gnus. Or something like that. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 14 17:44:57 2022 Received: (at 54004) by debbugs.gnu.org; 14 Feb 2022 22:44:57 +0000 Received: from localhost ([127.0.0.1]:42925 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJk5Y-0000Tn-W0 for submit@debbugs.gnu.org; Mon, 14 Feb 2022 17:44:57 -0500 Received: from mail.ericabrahamsen.net ([52.70.2.18]:47300) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJk5W-0000TV-KS for 54004@debbugs.gnu.org; Mon, 14 Feb 2022 17:44:55 -0500 Received: from localhost (97-126-64-167.tukw.qwest.net [97.126.64.167]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id B20F6FA08F; Mon, 14 Feb 2022 22:44:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1644878689; bh=qadC3Cfl5YcbvKfwgavcZU6JrPD3FYc2NIDJynNSDT8=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=H4zEd+YLTNzvF2D5ruByKe35SiGCbXI62pRbboHlWzajGSDQ12CmWtLT9HAvpZbUx W1c32JXGIHu/NO4AipH+4ira7G1kcHn6L3gxDi5FVUBhH8Vlznm0CH0YdqoOIWo1XK CpML8iZkixTYpOJjL+uDHO9sForWfedEjm/ne9oY= From: Eric Abrahamsen To: Lars Ingebrigtsen Subject: Re: bug#54004: 29.0.50; [PATCH] Gnus outdated tool bar variables References: <865yphw20s.fsf@gnu.org> <87zgmtgkg8.fsf@ericabrahamsen.net> <87fsolqeai.fsf@gnus.org> <87sfslgjo5.fsf@ericabrahamsen.net> <87a6etqdhs.fsf@gnus.org> Date: Mon, 14 Feb 2022 14:44:47 -0800 In-Reply-To: <87a6etqdhs.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 14 Feb 2022 23:39:43 +0100") Message-ID: <87ilthgja8.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54004 Cc: 54004@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) On 02/14/22 23:39 PM, Lars Ingebrigtsen wrote: > Eric Abrahamsen writes: > >> I can't find anything with a quick bug search... > > Me neither. But I remember vaguely there was some discussion about > removing the... retro tool bar stuff, I guess, since switching doesn't > work. Or it only works if you switch before starting Gnus. Or > something like that. Oh indeed, you have to restart Gnus. My that's unattractive :) Anyway, I'll put this patch in and close the bug (thank you Arash!). I'm not sure the tool-bar switching issue is worth attacking at the moment... From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 14 18:23:53 2022 Received: (at 54004-done) by debbugs.gnu.org; 14 Feb 2022 23:23:53 +0000 Received: from localhost ([127.0.0.1]:42971 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJkhF-0001TY-J2 for submit@debbugs.gnu.org; Mon, 14 Feb 2022 18:23:53 -0500 Received: from mail.ericabrahamsen.net ([52.70.2.18]:48806) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJkhD-0001TM-GX for 54004-done@debbugs.gnu.org; Mon, 14 Feb 2022 18:23:51 -0500 Received: from localhost (97-126-64-167.tukw.qwest.net [97.126.64.167]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id D8DF2FA08F for <54004-done@debbugs.gnu.org>; Mon, 14 Feb 2022 23:23:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1644881026; bh=DUVIxYhxoT0gJ2SZRPbalNGPDgqynZ2zbEPV/GlAflM=; h=From:To:Subject:References:Date:In-Reply-To:From; b=ROimF4XEldhLuHpO3SX3SwP0roCSKeVSvWkLyYlmoCsxG2mSyIOIRfwC4cXFGklX3 MUCqHq/2JmVlL6oWXD/UN2r05XDVwU8XR2J6lc118GFwNolI8tpOrYWHeVwFUwmCfj AsrmzarlblUntwsf2uoM7qkOK2wAU/GcnzLtSY78= From: Eric Abrahamsen To: 54004-done@debbugs.gnu.org Subject: Re: bug#54004: 29.0.50; [PATCH] Gnus outdated tool bar variables References: <865yphw20s.fsf@gnu.org> <87zgmtgkg8.fsf@ericabrahamsen.net> <87fsolqeai.fsf@gnus.org> <87sfslgjo5.fsf@ericabrahamsen.net> <87a6etqdhs.fsf@gnus.org> <87ilthgja8.fsf@ericabrahamsen.net> Date: Mon, 14 Feb 2022 15:23:44 -0800 In-Reply-To: <87ilthgja8.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Mon, 14 Feb 2022 14:44:47 -0800") Message-ID: <875yphghhb.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54004-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) On 02/14/22 14:44 PM, Eric Abrahamsen wrote: > On 02/14/22 23:39 PM, Lars Ingebrigtsen wrote: >> Eric Abrahamsen writes: >> >>> I can't find anything with a quick bug search... >> >> Me neither. But I remember vaguely there was some discussion about >> removing the... retro tool bar stuff, I guess, since switching doesn't >> work. Or it only works if you switch before starting Gnus. Or >> something like that. > > Oh indeed, you have to restart Gnus. My that's unattractive :) > > Anyway, I'll put this patch in and close the bug (thank you Arash!). I'm > not sure the tool-bar switching issue is worth attacking at the moment... From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 15 04:06:57 2022 Received: (at 54004) by debbugs.gnu.org; 15 Feb 2022 09:06:57 +0000 Received: from localhost ([127.0.0.1]:43471 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJtnV-0001wd-EV for submit@debbugs.gnu.org; Tue, 15 Feb 2022 04:06:57 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42144) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJtnU-0001wO-6t for 54004@debbugs.gnu.org; Tue, 15 Feb 2022 04:06:56 -0500 Received: from [2001:470:142:3::e] (port=51360 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJtnO-0004D1-Jn; Tue, 15 Feb 2022 04:06:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=obbGMyaWXoXxp/JTd4Y0rPBS6zH6KwtMyduC6GPRe4c=; b=Z4oW6SmPvTdg5VECS7EH QuooFRM2BX0yP14TbyWBdzcdmOiJq7iKfTQ+rYMPh7/RrklgfS90MpUbggACAbW1jWa/vMRgR850Y 6iqk0nijJdPArRdvxRn5zFMO5c8bjxEE8WuO77bou2VHMUhhoEZZYUWzCTz4YJl6iF2gaLy07P6Pn O7pA4qSWNDe242tEFQK87govdUZTE/Dwm7L8YmUGY3VCqJYEqvBIXgQ108uW81fyeL2RNuISU0GE2 w70RHszLJ+ti4FnWaKae+fIZ6WziZLV5pw1KPlRBM+c9LwZWtaniNv83jbO8O7kv9lCSWxQfeA+Vx g5hVcy2j3RM7Lw==; Received: from p5b326004.dip0.t-ipconnect.de ([91.50.96.4]:63196 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJtnO-00038o-0S; Tue, 15 Feb 2022 04:06:50 -0500 From: Arash Esbati To: Eric Abrahamsen Subject: Re: bug#54004: 29.0.50; [PATCH] Gnus outdated tool bar variables References: <865yphw20s.fsf@gnu.org> <87zgmtgkg8.fsf@ericabrahamsen.net> <87fsolqeai.fsf@gnus.org> <87sfslgjo5.fsf@ericabrahamsen.net> <87a6etqdhs.fsf@gnus.org> <87ilthgja8.fsf@ericabrahamsen.net> Date: Tue, 15 Feb 2022 10:06:18 +0100 In-Reply-To: <87ilthgja8.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Mon, 14 Feb 2022 14:44:47 -0800") Message-ID: <864k50ijn9.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54004 Cc: Lars Ingebrigtsen , 54004@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Eric Abrahamsen writes: > Anyway, I'll put this patch in and close the bug (thank you Arash!). Thanks for your quick response. I pushed a small change fixing the entries for vindex which I missed to do in my initial patch. Best, Arash From unknown Tue Aug 19 23:13:22 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 15 Mar 2022 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator