From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47523 Path: main.gmane.org!not-for-mail From: Thomas Hungenberg Newsgroups: gmane.emacs.gnus.general Subject: Cannot open load file: tool-bar Date: Sun, 03 Nov 2002 17:15:52 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1036343331 14274 80.91.224.249 (3 Nov 2002 17:08:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 3 Nov 2002 17:08:51 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 188OEz-0003hx-00 for ; Sun, 03 Nov 2002 18:08:49 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 188O9t-0008GD-00; Sun, 03 Nov 2002 11:03:33 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 03 Nov 2002 11:04:18 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA00011 for ; Sun, 3 Nov 2002 11:03:56 -0600 (CST) Original-Received: (qmail 12513 invoked by alias); 3 Nov 2002 17:03:01 -0000 Original-Received: (qmail 12505 invoked from network); 3 Nov 2002 17:03:00 -0000 Original-Received: from unknown (HELO athene.linast.de) (213.68.193.150) by gnus.org with SMTP; 3 Nov 2002 17:03:00 -0000 Original-Received: from athene.linast.de (localhost [127.0.0.1]) by localhost (8.12.6/8.12.6/Debian-6Woody) with ESMTP id gA3H2svO030818 for ; Sun, 3 Nov 2002 18:02:55 +0100 Original-Received: (from uucp@localhost) by athene.linast.de (8.12.6/8.12.6/Debian-6Woody) with UUCP id gA3H2sYr030816 for ding@gnus.org; Sun, 3 Nov 2002 18:02:54 +0100 Original-Received: from hansa.demonium-home.de (hansa.demonium-home.de [192.168.42.2]) by marvin.demonium-home.de (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id RAA18263 for ; Sun, 3 Nov 2002 17:15:47 +0100 Original-Received: from hansa.demonium-home.de (localhost [127.0.0.1]) by hansa.demonium-home.de (8.12.3/8.12.3/Debian -4) with ESMTP id gA3GFq8R009554 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL) for ; Sun, 3 Nov 2002 17:15:53 +0100 Original-Received: (from th@localhost) by hansa.demonium-home.de (8.12.3/8.12.3/Debian -4) id gA3GFqA0009550; Sun, 3 Nov 2002 17:15:52 +0100 Original-To: Gnus Mailing List Original-Lines: 52 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.4 (Common Lisp, i386-debian-linux) X-PGP-Fingerprint: E4 BE 6B B0 CE DE 55 0E E1 C5 4C 9F 43 A8 50 CC Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47523 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47523 Hi! I'm using Oort Gnus 0.06 with XEmacs 21.4 on Debian Linux which normally works fine. Now I wanted to debug a configuration problem and therefore added (setq debug-on-signal t) to my ~/.gnus. When restarting Gnus, it stopped with a signal complaining about not being able to load "tool-bar". So I tried to find the part of the configuration responsible for this error and finally cut down my ~/.gnus until it only contained the following: ,----[ .gnus ] | (setq debug-on-signal t) | (setq gnus-select-method '(nntp "news")) | (setq gnus-secondary-select-methods '((nnfolder ""))) `---- But even with this small configuration, Gnus still stops with the same signal: -----[begin of quoted message]------------------------------------------ Signaling: (file-error "Cannot open load file" "tool-bar") signal(file-error ("Cannot open load file" "tool-bar")) load("tool-bar" nil t nil) require(tool-bar) byte-code("..." [require tool-bar] 2) gnus-group-make-tool-bar() gnus-group-mode() gnus-group-setup-buffer() gnus-group-list-groups(nil) byte-code("..." [gnus-slave gnus-current-startup-file gnus-startup-file did-connect level dont-connect gnus-group-quit gnus-run-hooks gnus-startup-hook gnus-make-newsrc-file gnus-dribble-read-file bbb-login add-hook gnus-summary-mode-hook gnus-grouplens-mode gnus-setup-news nil gnus-setup-news-hook gnus-start-draft-setup gnus-group-list-groups gnus-group-first-unread-group gnus-configure-windows group gnus-group-set-mode-line gnus-started-hook gnus-use-dribble-file gnus-use-grouplens] 4) gnus-1(nil nil nil) gnus() # select-frame framep frame-iconified-p deiconify-frame raise-frame] 3 1083114 nil>() call-interactively(toolbar-gnus) #() call-interactively(toolbar-news) release-and-activate-toolbar-button(#) call-interactively(release-and-activate-toolbar-button) -----[end of quoted message]-------------------------------------------- I tried Oort Gnus 0.07, but it has the same problems. Why is "tool-bar" required in gnus-group.el missing? Should it be part of the Gnus distribution? - Thomas -- PGP: 2047Bit RSA, ID 0x668E601D - Encrypted mail welcome!