From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Put tool-bar on right Date: Wed, 17 Mar 2010 11:35:33 +0100 Message-ID: <4BA0B075.5030206@swipnet.se> 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> 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 1268822511 3738 80.91.229.12 (17 Mar 2010 10:41:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 17 Mar 2010 10:41:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 17 11:41:47 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 1Nrqh8-0004Dj-Hw for ged-emacs-devel@m.gmane.org; Wed, 17 Mar 2010 11:41:46 +0100 Original-Received: from localhost ([127.0.0.1]:53686 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrqcT-0005iF-4c for ged-emacs-devel@m.gmane.org; Wed, 17 Mar 2010 06:36:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NrqbK-0005Im-Nr for emacs-devel@gnu.org; Wed, 17 Mar 2010 06:35:46 -0400 Original-Received: from [140.186.70.92] (port=54526 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrqbI-0005I6-En for emacs-devel@gnu.org; Wed, 17 Mar 2010 06:35:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NrqbH-0007hQ-7w for emacs-devel@gnu.org; Wed, 17 Mar 2010 06:35:44 -0400 Original-Received: from smtprelay-b12.telenor.se ([62.127.194.21]:36886) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NrqbH-0007hA-2O for emacs-devel@gnu.org; Wed, 17 Mar 2010 06:35:43 -0400 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-b12.telenor.se (Postfix) with ESMTP id BB5AA1503B for ; Wed, 17 Mar 2010 11:35:39 +0100 (CET) X-SENDER-IP: [85.225.45.110] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AoAvALxMoEtV4S1uPGdsb2JhbACHYJMiDAEBAQE3Lbg+hHYE X-IronPort-AV: E=Sophos;i="4.49,656,1262559600"; d="scan'208";a="51797419" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb1.telenor.se with ESMTP; 17 Mar 2010 11:35:39 +0100 Original-Received: from [192.168.77.62] (ns1.operax.com [213.88.244.216]) by coolsville.localdomain (Postfix) with ESMTPSA id 87DD97FA01A; Wed, 17 Mar 2010 11:35:38 +0100 (CET) User-Agent: Thunderbird 2.0.0.23 (X11/20090817) In-Reply-To: <8739zz4zl3.fsf@mail.jurta.org> 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:122083 Archived-At: Juri Linkov wrote: >>> I think the solution floated earlier can address this: those who want to >>> use the scroll bar as a visual aid should compile without GTK tool bars, >>> and we should place such tool bars on the left by default, where they >>> traditionally are in Motif and other old X apps. GTK tool bars should >>> be placed on the right by default, like all other GTK apps. >> I think you meant scroll bars. > > 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. Jan D.