From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61773 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Customizable tool bars Date: Thu, 26 Jan 2006 09:53:30 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: sea.gmane.org 1138237122 32349 80.91.229.2 (26 Jan 2006 00:58:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Jan 2006 00:58:42 +0000 (UTC) Original-X-From: ding-owner+m10303@lists.math.uh.edu Thu Jan 26 01:58:37 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F1vTA-0006Dc-MA for ding-account@gmane.org; Thu, 26 Jan 2006 01:58:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1F1vT5-0006RQ-00; Wed, 25 Jan 2006 18:58:31 -0600 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1F1vOb-0006RL-00 for ding@lists.math.uh.edu; Wed, 25 Jan 2006 18:53:53 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1F1vOY-0003PM-I6 for ding@lists.math.uh.edu; Wed, 25 Jan 2006 18:53:53 -0600 Original-Received: from washington.hostforweb.net ([66.225.201.13]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1F1vOX-0002o2-00 for ; Thu, 26 Jan 2006 01:53:49 +0100 Original-Received: from [205.234.185.198] (port=60050 helo=mail.jpl.org) by washington.hostforweb.net with esmtpa (Exim 4.52) id 1F1vUH-0007uj-GI for ding@gnus.org; Wed, 25 Jan 2006 18:59:45 -0600 Original-To: ding@gnus.org X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110004 (No Gnus v0.4) XEmacs/21.4.18 (linux) Cancel-Lock: sha1:55VIpgtLLzY9BXcOPslNVP6ybiE= X-Hashcash: 1:20:060126:ding@gnus.org::tGKUFyQa3ruCZgOo:00001tBB X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61773 Archived-At: Currently, it makes XEmacs be unable to start No Gnus. For the workaround, I added the following form to the ~/.gnus.el file. (when (featurep 'xemacs) (eval-after-load "gnus-group" '(defalias 'gnus-group-make-tool-bar 'ignore)) (eval-after-load "gnus-sum" '(defalias 'gnus-summary-make-tool-bar 'ignore))) >>>>> In Reiner Steib wrote: > On Fri, Jan 20 2006, Reiner Steib wrote: >> I've committed a customizable tool bar interface for message mode >> (Emacs only, not XEmacs). BTW, the following two lines appear in the terminal emulator whenever I start XEmacs in the terminal even if I use the -vanilla option. Loading gmm-utils... Loading gmm-utils...done Does anyone know why? They are entered in the beginning of the " *Message-Log*" buffer as well.