From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73038 Path: news.gmane.org!not-for-mail From: CHENG Gao Newsgroups: gmane.emacs.gnus.general Subject: Re: Tool bar style - is there better way to customize? Date: Wed, 13 Oct 2010 11:15:14 +0800 Organization: cyberhut.org Message-ID: References: <87d3rf1dgk.fsf@marauder.physik.uni-ulm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1286939861 1951 80.91.229.12 (13 Oct 2010 03:17:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Oct 2010 03:17:41 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21410@lists.math.uh.edu Wed Oct 13 05:17:40 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 1P5rqW-0000BU-1T for ding-account@gmane.org; Wed, 13 Oct 2010 05:17:40 +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 1P5rqR-00062y-3F; Tue, 12 Oct 2010 22:17:35 -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 1P5rqP-00062k-Mg for ding@lists.math.uh.edu; Tue, 12 Oct 2010 22:17:33 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P5rqO-0003qh-4M for ding@lists.math.uh.edu; Tue, 12 Oct 2010 22:17:33 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P5rqN-0007Pg-00 for ; Wed, 13 Oct 2010 05:17:31 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P5rqM-00009t-OI for ding@gnus.org; Wed, 13 Oct 2010 05:17:30 +0200 Original-Received: from 117.88.81.242 ([117.88.81.242]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Oct 2010 05:17:30 +0200 Original-Received: from chenggao by 117.88.81.242 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Oct 2010 05:17:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 37 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 117.88.81.242 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (darwin) Cancel-Lock: sha1:lSuI7QjbleJ1q0M5q6YXDc5gNxg= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73038 Archived-At: *On Tue, 12 Oct 2010 20:19:07 +0200 * Also sprach Reiner Steib : > On Tue, Oct 12 2010, CHENG Gao wrote: > >> I found I need to set three variables to use GNOME stype tool bar: >> >> ,---- >> | (setq gnus-group-tool-bar 'gnus-group-tool-bar-gnome) >> | (setq gnus-summary-tool-bar 'gnus-summary-tool-bar-gnome) >> | (setq message-tool-bar 'message-tool-bar-gnome) >> `---- > > These values should be the default values, so there's no need to set > them. Without setting them I got retro. (Because I am using MACOS?) >> I think it's natural to use same style for these three instead of >> GNOME/Retro mixed. Something like: >> >> (setq gnus-tool-bar-style 'gnome or 'retro) > > ,----[ v gmm-tool-bar-style RET ] > | gmm-tool-bar-style is a variable defined in `gmm-utils.el'. > | Its value is gnome > | > | > | Documentation: > | Prefered tool bar style. > | > | You can customize this variable. > `---- > > Bye, Reiner. Thanks it works lovely.