From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: not too happy with Emacs 21 vertical-line dragging when scrollbars present Date: Fri, 08 Oct 2004 12:05:29 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1097251896 32289 80.91.229.6 (8 Oct 2004 16:11:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Oct 2004 16:11:36 +0000 (UTC) Cc: drew.adams@oracle.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 08 18:11:28 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CFxL6-00051N-00 for ; Fri, 08 Oct 2004 18:11:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFxPR-0003TL-7R for ged-emacs-devel@m.gmane.org; Fri, 08 Oct 2004 12:15:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CFxML-0002Hb-8e for emacs-devel@gnu.org; Fri, 08 Oct 2004 12:12:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CFxMD-0002Ep-Ne for emacs-devel@gnu.org; Fri, 08 Oct 2004 12:12:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFxMD-0002ER-5l for emacs-devel@gnu.org; Fri, 08 Oct 2004 12:12:37 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CFxFK-0007Sr-PM for emacs-devel@gnu.org; Fri, 08 Oct 2004 12:05:30 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CFxFJ-0000U2-LT; Fri, 08 Oct 2004 12:05:29 -0400 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28088 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28088 That's not correct. It is easy to put the cursor on that tiny line! The code uses a relaxed check so that if the mouse is within ONE COLUMN on either side of the line, the cursor changes to the <-> drag cursor. So there is already a virtual block area there which is TWO COLUMS wide there. I see what you mean. Yes, that is not hard to use. But we should document it. Also, the mouse cursor changes to various other shapes as I drag the border sideways. I think that's a bug--could someone fix it to remain the double-pointed horizontal arrow while dragging left and right?