From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SmFuIERqw6Rydg==?= Newsgroups: gmane.emacs.devel Subject: Re: Emacs tool bar on Fedora14 Date: Sat, 20 Nov 2010 15:54:03 +0100 Message-ID: <4CE7E10B.3060109@swipnet.se> References: <4CDADD76.9070809@alice.it> <4CDAF28C.8040405@swipnet.se> <4CDD7CE5.4050809@swipnet.se> <87tyjlmb33.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1290264881 28763 80.91.229.12 (20 Nov 2010 14:54:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 20 Nov 2010 14:54:41 +0000 (UTC) Cc: Angelo Graziosi , Stefan Monnier , Emacs To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 20 15:54:30 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 1PJoph-0003Gy-10 for ged-emacs-devel@m.gmane.org; Sat, 20 Nov 2010 15:54:29 +0100 Original-Received: from localhost ([127.0.0.1]:59041 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJopg-0003Ta-L8 for ged-emacs-devel@m.gmane.org; Sat, 20 Nov 2010 09:54:28 -0500 Original-Received: from [140.186.70.92] (port=54598 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJopa-0003Sx-9C for emacs-devel@gnu.org; Sat, 20 Nov 2010 09:54:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJopY-0006aC-HR for emacs-devel@gnu.org; Sat, 20 Nov 2010 09:54:22 -0500 Original-Received: from smtprelay-b12.telenor.se ([62.127.194.21]:34171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJopY-0006Zs-C7 for emacs-devel@gnu.org; Sat, 20 Nov 2010 09:54:20 -0500 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-b12.telenor.se (Postfix) with ESMTP id D352BE97D9 for ; Sat, 20 Nov 2010 15:54:18 +0100 (CET) X-SENDER-IP: [85.225.45.100] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuUxAE5w50xV4S1kPGdsb2JhbACDRYRTmkwMAQEBATUtqlyQSoEigzZzBI1s X-IronPort-AV: E=Sophos;i="4.59,229,1288566000"; d="scan'208";a="152678351" Original-Received: from c-642de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.100]) by ipb1.telenor.se with ESMTP; 20 Nov 2010 15:54:04 +0100 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 4E5EF7FA05A; Sat, 20 Nov 2010 15:54:04 +0100 (CET) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 In-Reply-To: <87tyjlmb33.fsf@stupidchicken.com> 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:132915 Archived-At: 2010-11-13 17:40, Chong Yidong skrev: > > The trouble is that this means that only 4-5 buttons will fit on the > tool-bar, by default. > > I observe that in Gedit, some of the tool-bar buttons are just icons > (New, Print, Redo, Cut/Copy/Paste, Search), while others are accompanied > by text labels (Open, Save, Undo). This lets them fit more buttons in. > Other Gnome applications do the same thing. > > If we are going to use text labels, we should probably implement this. 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? Jan D.