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: [Emacs-diffs] /srv/bzr/emacs/trunk r99650: Put scroll-bar on right by default on UNIX. Date: Mon, 15 Mar 2010 09:12:42 +0100 Message-ID: <4B9DEBFA.10807@swipnet.se> References: <87ocitw2dl.fsf@stupidchicken.com> <83pr371rl2.fsf@gnu.org> <873a03pmgn.fsf@catnip.gol.com> <20100314093329.GA1362@muc.de> <20100314190109.GA2424@muc.de> <4B9D53CD.10000@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 1268640789 14461 80.91.229.12 (15 Mar 2010 08:13:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 15 Mar 2010 08:13:09 +0000 (UTC) Cc: rms@gnu.org, cyd@stupidchicken.com, emacs-devel@gnu.org, James Cloos , Alan Mackenzie , Eli Zaretskii , Miles Bader To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 15 09:13: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 1Nr5Q4-0005k1-BY for ged-emacs-devel@m.gmane.org; Mon, 15 Mar 2010 09:13:01 +0100 Original-Received: from localhost ([127.0.0.1]:33640 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nr5Q3-0005SY-DF for ged-emacs-devel@m.gmane.org; Mon, 15 Mar 2010 04:12:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nr5Px-0005ST-EH for emacs-devel@gnu.org; Mon, 15 Mar 2010 04:12:53 -0400 Original-Received: from [140.186.70.92] (port=46361 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nr5Pv-0005SL-Mu for emacs-devel@gnu.org; Mon, 15 Mar 2010 04:12:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nr5Pu-00071K-JY for emacs-devel@gnu.org; Mon, 15 Mar 2010 04:12:51 -0400 Original-Received: from smtprelay-h12.telenor.se ([62.127.194.5]:47124) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nr5Ps-000713-Dv; Mon, 15 Mar 2010 04:12:48 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h12.telenor.se (Postfix) with ESMTP id A419FE806F; Mon, 15 Mar 2010 09:12:49 +0100 (CET) X-SMTPAUTH-B2: X-SENDER-IP: 85.225.45.110 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkI+AHKInUtV4S1uPGdsb2JhbACabgwBAQEBNy21U4R7BA X-IronPort-AV: E=Sophos;i="4.49,641,1262559600"; d="scan'208";a="50259366" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb2.telenor.se with ESMTP; 15 Mar 2010 09:12:46 +0100 Original-Received: from [10.225.32.5] (unknown [193.45.43.33]) by coolsville.localdomain (Postfix) with ESMTPSA id 25B9B7FA01A; Mon, 15 Mar 2010 09:12:43 +0100 (CET) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 In-Reply-To: <4B9D53CD.10000@swipnet.se> 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:121991 Archived-At: James Cloos wrote: > The code (in lisp/term/x-win.el in trunk) checks for right, but > not for left, off or on. Since left is the default, it doesn't need to, but something to remmeber if we should change the default. Note that the code in x-win.el doesn't change the position of the scrollbar. That is done in frame.c and xterm.c (and corresponding tool-kit dependent files). x-win.el just changes the customize default to be right instead of left. Jan D.