From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Emacs tool bar on Fedora14 Date: Sun, 21 Nov 2010 19:20:50 +0100 Message-ID: <4CE96302.8020106@swipnet.se> References: <4CDADD76.9070809@alice.it> <4CDAF28C.8040405@swipnet.se> <4CDD7CE5.4050809@swipnet.se> <87tyjlmb33.fsf@stupidchicken.com> <4CE7E10B.3060109@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1290363667 27460 80.91.229.12 (21 Nov 2010 18:21:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 21 Nov 2010 18:21:07 +0000 (UTC) Cc: Chong Yidong , Emacs , Angelo Graziosi To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 21 19:21:01 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PKEX7-00085A-44 for ged-emacs-devel@m.gmane.org; Sun, 21 Nov 2010 19:21:01 +0100 Original-Received: from localhost ([127.0.0.1]:58909 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKEX6-0001kV-Ho for ged-emacs-devel@m.gmane.org; Sun, 21 Nov 2010 13:21:00 -0500 Original-Received: from [140.186.70.92] (port=34381 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKEX1-0001kO-4b for emacs-devel@gnu.org; Sun, 21 Nov 2010 13:20:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKEWz-0001Ir-6P for emacs-devel@gnu.org; Sun, 21 Nov 2010 13:20:55 -0500 Original-Received: from smtprelay-b12.telenor.se ([62.127.194.21]:32958) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PKEWy-0001I7-VJ for emacs-devel@gnu.org; Sun, 21 Nov 2010 13:20:53 -0500 Original-Received: from ipb4.telenor.se (ipb4.telenor.se [195.54.127.167]) by smtprelay-b12.telenor.se (Postfix) with ESMTP id 8B15FE8F46 for ; Sun, 21 Nov 2010 19:20:51 +0100 (CET) X-SENDER-IP: [85.225.45.100] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApU2ABby6ExV4S1kPGdsb2JhbACIHZo7DAEBAQE1LbwfhUsEjWw X-IronPort-AV: E=Sophos;i="4.59,232,1288566000"; d="scan'208";a="1693136065" Original-Received: from c-642de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.100]) by ipb4.telenor.se with ESMTP; 21 Nov 2010 19:20:51 +0100 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 88D8E7FA05A; Sun, 21 Nov 2010 19:20:50 +0100 (CET) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:132974 Archived-At: Stefan Monnier skrev 2010-11-21 18.25: >> I added a keyword :vert-only to tool bar items to do this and added it to >> some of the items in the default and Info tool bars. Even with most icons >> being just images, the Emacs tool bars tend to be quite long. Maybe clean >> out some items? > > Just wondering: shouldn't it be ":horiz-as-well" rather than > ":vert-only"? From what I've seen in the few Gtk apps I use, few of the > buttons have a horizontal label, so the ":vert-only == t" is likely to > be a better default than the reverse. The default should be based on how many Emacs tool bar items that will have horizontal labels. I just guessed, I haven't done any research. It is easy enough to change if that is what we want. Jan D.