From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73658 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: Re: Unable to use gnus on a nox build Date: Fri, 29 Oct 2010 08:26:08 +0200 Message-ID: <87k4l1jz0f.fsf@marauder.physik.uni-ulm.de> References: <874oc8ktjt.fsf@marauder.physik.uni-ulm.de> Reply-To: Reiner Steib NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1288333644 25486 80.91.229.12 (29 Oct 2010 06:27:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 29 Oct 2010 06:27:24 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M22027@lists.math.uh.edu Fri Oct 29 08:27:23 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 1PBiQr-0006R3-Ne for ding-account@gmane.org; Fri, 29 Oct 2010 08:27:22 +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 1PBiQ2-0004ZQ-2N; Fri, 29 Oct 2010 01:26:30 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PBiPq-0004Z4-Ax for ding@lists.math.uh.edu; Fri, 29 Oct 2010 01:26:18 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PBiPn-0005w4-59 for ding@lists.math.uh.edu; Fri, 29 Oct 2010 01:26:17 -0500 Original-Received: from mail.uni-ulm.de ([134.60.1.11]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PBiPl-0008BX-00 for ; Fri, 29 Oct 2010 08:26:13 +0200 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.10.175]) by mail.uni-ulm.de (8.14.3/8.14.2) with ESMTP id o9T6QATT007228 for ; Fri, 29 Oct 2010 08:26:12 +0200 (MEST) Original-Received: from localhost (localhost [127.0.0.1]) by bridgekeeper.physik.uni-ulm.de (Postfix) with ESMTP id B41131068A for ; Fri, 29 Oct 2010 08:26:10 +0200 (CEST) X-Face: :6KQZ[nyoS_edmB.%gw-=)BYth^|2+Y+^cu%I$FSx!&>-'om>3H7A|M&n(V7fIo3P.;yo.b yq4$p;ZaBtkv)\}biaiBQe"mD}iib1AA@99-fZ7i*bLhNRVC&0Wkxg9)SH?oWc@{ Mail-Followup-To: ding@gnus.org In-Reply-To: (James Cloos's message of "Thu, 28 Oct 2010 13:12:39 -0400") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux) X-DCC-wuwien-Metrics: poseidon 1290; Body=1 Fuz1=1 Fuz2=1 X-Virus-Scanned: by amavisd-new X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73658 Archived-At: On Thu, Oct 28 2010, James Cloos wrote: > Adding a (setq tool-bar-mode nil) to .emacs worked. > > But that should not be required on a -nox emacs build. It is just silly > that everyone who wants to use gnus on a gui-less build should have to > add that sexp to their .emacs. The code checks if `tool-bar-mode' is bound and non-nil: | (when (and (not (featurep 'xemacs)) | (boundp 'tool-bar-mode) | tool-bar-mode | ;; The Gnus 5.10.6 code checked (default-value 'tool-bar-mode). | ;; Why? --rsteib | (or (not gnus-group-tool-bar-map) force)) If `tool-bar-mode' is non-nil in a no-X session, there is something wrong, I'd say. At least in Emacs 22.1, I have: ,----[ emacs -nw -Q -f ielm ] | ELISP> tool-bar-mode | nil | ELISP> emacs-version | "22.1.1" `---- If this has changed in Emacs 24, I'd suggest to report it as a bug (reproduce the failure and do M-x report-emacs-bug RET). > And you cannot use the customize interface to do it; customize-variable > does not see it because it is not marked to be customizable unless the > emacs build supports a GUI mode. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/