From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: canestak canestak Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.50; customize: tool-bar-mode is void Date: Tue, 4 Sep 2007 17:55:53 -0300 (ART) Message-ID: <394560.6841.qm@web36303.mail.mud.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1188939372 21219 80.91.229.12 (4 Sep 2007 20:56:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Sep 2007 20:56:12 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 04 22:56:11 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ISfRP-0000YD-9O for ged-emacs-devel@m.gmane.org; Tue, 04 Sep 2007 22:56:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISfRN-0004wP-QH for ged-emacs-devel@m.gmane.org; Tue, 04 Sep 2007 16:56:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ISfRJ-0004tB-Nc for emacs-devel@gnu.org; Tue, 04 Sep 2007 16:56:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISfRH-0004qL-Pr for emacs-devel@gnu.org; Tue, 04 Sep 2007 16:56:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISfRH-0004py-Kb for emacs-devel@gnu.org; Tue, 04 Sep 2007 16:55:59 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ISfRH-0007Dm-4W for emacs-devel@gnu.org; Tue, 04 Sep 2007 16:55:59 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ISfR1-0004bI-Df for emacs-pretest-bug@gnu.org; Tue, 04 Sep 2007 16:55:43 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1ISfRC-0007Ct-Pl for emacs-pretest-bug@gnu.org; Tue, 04 Sep 2007 16:55:58 -0400 Original-Received: from web36303.mail.mud.yahoo.com ([209.191.91.180]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1ISfRC-0007CY-DC for emacs-pretest-bug@gnu.org; Tue, 04 Sep 2007 16:55:54 -0400 Original-Received: (qmail 17076 invoked by uid 60001); 4 Sep 2007 20:55:53 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=p0sppXUNrc65LJB83RTBWbIGFfxAm2US60Au7s+nJW81//g8IZJia5AVshdqyuZKvvLXHpGAoukVwXV3OHbaiXsKfLVavWgTnDOyQdKSRg7mjfCU3EKCk1wEDymVcxESSGir1VdPl7QOGL7MPVNTic4mff4qNTPX7EF476KWzr8=; X-YMail-OSG: tR4fd8QVM1n2otz75Bp._hO2nGmOHiddlC7TXMzsf.F2QDztb68joURqhGSotkpN99v0bzJe8s2uHHaEsMcRoei82b.oFwZQwXAyo1E4tQEEiGpSqfo- Original-Received: from [87.65.208.125] by web36303.mail.mud.yahoo.com via HTTP; Tue, 04 Sep 2007 17:55:53 ART X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:77767 gmane.emacs.pretest.bugs:19733 Archived-At: Hi! When I open Emacs 23.0.50 (with a fresh account and a fresh install) and I try to `M-x customize', I receive the message: "Symbol's value as variable is void: tool-bar-mode". I've asked on the #emacs freenode channel. And someone said: bpalemer: > M-x load-library RET tool-bar RET > Probably some mode is missing a (require 'tool-bar) dependency And it's now OK! The emacs sources was updated just before the compile, the 2 September 2007. Unfortunately, I haven't keep the log of this compile. I do that for the next releases. Thanks, Chris. Debugger entered--Lisp error: (void-variable tool-bar-mode) custom-buffer-create-internal(((emacs custom-group)) " for group Emacs") custom-buffer-create(((emacs custom-group)) "*Customize Group: Emacs*" " for group Emacs") customize-group(emacs) customize() call-interactively(customize) execute-extended-command(nil) call-interactively(execute-extended-command) 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'. If you would like to further debug the crash, please read the file /usr/local/share/emacs/23.0.50/etc/DEBUG for instructions. In GNU Emacs 23.0.50.1 (i686-pc-linux-gnu, multi-tty) of 2007-09-02 on canestak configured using `configure '--prefix=/usr/local' '--infodir=/usr/local/info' '--mandir=/usr/local/man' '--disable-largefile' '--without-sound' '--without-toolkit-scroll-bars' '--without-xim' '--with-x=no' '--with-rsvg=no' '--with-gtk=no' '--with-gpm=no' '--with-xpm=no' '--with-jpeg=no' '--with-tiff=no' '--with-gif=no' '--with-png=no'' 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 locale-coding-system: iso-8859-1 default-enable-multibyte-characters: t Major mode: Custom Minor modes in effect: menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t Recent input: ESC x t p DEL o g g TAB d e b TAB e r TAB RET ESC x c i DEL u s t o TAB RET ESC [ A ESC [ B ESC [ 4 ~ ESC [ B ESC [ 4 ~ ESC [ B ESC [ 1 ~ ESC [ B ESC [ B ESC [ B ESC [ B ESC [ A ESC [ A ESC [ A ESC [ A ESC [ A ESC [ A ESC [ A ESC [ 4 ~ ESC [ B ESC [ B ESC [ 4 ~ ESC [ 1 ~ ESC [ B ESC [ B ESC [ B ESC [ A ESC [ A ESC [ A ESC [ A ESC [ A ESC [ A ESC [ A C-@ ESC [ B ESC [ B ESC [ B ESC [ B ESC [ B ESC [ B ESC [ B ESC [ B ESC [ B ESC w ESC x b u g - r e TAB DEL DEL DEL TAB DEL DEL DEL DEL q ESC x b u g TAB DEL DEL DEL r e p TAB o r t TAB RET Recent messages: Entering debugger... Loading help-mode...done Mark set call-interactively: Text is read-only Quit Back to top level. Making completion list... Loading emacsbug... Loading regexp-opt...done Loading emacsbug...done Flickr agora em português. Você clica, todo mundo vê. http://www.flickr.com.br/