From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: JD Smith Newsgroups: gmane.emacs.devel Subject: Re: Toolbar redraw causes unwanted selection Date: Wed, 20 Dec 2006 07:07:05 -0700 Message-ID: <4252FB58-B181-409F-AAFC-389640A13D9D@as.arizona.edu> References: NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1166623650 15864 80.91.229.10 (20 Dec 2006 14:07:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Dec 2006 14:07:30 +0000 (UTC) Cc: storm@cua.dk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 20 15:07:30 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gx26Q-0006wE-9n for ged-emacs-devel@m.gmane.org; Wed, 20 Dec 2006 15:07:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gx26P-0007iM-NX for ged-emacs-devel@m.gmane.org; Wed, 20 Dec 2006 09:07:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gx26B-0007hn-9P for emacs-devel@gnu.org; Wed, 20 Dec 2006 09:07:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gx269-0007hJ-S0 for emacs-devel@gnu.org; Wed, 20 Dec 2006 09:07:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gx269-0007hC-OS for emacs-devel@gnu.org; Wed, 20 Dec 2006 09:07:09 -0500 Original-Received: from [66.249.82.239] (helo=wx-out-0506.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gx267-0005Sv-H0 for emacs-devel@gnu.org; Wed, 20 Dec 2006 09:07:08 -0500 Original-Received: by wx-out-0506.google.com with SMTP id s17so2413198wxc for ; Wed, 20 Dec 2006 06:07:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=eVnkbNms7dGB0SrgziMr4vwNCNQf/wNNhe7ryDRkn31Bvd45ZQwlyi/vBBprlOJUulT7qOPd220FRviviONsF0G9hK0yCU96HOsL0kz7sb9K2wTrCDAQUo7czO1+IAkph2Il/d7XLoBh48690V4Cdn1dbch2gxqgEjUXGUx5ATM= Original-Received: by 10.90.78.1 with SMTP id a1mr7008827agb.1166623626645; Wed, 20 Dec 2006 06:07:06 -0800 (PST) Original-Received: from ?192.168.1.101? ( [74.130.85.212]) by mx.google.com with ESMTP id p4sm3936825nzc.2006.12.20.06.07.05; Wed, 20 Dec 2006 06:07:05 -0800 (PST) In-Reply-To: Original-To: rms@gnu.org X-Mailer: Apple Mail (2.752.2) 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:63999 Archived-At: On Dec 20, 2006, at 6:00 AM, Richard Stallman wrote: > One toolbar size per > frame would seem a good idea, based on the maximum number of rows > required for all windows in that frame. This way, as buffers are > switched to other modes/etc., the toolbar resizes, but simply > switching windows (by clicking, C-x o, etc.) won't trigger the > resize. > > That sounds like a good plan. However, it seems you don't find this > problem unbearable even now. So we can postpone any further change > here to after the release. Yes, definitely, along with a means to specify a "newline" for breaking toolbar rows.