From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73609 Path: news.gmane.org!not-for-mail From: James Cloos Newsgroups: gmane.emacs.gnus.general Subject: Unable to use gnus on a nox build Date: Tue, 26 Oct 2010 04:29:11 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1288081948 29177 80.91.229.12 (26 Oct 2010 08:32:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 26 Oct 2010 08:32:28 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21978@lists.math.uh.edu Tue Oct 26 10:32:26 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PAexE-0007F1-76 for ding-account@gmane.org; Tue, 26 Oct 2010 10:32:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PAewN-0003Ay-SE; Tue, 26 Oct 2010 03:31:31 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PAewL-0003Ag-K9 for ding@lists.math.uh.edu; Tue, 26 Oct 2010 03:31:29 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PAewJ-0000Sd-2a for ding@lists.math.uh.edu; Tue, 26 Oct 2010 03:31:28 -0500 Original-Received: from eagle.jhcloos.com ([207.210.242.212]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PAewI-00038x-00 for ; Tue, 26 Oct 2010 10:31:26 +0200 Original-Received: by eagle.jhcloos.com (Postfix, from userid 10) id 0463F400B0; Tue, 26 Oct 2010 08:30:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jhcloos.com; s=eagle; t=1288081879; bh=Gcx4fKYGTJxYxi8MrYY14gslZXrbX7y6nask1abpX4o=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=Cu7nm+0iTpmnJN7TNZH9nLYL/7U2JmbuV8FiDfFhXSXaxtJb6nSmKwV39qSktc/+y a7E5PApbG5HG69STJ82VJ9pwjMdWFv0YaJjjulEBPdTft0VzZmGkHu80ADk0zK1aKj 87M5Quuv+WgBByztYDK8NefPTFxfZ0UfKgoNsVYk= Original-Received: from carbon (localhost [127.0.0.1]) by carbon.jhcloos.org (Postfix) with ESMTP id EF6EF1E9445 for ; Tue, 26 Oct 2010 08:29:11 +0000 (UTC) User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAI1J REFUOE+lU9ESgCAIg64P1y+ngUdxhl5H8wFbbM0OmUiEhKkCYaZThXCo6KE5sCbA1DDX3genvO4d eBQgEMaM5qy6uWk4SfBYfdu9jvBN9nSVDOKRtwb+I3epboOsOX5pZbJNsBJFvmQQ05YMfieIBnYX FK2N6dOawd97r/e8RjkTLzmMsiVgrAoEugtviCM3v2WzjgAAAABJRU5ErkJggg== Copyright: Copyright 2009 James Cloos OpenPGP: ED7DAEA6; url=http://jhcloos.com/public_key/0xED7DAEA6.asc OpenPGP-Fingerprint: E9E9 F828 61A4 6EA9 0F2B 63E7 997A 9F17 ED7D AEA6 Original-Lines: 47 X-Hashcash: 1:30:101026:ding@gnus.org::DWrB1dpSOQZECofZ:000ZKEad X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73609 Archived-At: I occasionally run gnus on a remote server. That server runs debian and the emacs-snapshot-nox package from http://emacs.orebokech.com. Gnus there is as merged to emacs' trunk branch. The current snapshot version is emacs-snapshot-nox_20101024-1_i386.deb. Gnus on that version fails because the variables image-checkbox-checked & image-checkbox-checked do not exist, emacs having been built w/o a gui. I added a pair of setq-defaults to .emacs there, setting those two vars to nil, to try to get gnus to start. But that fails with: Debugger entered--Lisp error: (void-variable image-load-path) image-search-load-path("gnus/toggle-subscription.xpm") gmm-image-load-path-for-library("gnus" "gnus/toggle-subscription.xpm" nil t) gnus-group-make-tool-bar() gnus-group-mode() gnus-group-setup-buffer() gnus-group-list-groups(nil) byte-code("^H\204^N^@ \204^N^@\306 \210\202Q^@\307\310!\210\311\n!^S\f\204^^^@^M\203!^@\312 \$ gnus-1(nil nil nil) gnus(nil) call-interactively(gnus t nil) execute-extended-command(nil) call-interactively(execute-extended-command nil nil) Gnus shouldn't screw around with toolbars on a nox emacs build. Toolbar is not an option for gnus-visual, so that won't disable them. And I do not see anything else in gnus' customize which might be relevant. Is there an option I'm missing? This bug showed up in the previous emacs-snapshot; I wanted to check whether it persisted to a second snapshot before reporting it. (I might add that I do not want or use toolbars or menus in my gui sessions either; there I use Xdefaults to disable them.) -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6