From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Emacs tool bar on Fedora14 Date: Sun, 21 Nov 2010 12:25:44 -0500 Message-ID: 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 X-Trace: dough.gmane.org 1290360360 12352 80.91.229.12 (21 Nov 2010 17:26:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 21 Nov 2010 17:26:00 +0000 (UTC) Cc: Chong Yidong , Angelo Graziosi , Emacs To: Jan =?iso-8859-1?Q?Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 21 18:25:55 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 1PKDfm-0002bH-GO for ged-emacs-devel@m.gmane.org; Sun, 21 Nov 2010 18:25:54 +0100 Original-Received: from localhost ([127.0.0.1]:45542 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKDfl-0007yJ-VT for ged-emacs-devel@m.gmane.org; Sun, 21 Nov 2010 12:25:53 -0500 Original-Received: from [140.186.70.92] (port=58315 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKDff-0007yB-Ey for emacs-devel@gnu.org; Sun, 21 Nov 2010 12:25:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKDfe-0001aK-2A for emacs-devel@gnu.org; Sun, 21 Nov 2010 12:25:47 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:20778 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PKDfd-0001Zl-Vj for emacs-devel@gnu.org; Sun, 21 Nov 2010 12:25:46 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: An4HAH/k6ExMCqtq/2dsb2JhbAChW31yvAGFSwSEWo1p X-IronPort-AV: E=Sophos;i="4.59,232,1288584000"; d="scan'208";a="83138995" Original-Received: from 76-10-171-106.dsl.teksavvy.com (HELO ceviche.home) ([76.10.171.106]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 21 Nov 2010 12:25:44 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id D3A09660F5; Sun, 21 Nov 2010 12:25:44 -0500 (EST) In-Reply-To: <4CE7E10B.3060109@swipnet.se> ("Jan =?iso-8859-1?Q?Dj=E4rv=22?= =?iso-8859-1?Q?'s?= message of "Sat, 20 Nov 2010 15:54:03 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) 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:132966 Archived-At: > 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. Stefan