From unknown Thu Aug 14 17:27:31 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#6139 <6139@debbugs.gnu.org> To: bug#6139 <6139@debbugs.gnu.org> Subject: Status: 24.0.50; tool-bar-style Reply-To: bug#6139 <6139@debbugs.gnu.org> Date: Fri, 15 Aug 2025 00:27:31 +0000 retitle 6139 24.0.50; tool-bar-style reassign 6139 emacs submitter 6139 Stephen Berman severity 6139 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri May 07 18:02:55 2010 Received: (at submit) by debbugs.gnu.org; 7 May 2010 22:02:55 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAVdH-0002lg-Cs for submit@debbugs.gnu.org; Fri, 07 May 2010 18:02:55 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAVdF-0002la-OV for submit@debbugs.gnu.org; Fri, 07 May 2010 18:02:54 -0400 Received: from lists.gnu.org ([199.232.76.165]:43897) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OAVdE-0001Df-1l for submit@debbugs.gnu.org; Fri, 07 May 2010 18:02:52 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAVdD-0008Mw-Mk for bug-gnu-emacs@gnu.org; Fri, 07 May 2010 18:02:51 -0400 Received: from [140.186.70.92] (port=52554 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAVdB-0008Hb-Re for bug-gnu-emacs@gnu.org; Fri, 07 May 2010 18:02:50 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAVd8-00063o-RT for bug-gnu-emacs@gnu.org; Fri, 07 May 2010 18:02:49 -0400 Received: from mail.gmx.net ([213.165.64.20]:51898) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OAVd8-00063F-Ev for bug-gnu-emacs@gnu.org; Fri, 07 May 2010 18:02:46 -0400 Received: (qmail invoked by alias); 07 May 2010 22:02:43 -0000 Received: from i59F571D2.versanet.de (EHLO escher.home) [89.245.113.210] by mail.gmx.net (mp048) with SMTP; 08 May 2010 00:02:43 +0200 X-Authenticated: #20778731 X-Provags-ID: V01U2FsdGVkX19du3dO/sNd/2Q04Krh8cujmLsTQps2zVoUJdzDCf 76MZCan7OVbDDv Received: by escher.home (Postfix, from userid 1000) id E8581102BA; Sat, 8 May 2010 00:02:42 +0200 (CEST) From: Stephen Berman To: bug-gnu-emacs@gnu.org Subject: 24.0.50; tool-bar-style Date: Sat, 08 May 2010 00:02:42 +0200 Message-ID: <87ocgrpdz1.fsf@escher.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -4.7 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.8 (----) My latest update includes the new feature of configuring the tool bar to display text via the tool-bar-style variable, with the default value nil, meaning system default. My desktop is KDE with the gtk-qt engine for GTK+ applications. When I start Emacs with -Q, the tool bar over the *scratch* buffer has text below the icons, but as soon as I do any input event (cursor movement, mouse click, etc.), the text disappears. When I start Emacs with -q, when the tool bar appears in the frame there is text below the icons, but the text vanishes within a fraction of a second (before any input event from me). In GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.18.6) of 2010-05-07 on escher Windowing system distributor `The X.Org Foundation', version 11.0.10605000 configured using `configure '--without-toolkit-scroll-bars'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=local locale-coding-system: utf-8-unix default enable-multibyte-characters: t From debbugs-submit-bounces@debbugs.gnu.org Sat May 08 03:00:12 2010 Received: (at 6139) by debbugs.gnu.org; 8 May 2010 07:00:12 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAe1E-0006fT-1G for submit@debbugs.gnu.org; Sat, 08 May 2010 03:00:12 -0400 Received: from smtprelay-b12.telenor.se ([62.127.194.21]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAe1C-0006fO-6G for 6139@debbugs.gnu.org; Sat, 08 May 2010 03:00:11 -0400 Received: from ipb3.telenor.se (ipb3.telenor.se [195.54.127.166]) by smtprelay-b12.telenor.se (Postfix) with ESMTP id 24D82EB27 for <6139@debbugs.gnu.org>; Sat, 8 May 2010 09:00:08 +0200 (CEST) X-SENDER-IP: [85.225.45.110] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AthEAEep5EtV4S1uPGdsb2JhbACHaZYuDAEBAQE1LbxlhRUE X-IronPort-AV: E=Sophos;i="4.52,352,1270418400"; d="scan'208";a="516137532" Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb3.telenor.se with ESMTP; 08 May 2010 09:00:08 +0200 Received: from host-78-65-198-105.homerun.telia.com (host-78-65-198-105.homerun.telia.com [78.65.198.105]) by coolsville.localdomain (Postfix) with ESMTPSA id B9D617FA05A; Sat, 8 May 2010 09:00:07 +0200 (CEST) Message-ID: <4BE50BF6.8040701@swipnet.se> Date: Sat, 08 May 2010 09:00:06 +0200 From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Stephen Berman Subject: Re: bug#6139: 24.0.50; tool-bar-style References: <87ocgrpdz1.fsf@escher.home> In-Reply-To: <87ocgrpdz1.fsf@escher.home> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -3.6 (---) X-Debbugs-Envelope-To: 6139 Cc: 6139@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.6 (---) Are you running xsettings-kde? What kde-version? Does it have the same behaviour if you change theme, and/or turn gtk-qt off? Jan D. Stephen Berman skrev 2010-05-08 00.02: > My latest update includes the new feature of configuring the tool bar to > display text via the tool-bar-style variable, with the default value > nil, meaning system default. My desktop is KDE with the gtk-qt engine > for GTK+ applications. When I start Emacs with -Q, the tool bar over > the *scratch* buffer has text below the icons, but as soon as I do any > input event (cursor movement, mouse click, etc.), the text disappears. > When I start Emacs with -q, when the tool bar appears in the frame there > is text below the icons, but the text vanishes within a fraction of a > second (before any input event from me). > > In GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.18.6) > of 2010-05-07 on escher > Windowing system distributor `The X.Org Foundation', version 11.0.10605000 > configured using `configure '--without-toolkit-scroll-bars'' > > Important settings: > value of $LC_ALL: nil > value of $LC_COLLATE: nil > value of $LC_CTYPE: nil > value of $LC_MESSAGES: nil > value of $LC_MONETARY: nil > value of $LC_NUMERIC: nil > value of $LC_TIME: nil > value of $LANG: en_US.UTF-8 > value of $XMODIFIERS: @im=local > locale-coding-system: utf-8-unix > default enable-multibyte-characters: t > > > > From debbugs-submit-bounces@debbugs.gnu.org Sat May 08 08:05:25 2010 Received: (at 6139-done) by debbugs.gnu.org; 8 May 2010 12:05:25 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAima-0000oR-Sg for submit@debbugs.gnu.org; Sat, 08 May 2010 08:05:25 -0400 Received: from smtprelay-h12.telenor.se ([62.127.194.5]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAimX-0000oM-OY for 6139-done@debbugs.gnu.org; Sat, 08 May 2010 08:05:22 -0400 Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h12.telenor.se (Postfix) with ESMTP id B0D07E9A9 for <6139-done@debbugs.gnu.org>; Sat, 8 May 2010 14:06:30 +0200 (CEST) X-SENDER-IP: [85.225.45.110] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkpKAA/w5EtV4S1uPGdsb2JhbACHapYuDAEBAQE1Lb1MhRUE X-IronPort-AV: E=Sophos;i="4.52,352,1270418400"; d="scan'208";a="72154627" Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb2.telenor.se with ESMTP; 08 May 2010 14:05:20 +0200 Received: from host-78-65-198-105.homerun.telia.com (host-78-65-198-105.homerun.telia.com [78.65.198.105]) by coolsville.localdomain (Postfix) with ESMTPSA id A4AFB7FA05A; Sat, 8 May 2010 14:05:19 +0200 (CEST) Message-ID: <4BE5537E.2030004@swipnet.se> Date: Sat, 08 May 2010 14:05:18 +0200 From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Stephen Berman Subject: Re: bug#6139: 24.0.50; tool-bar-style References: <87ocgrpdz1.fsf@escher.home> In-Reply-To: <87ocgrpdz1.fsf@escher.home> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -3.6 (---) X-Debbugs-Envelope-To: 6139-done Cc: 6139-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.6 (---) Hi. I found, the bug, now fixed. Thanks, Jan D. Stephen Berman skrev 2010-05-08 00.02: > My latest update includes the new feature of configuring the tool bar to > display text via the tool-bar-style variable, with the default value > nil, meaning system default. My desktop is KDE with the gtk-qt engine > for GTK+ applications. When I start Emacs with -Q, the tool bar over > the *scratch* buffer has text below the icons, but as soon as I do any > input event (cursor movement, mouse click, etc.), the text disappears. > When I start Emacs with -q, when the tool bar appears in the frame there > is text below the icons, but the text vanishes within a fraction of a > second (before any input event from me). > > In GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.18.6) > of 2010-05-07 on escher > Windowing system distributor `The X.Org Foundation', version 11.0.10605000 > configured using `configure '--without-toolkit-scroll-bars'' > > Important settings: > value of $LC_ALL: nil > value of $LC_COLLATE: nil > value of $LC_CTYPE: nil > value of $LC_MESSAGES: nil > value of $LC_MONETARY: nil > value of $LC_NUMERIC: nil > value of $LC_TIME: nil > value of $LANG: en_US.UTF-8 > value of $XMODIFIERS: @im=local > locale-coding-system: utf-8-unix > default enable-multibyte-characters: t > > > > From debbugs-submit-bounces@debbugs.gnu.org Sat May 08 16:01:32 2010 Received: (at 6139) by debbugs.gnu.org; 8 May 2010 20:01:32 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAqDM-00045F-DW for submit@debbugs.gnu.org; Sat, 08 May 2010 16:01:32 -0400 Received: from mail.gmx.net ([213.165.64.20]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OAqDJ-000458-7O for 6139@debbugs.gnu.org; Sat, 08 May 2010 16:01:30 -0400 Received: (qmail invoked by alias); 08 May 2010 20:01:29 -0000 Received: from i59F54975.versanet.de (EHLO escher.home) [89.245.73.117] by mail.gmx.net (mp032) with SMTP; 08 May 2010 22:01:29 +0200 X-Authenticated: #20778731 X-Provags-ID: V01U2FsdGVkX1/yIrEJjHTyzqujaO4d6CP+dbD0Pu4rdubN+K+6zL j5iEQF27TNKO9T Received: by escher.home (Postfix, from userid 1000) id 16A761023A; Sat, 8 May 2010 22:01:27 +0200 (CEST) From: Stephen Berman To: 6139@debbugs.gnu.org Subject: Re: bug#6139: 24.0.50; tool-bar-style References: <87ocgrpdz1.fsf@escher.home> <4BE5537E.2030004@swipnet.se> Date: Sat, 08 May 2010 22:01:27 +0200 In-Reply-To: <4BE5537E.2030004@swipnet.se> ("Jan =?utf-8?Q?Dj=C3=A4rv=22's?= message of "Sat, 08 May 2010 14:05:18 +0200") Message-ID: <87iq6yb1t4.fsf@escher.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Y-GMX-Trusted: 0 X-Spam-Score: -3.1 (---) X-Debbugs-Envelope-To: 6139 Cc: jan.h.d@swipnet.se X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.1 (---) On Sat, 08 May 2010 14:05:18 +0200 Jan Dj=C3=A4rv wrot= e: > Hi. > > I found, the bug, now fixed. For the record: confirmed, and thanks. Steve Berman From debbugs-submit-bounces@debbugs.gnu.org Sat May 08 23:53:00 2010 Received: (at 6139-done) by debbugs.gnu.org; 9 May 2010 03:53:00 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAxZc-0007IG-52 for submit@debbugs.gnu.org; Sat, 08 May 2010 23:53:00 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAx5M-0006vu-5S for 6139-done@debbugs.gnu.org; Sat, 08 May 2010 23:21:45 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAK7H5UvO+LDv/2dsb2JhbACeGXK8OYUVBIwz X-IronPort-AV: E=Sophos;i="4.52,355,1270440000"; d="scan'208";a="63732994" Received: from 206-248-176-239.dsl.teksavvy.com (HELO pastel.home) ([206.248.176.239]) by ironport2-out.pppoe.ca with ESMTP; 08 May 2010 23:21:44 -0400 Received: by pastel.home (Postfix, from userid 20848) id 92EE28205; Sat, 8 May 2010 23:21:44 -0400 (EDT) From: Stefan Monnier To: Stephen Berman Subject: Re: bug#6139: 24.0.50; tool-bar-style Message-ID: References: <87ocgrpdz1.fsf@escher.home> <4BE5537E.2030004@swipnet.se> <87iq6yb1t4.fsf@escher.home> Date: Sat, 08 May 2010 23:21:44 -0400 In-Reply-To: <87iq6yb1t4.fsf@escher.home> (Stephen Berman's message of "Sat, 08 May 2010 22:01:27 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 6139-done X-Mailman-Approved-At: Sat, 08 May 2010 23:52:59 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.1 (--) >> I found, the bug, now fixed. > For the record: confirmed, and thanks. Great, closed, Stefan From unknown Thu Aug 14 17:27:31 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 06 Jun 2010 11:24:04 +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