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: Put tool-bar on right Date: Wed, 17 Mar 2010 09:32:28 -0400 Message-ID: References: <87ocitw2dl.fsf@stupidchicken.com> <83pr371rl2.fsf@gnu.org> <873a03pmgn.fsf@catnip.gol.com> <20100314093329.GA1362@muc.de> <87y6htposg.fsf@stupidchicken.com> <4B9E5CC4.5020303@swipnet.se> <8739zz4zl3.fsf@mail.jurta.org> <4BA0B075.5030206@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1268832794 10695 80.91.229.12 (17 Mar 2010 13:33:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 17 Mar 2010 13:33:14 +0000 (UTC) Cc: Juri Linkov , emacs-devel@gnu.org To: "Jan D." Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 17 14:33:09 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 1NrtMw-0004oE-If for ged-emacs-devel@m.gmane.org; Wed, 17 Mar 2010 14:33:06 +0100 Original-Received: from localhost ([127.0.0.1]:52092 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrtMv-0002te-TH for ged-emacs-devel@m.gmane.org; Wed, 17 Mar 2010 09:33:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NrtMP-0002UC-3B for emacs-devel@gnu.org; Wed, 17 Mar 2010 09:32:33 -0400 Original-Received: from [140.186.70.92] (port=58535 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrtMM-0002TS-I1 for emacs-devel@gnu.org; Wed, 17 Mar 2010 09:32:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NrtML-0006FG-7P for emacs-devel@gnu.org; Wed, 17 Mar 2010 09:32:30 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:21538 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NrtML-0006FA-3r for emacs-devel@gnu.org; Wed, 17 Mar 2010 09:32:29 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEACd3oEtFpZMX/2dsb2JhbACbA3S6KoR2BIsV X-IronPort-AV: E=Sophos;i="4.49,657,1262581200"; d="scan'208";a="58424323" Original-Received: from 69-165-147-23.dsl.teksavvy.com (HELO pastel.home) ([69.165.147.23]) by ironport2-out.pppoe.ca with ESMTP; 17 Mar 2010 09:32:28 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 6B8658286; Wed, 17 Mar 2010 09:32:28 -0400 (EDT) In-Reply-To: <4BA0B075.5030206@swipnet.se> (Jan D.'s message of "Wed, 17 Mar 2010 11:35:33 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (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:122090 Archived-At: >> Speaking of tool bars, do you know is it possible to place tool bars >> and tab bars on the side (left or right)? Currently I have to disable >> the tool bar because vertical space is much more valuable for me than >> horizontal space. I'd like to enable tool bars if they were placed >> on the left or on the right. > It is not done in Emacs, but it is possible to add such a possibility. Seeing how it's getting every time more difficult to find screens that don't have a ridiculous 123/4 length-to-height ratio, it would indeed be desirable to let the toolbar be on the left (or right). I.e. patches welcome, Stefan