From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: tool bar icons not updated according to :active condition Date: Sun, 26 Feb 2006 09:28:40 -0500 Message-ID: <874q2mmbxj.fsf@stupidchicken.com> References: <873bi8ok5h.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1141487053 23432 80.91.229.2 (4 Mar 2006 15:44:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Mar 2006 15:44:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 04 16:44:12 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FFYvF-0008KU-KP for ged-emacs-devel@m.gmane.org; Sat, 04 Mar 2006 16:44:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FFYvI-0005jZ-Vw for ged-emacs-devel@m.gmane.org; Sat, 04 Mar 2006 10:44:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FFX26-0005no-Cz for emacs-devel@gnu.org; Sat, 04 Mar 2006 08:42:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FFX1z-0005ia-N6 for emacs-devel@gnu.org; Sat, 04 Mar 2006 08:42:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FDMt9-0002ox-08 for emacs-devel@gnu.org; Sun, 26 Feb 2006 09:28:44 -0500 Original-Received: from [18.95.6.7] (helo=outgoing.mit.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FDMtd-0001ux-Dy for emacs-devel@gnu.org; Sun, 26 Feb 2006 09:29:13 -0500 Original-Received: by outgoing.mit.edu (Postfix, from userid 1000) id CAC231E40A9; Sun, 26 Feb 2006 09:28:40 -0500 (EST) Original-To: Reiner Steib In-Reply-To: (Reiner Steib's message of "Sun, 26 Feb 2006 13:15:45 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:51174 Archived-At: Reiner Steib writes: > The following gives better results (but of course it is still a > workaround, not a fix). I dunno if we want to redisplay the tool bar every time point moves, in general. Maybe using post-command-hook is a good solution for those modes that need it. It would be nice to have a function that only redraws the toolbar, though.