From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62057 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: Re: Customizable tool bars Date: Tue, 21 Feb 2006 23:23:10 +0100 Organization: Dept. of Theoretical Physics, University of Ulm Message-ID: References: Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1140560880 19138 80.91.229.2 (21 Feb 2006 22:28:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Feb 2006 22:28:00 +0000 (UTC) Original-X-From: ding-owner+m10585@lists.math.uh.edu Tue Feb 21 23:27:59 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 1FBfyo-0007HL-6n for ding-account@gmane.org; Tue, 21 Feb 2006 23:27:35 +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 1FBfyf-00028e-00; Tue, 21 Feb 2006 16:27:25 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FBfx0-00028Z-00 for ding@lists.math.uh.edu; Tue, 21 Feb 2006 16:25:42 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FBfwx-0000su-MU for ding@lists.math.uh.edu; Tue, 21 Feb 2006 16:25:42 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FBfwv-0001O3-00 for ; Tue, 21 Feb 2006 23:25:37 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FBfwZ-0006hL-AC for ding@gnus.org; Tue, 21 Feb 2006 23:25:15 +0100 Original-Received: from bridgekeeper.physik.uni-ulm.de ([134.60.10.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Feb 2006 23:25:15 +0100 Original-Received: from Reiner.Steib by bridgekeeper.physik.uni-ulm.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Feb 2006 23:25:15 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 39 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: bridgekeeper.physik.uni-ulm.de X-Face: P05mdcZT&lL[-s2=mw~RsllZ0zZAb?vdE}.s On Wed, Jan 25 2006, 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). There should not be any user-visible >> difference yet, because I haven't committed the new icons yet[1]. The new icons have been committed. Thanks to Bill Wohler for the discussion on sharing icons with MH-E and to Adam Sjøgren for preparing some icons. > If you'd like to try the new icons, [...] customize the variables > message-tool-bar, gnus-group-tool-bar and gnus-summary-tool-bar to > GNOME style (M-x customize-apropos RET -tool-bar$ RET) [...] Or use the following code: --8<---------------cut here---------------start------------->8--- (dolist (i '(message gnus-group gnus-summary)) (let ((var (intern (format "%s-tool-bar" i))) (gno (intern (format "%s-tool-bar-gnome" i))) (fun (intern (format "%s-tool-bar-update" i)))) (set var gno) (when (fboundp fun) (funcall fun)))) --8<---------------cut here---------------end--------------->8--- As always: Feedback welcome. I think I will enable the new tool bars by default within the next days. 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. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/