From unknown Mon Aug 18 00:05:55 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#7299 <7299@debbugs.gnu.org> To: bug#7299 <7299@debbugs.gnu.org> Subject: Status: 24.0.50; tool-bar-mode is non-nil in --without-x builds Reply-To: bug#7299 <7299@debbugs.gnu.org> Date: Mon, 18 Aug 2025 07:05:55 +0000 retitle 7299 24.0.50; tool-bar-mode is non-nil in --without-x builds reassign 7299 emacs submitter 7299 James Cloos severity 7299 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 28 13:19:41 2010 Received: (at submit) by debbugs.gnu.org; 28 Oct 2010 17:19:41 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PBW8Z-0002OK-Vy for submit@debbugs.gnu.org; Thu, 28 Oct 2010 13:19:40 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PBW8Y-0002OF-FH for submit@debbugs.gnu.org; Thu, 28 Oct 2010 13:19:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBWCZ-00069Y-EJ for submit@debbugs.gnu.org; Thu, 28 Oct 2010 13:23:48 -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,T_DKIM_INVALID, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:46099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBWCZ-00069U-AO for submit@debbugs.gnu.org; Thu, 28 Oct 2010 13:23:47 -0400 Received: from [140.186.70.92] (port=34769 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBWCX-0004DD-RX for bug-gnu-emacs@gnu.org; Thu, 28 Oct 2010 13:23:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBWCS-00068n-I9 for bug-gnu-emacs@gnu.org; Thu, 28 Oct 2010 13:23:45 -0400 Received: from eagle.jhcloos.com ([207.210.242.212]:34970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBWCS-000681-Bo for bug-gnu-emacs@gnu.org; Thu, 28 Oct 2010 13:23:40 -0400 Received: by eagle.jhcloos.com (Postfix, from userid 500) id 6EA15400BD; Thu, 28 Oct 2010 17:23:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jhcloos.com; s=eagle; t=1288286617; bh=CDegCQCm8ueZd1tBvskoYJeNPZv4DVNrYY44DBzfSDk=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=ea1M1SKVm1T8dXS/2AiSR10Ynk7MgczprPUWcuhOI+TJp1O1mfjG1q7PhnPCSJeu3 3dxMhlHWk+8RxisJ1/GLufCwuLEIm7BMxiZ9ak4Wu+jmsjoyC9pZuY8ilXIQXcrlSG C/kYqaeSzAsMMpBuJZ85zrVpnHLnnUZ5BtFpG+dY= From: James Cloos To: bug-gnu-emacs@gnu.org Subject: 24.0.50; tool-bar-more vs nox build X-Debbugs-Cc: rfrancoise@debian.org X-Hashcash: 1:20:101028:bug-gnu-emacs@gnu.org::UiI62phfERMDfMs1:00000000000000000000000000000000000000003B26 Date: Thu, 28 Oct 2010 13:23:13 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -4.3 (----) 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.5 (----) This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your report will be posted to the bug-gnu-emacs@gnu.org mailing list and the gnu.emacs.bug news group, and at http://debbugs.gnu.org. Please describe exactly what actions triggered the bug and the precise symptoms of the bug. If you can, give a recipe starting from `emacs -Q': In a -nox build, tool-bar-mode still defaults to t; gnus fails to start in that case becasue to looks for image files for its own tool bar. Customize-variable is unable to see tool-bar-mode; neither is set-variable. It seems that it is only marked as interactive or customizable in a GUI build. src/frame.c should default Vtool_bar_mode to Qnil if the build lacks support for GUI frames. If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file /usr/share/emacs/24.0.50/etc/DEBUG. In GNU Emacs 24.0.50.1 (i486-pc-linux-gnu) of 2010-10-24 on elegiac, modified by Debian (emacs-snapshot package, version 1:20101024-1) configured using `configure '--build' 'i486-linux-gnu' '--host' 'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/24.0.50/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.0.50/site-lisp:/usr/share/emacs/site-lisp' '--without-compress-info' '--with-x=no' '--without-dbus' '--without-sound' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2' 'LDFLAGS=-g -Wl,--as-needed' 'CPPFLAGS='' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: C 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: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Group Minor modes in effect: gnus-undo-mode: t display-time-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: ESC x g n u s RET ESC x r e p o r TAB RET Recent messages: Reading [application/rss+xml]... 10k of 10k (100%) Reading... done. Opening nntp server on news.easysw.com...done Opening nntp server on news.mcneel.com...done Opening nntp server on news.mozilla.org...done Opening nntp server on news.xaraya.com...done Opening nntp server on newszilla6.xs4all.nl...done Opening nntp server on nntp.perl.org...done Opening nntp server on shub-niggurath.tekeli.li...done Checking new news...done Load-path shadows: From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 29 22:46:48 2010 Received: (at 7299) by debbugs.gnu.org; 30 Oct 2010 02:46:48 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PC1Sy-0000fp-8g for submit@debbugs.gnu.org; Fri, 29 Oct 2010 22:46:48 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PC1Sw-0000fk-Q0 for 7299@debbugs.gnu.org; Fri, 29 Oct 2010 22:46:47 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PC1X0-0002Bt-7G; Fri, 29 Oct 2010 22:50:58 -0400 To: James Cloos Subject: Re: bug#7299: 24.0.50; tool-bar-more vs nox build References: From: Glenn Morris X-Spook: New World Order Ruby Ridge Waco, Texas ICE Echelon AIMSX X-Ran: aLz[O"2;rn^\981m@{V (James Cloos's message of "Thu\, 28 Oct 2010 13\:23\:13 -0400") Message-ID: <6hlj5gbdgt.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.2 (------) X-Debbugs-Envelope-To: 7299 Cc: 7299@debbugs.gnu.org, rfrancoise@debian.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: -6.2 (------) James Cloos wrote: > In a -nox build, tool-bar-mode still defaults to t; Should it be void in without-x builds, as it was in 23.2, or should it be bound but nil (or doesn't it matter)? Note it might remain t in --with-x builds started with -nw, for multi-tty purposes. (I don't know if that was part of the reason for recent changes, but it might be.) From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 31 14:22:29 2010 Received: (at 7299-done) by debbugs.gnu.org; 31 Oct 2010 18:22:30 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PCcY1-0002yY-5X for submit@debbugs.gnu.org; Sun, 31 Oct 2010 14:22:29 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PCcXz-0002yS-PW for 7299-done@debbugs.gnu.org; Sun, 31 Oct 2010 14:22:28 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PCcc7-0006Uh-Mm; Sun, 31 Oct 2010 14:26:43 -0400 To: 7299-done@debbugs.gnu.org Subject: Re: bug#7299: 24.0.50; tool-bar-more vs nox build References: <6hlj5gbdgt.fsf@fencepost.gnu.org> From: Glenn Morris X-Spook: CISU undercover Fortezza New World Order tempest world X-Ran: *R!(^GG,O90U(1V]>mu-^,m X-Hue: cyan X-Debbugs-No-Ack: yes X-Attribution: GM Date: Sun, 31 Oct 2010 14:26:43 -0400 In-Reply-To: <6hlj5gbdgt.fsf@fencepost.gnu.org> (Glenn Morris's message of "Fri\, 29 Oct 2010 22\:50\:58 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.2 (------) X-Debbugs-Envelope-To: 7299-done 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: -6.2 (------) Now it is nil in --without-x builds. From unknown Mon Aug 18 00:05:55 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 29 Nov 2010 12: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