From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: M Jared Finder Newsgroups: gmane.emacs.devel Subject: Re: Moving vertical boundaries after C-x 3 Date: Sun, 16 Apr 2006 15:36:30 -0700 Message-ID: References: <17469.43275.607125.519058@farnswood.snap.net.nz> <17470.47548.900457.675152@farnswood.snap.net.nz> <17472.7550.119114.635555@farnswood.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1145227038 16999 80.91.229.2 (16 Apr 2006 22:37:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 Apr 2006 22:37:18 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 17 00:37:16 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FVFrj-00089v-BA for ged-emacs-devel@m.gmane.org; Mon, 17 Apr 2006 00:37:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FVFri-0007nv-Sa for ged-emacs-devel@m.gmane.org; Sun, 16 Apr 2006 18:37:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FVFrT-0007le-O7 for emacs-devel@gnu.org; Sun, 16 Apr 2006 18:36:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FVFrT-0007kU-2F for emacs-devel@gnu.org; Sun, 16 Apr 2006 18:36:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FVFrS-0007kG-Pd for emacs-devel@gnu.org; Sun, 16 Apr 2006 18:36:54 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FVFry-0004mY-Ss for emacs-devel@gnu.org; Sun, 16 Apr 2006 18:37:27 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FVFrH-00087G-N0 for emacs-devel@gnu.org; Mon, 17 Apr 2006 00:36:43 +0200 Original-Received: from dsl001-150-235.sfo1.dsl.speakeasy.net ([72.1.150.235]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Apr 2006 00:36:43 +0200 Original-Received: from jared by dsl001-150-235.sfo1.dsl.speakeasy.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Apr 2006 00:36:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 14 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dsl001-150-235.sfo1.dsl.speakeasy.net User-Agent: Mail/News 1.5 (X11/20060228) In-Reply-To: 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:52928 Archived-At: Richard Stallman wrote: > Have you tried this? Using the default toolkit there is no > vertical line when the scroll bar is present. This is true both > with the fringe (where there are narrow margins) and without it. > > Isn't there still a short vertical line, which one can use to drag the > scroll bar left or right? That is what this discussion started about. > That is where this matters for most users. Not in GTK and Win32 builds. If you disable the scrollbar, then there is a black line you can grab to resize each window, but with a scrollbar on either the left or right side of the window, it's not there. -- MJF