From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Toolbar redraw causes unwanted selection Date: Mon, 18 Dec 2006 11:00:00 -0500 Message-ID: References: <86d56l4fel.fsf@lola.quinscape.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1166469755 1939 80.91.229.2 (18 Dec 2006 19:22:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Dec 2006 19:22:35 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 18 20:22:30 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 1GwKwl-00081m-2w for ged-emacs-devel@m.gmane.org; Mon, 18 Dec 2006 17:02:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GwKwk-00054P-ND for ged-emacs-devel@m.gmane.org; Mon, 18 Dec 2006 11:02:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GwKuJ-00044C-NW for emacs-devel@gnu.org; Mon, 18 Dec 2006 11:00:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GwKuI-00043J-EJ for emacs-devel@gnu.org; Mon, 18 Dec 2006 11:00:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GwKuI-000438-3Z for emacs-devel@gnu.org; Mon, 18 Dec 2006 11:00:02 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GwKuH-0008Sd-QJ for emacs-devel@gnu.org; Mon, 18 Dec 2006 11:00:01 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.52) id 1GwKuG-00016l-Qq; Mon, 18 Dec 2006 11:00:00 -0500 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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:63932 Archived-At: The "only" changes I have made are to actually make the resizing work -- so that it don't draw more toolbar lines than needed, doesn't omits some icons, doesn't forget to redraw the toolbar when needed, and to evenly distribute the icons on the toolbar lines to get rid of the "filler line" between the toolbar and the top-most text window. If Idlwave uses as many icons in Emacs 21 as it does now, then I think your argument is airtight. It would look uglier in Emacs 21 without your fixes, so if no one has complained, we can ignore it. Could you (or someone) verify that Idlwave causes toolbar size changes in Emacs 21 in the same case where it does now? If so, that will settle the question conclusively.