From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62061 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Customizable tool bars Date: Wed, 22 Feb 2006 14:04:32 +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 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1140584943 26316 80.91.229.2 (22 Feb 2006 05:09:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Feb 2006 05:09:03 +0000 (UTC) Original-X-From: ding-owner+m10589@lists.math.uh.edu Wed Feb 22 06:09:01 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 1FBmFE-0002zA-RL for ding-account@gmane.org; Wed, 22 Feb 2006 06:08:57 +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 1FBmFA-0002aE-00; Tue, 21 Feb 2006 23:08:52 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FBmB6-0002a9-00 for ding@lists.math.uh.edu; Tue, 21 Feb 2006 23:04:40 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FBmB3-00036Y-M3 for ding@lists.math.uh.edu; Tue, 21 Feb 2006 23:04:40 -0600 Original-Received: from washington.hostforweb.net ([66.225.201.13]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FBmB2-0006ef-00 for ; Wed, 22 Feb 2006 06:04:36 +0100 Original-Received: from [205.234.185.198] (port=52481 helo=mail.jpl.org) by washington.hostforweb.net with esmtpa (Exim 4.52) id 1FBmBF-0003hr-Pl for ding@gnus.org; Tue, 21 Feb 2006 23:04:50 -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) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:vCITpsD94NkZcz2BKtsv/u3pnN4= X-Hashcash: 1:20:060222:ding@gnus.org::r+dcrq2KLSP1cMdV:00000Ds+ 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 - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62061 Archived-At: >>>>> In Reiner Steib wrote: > The new icons have been committed. Thanks to Bill Wohler for the > discussion on sharing icons with MH-E and to Adam Sj=F8gren for > preparing some icons. Thank you for installing good features. The Gnome icons work fine so far (they look to me somewhat gaudy, though I will get used to them sooner or later ;-). However, the default retro icons didn't appear in the toolbars. I've modified icon files specified in `gnus-group-tool-bar-retro' and `gnus-summary-tool-bar-retro' so that they might be under the "gnus/" subdirectory. Is it a proper change? I didn't touch `message-tool-bar-retro' since there're no retro icons for the message-mode. In addition, there was another problem. I don't customize `gmm-image-load-path' (because its docstring doesn't begin with "*") but add the proper image path to `image-load-path' as follows: (push "/usr/local/share/emacs/etc/images/" image-load-path) However, `gmm-image-load-path' was set to "/usr/local/share/emacs/etc/images/gnus/". I've fixed the `gmm-image-load-path' function so as to remove subdirectories which the second argument `image' might have. The reason that I need to modify `image-load-path' is that I use the configure options --with-lispdir=3D/usr/local/share/emacs/EMACS-VERSION/site-lisp/gnus --with-etcdir=3D/usr/local/share/emacs/etc when installing Gnus. So, the icon files are installed under the "/usr/local/share/emacs/etc/images/" directory, not the "/usr/local/share/emacs/EMACS-VERSION/site-lisp/gnus/../../etc/images" directory. I also added "/usr/local/share/emacs/etc/images/" to `load-path' for Emacs 21. > I think I will enable the new tool bars by default within the next > days. I think making the new feature the default is a good idea. > Maybe only on Emacs 22 and/or depending on the color capacities > of the display. In Emacs 21, you currently get a mixture of old > Emacs-21-icons and new GNOME-style icons.