GNU bug report logs - #7299
24.0.50; tool-bar-mode is non-nil in --without-x builds

Previous Next

Package: emacs;

Reported by: James Cloos <cloos <at> jhcloos.com>

Date: Thu, 28 Oct 2010 17:20:03 UTC

Severity: normal

Found in version 24.0.50

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 7299 in the body.
You can then email your comments to 7299 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, rfrancoise <at> debian.org, bug-gnu-emacs <at> gnu.org:
bug#7299; Package emacs. (Thu, 28 Oct 2010 17:20:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to James Cloos <cloos <at> jhcloos.com>:
New bug report received and forwarded. Copy sent to rfrancoise <at> debian.org, bug-gnu-emacs <at> gnu.org. (Thu, 28 Oct 2010 17:20:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: James Cloos <cloos <at> jhcloos.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.0.50; tool-bar-more vs nox build
Date: Thu, 28 Oct 2010 13:23:13 -0400
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 <at> 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:




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#7299; Package emacs. (Sat, 30 Oct 2010 02:47:02 GMT) Full text and rfc822 format available.

Message #8 received at 7299 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: James Cloos <cloos <at> jhcloos.com>
Cc: 7299 <at> debbugs.gnu.org, rfrancoise <at> debian.org
Subject: Re: bug#7299: 24.0.50; tool-bar-more vs nox build
Date: Fri, 29 Oct 2010 22:50:58 -0400
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.)




Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Sun, 31 Oct 2010 18:23:02 GMT) Full text and rfc822 format available.

Notification sent to James Cloos <cloos <at> jhcloos.com>:
bug acknowledged by developer. (Sun, 31 Oct 2010 18:23:02 GMT) Full text and rfc822 format available.

Message #13 received at 7299-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 7299-done <at> debbugs.gnu.org
Subject: Re: bug#7299: 24.0.50; tool-bar-more vs nox build
Date: Sun, 31 Oct 2010 14:26:43 -0400
Now it is nil in --without-x builds.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 29 Nov 2010 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 14 years and 265 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.