From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64098 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.gnus.general Subject: Strange toolbar icon for connect/disconnect Date: Tue, 12 Dec 2006 10:10:27 +0100 Message-ID: <86odq9pji4.fsf@lola.quinscape.zz> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1165914745 13861 80.91.229.10 (12 Dec 2006 09:12:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Dec 2006 09:12:25 +0000 (UTC) Original-X-From: ding-owner+M12621@lists.math.uh.edu Tue Dec 12 10:12:23 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gu3gT-0000ZI-U0 for ding-account@gmane.org; Tue, 12 Dec 2006 10:12:22 +0100 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 1Gu3fQ-00017a-7D; Tue, 12 Dec 2006 03:11:16 -0600 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 1Gu3fN-000179-1n for ding@lists.math.uh.edu; Tue, 12 Dec 2006 03:11:13 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1Gu3fH-0007KM-4J for ding@lists.math.uh.edu; Tue, 12 Dec 2006 03:11:12 -0600 Original-Received: from pc3.berlin.powerweb.de ([62.67.228.11]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Gu3fF-0006IN-00 for ; Tue, 12 Dec 2006 10:11:05 +0100 Original-Received: from quinscape.de (pd95b0fdb.dip0.t-ipconnect.de [217.91.15.219]) by pc3.berlin.powerweb.de (8.9.3p3/8.9.3) with ESMTP id KAA00360 for ; Tue, 12 Dec 2006 10:10:33 +0100 X-Delivered-To: Original-Received: (qmail 17531 invoked from network); 12 Dec 2006 09:10:33 -0000 Original-Received: from unknown (HELO lola.quinscape.zz) ([10.0.3.43]) (envelope-sender ) by ns.quinscape.de (qmail-ldap-1.03) with SMTP for ; 12 Dec 2006 09:10:33 -0000 Original-Received: by lola.quinscape.zz (Postfix, from userid 1001) id B96F124B2C; Tue, 12 Dec 2006 10:10:27 +0100 (CET) Original-To: ding@gnus.org (The Gnus Bugfixing Girls + Boys) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64098 Archived-At: --=-=-= Gnus v5.11 GNU Emacs 22.0.50.1 (i486-pc-linux-gnu, GTK+ Version 2.10.3) of 2006-09-19 on rothera, modified by Debian Hi, the toolbar icons that get used for connect/disconnect are actually icons for "connected/disconnected". That is, they don't visualize an action, but a state. The customary usage of these connected/disconnected icons is to display the _current_ state, not the state that is reached after pressing the button. The icon images should be swapped, since otherwise they are confusing to users accustomed to them. --=-=-= Content-Type: application/emacs-lisp Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Description: User settings ------------------ Environment follows ------------------ (setq gnus-default-nntp-server "") (setq gnus-select-method '(nnnil "news")) (setq gnus-secondary-select-methods '((nnimap "quinscape.dyndns.org" (nnimap-stream ssl)) (nnimap "imap.arcor.de" (nnimap-stream ssl)))) (setq gnus-summary-mode-hook '(gnus-agent-mode)) (setq gnus-ignored-from-addresses "David\\.Kastrup@QuinScape\\.de") (setq gnus-exit-gnus-hook '(mm-destroy-postponed-undisplay-list)) (setq gnus-setup-news-hook '(gnus-agent-queue-setup gnus-fixup-nnimap-unread-after-getting-new-n= ews)) (setq gnus-group-mode-hook '(gnus-agent-mode)) ;; (makeunbound 'gnus-topic-mode) ;; (makeunbound 'gnus-topic-mode-hook) ;; (makeunbound 'gnus-topic-line-format) ;; (makeunbound 'gnus-topic-indent-level) ;; (makeunbound 'gnus-topic-display-empty-topics) (setq gnus-server-mode-hook '(gnus-agent-mode)) (setq message-mode-hook '(#[nil "\302\030\303 !)\207" [gnus-article-copy gnus-setup-message-group nil gnus-configure-posti= ng-styles] 2])) (setq message-header-setup-hook '(gnus-inews-insert-archive-gcc gnus-inews-insert-gcc)) --=-=-= -- David --=-=-=--