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: Wed, 06 Oct 2004 01:29:11 -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 1097040638 24166 80.91.229.6 (6 Oct 2004 05:30:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Oct 2004 05:30:38 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 06 07:30:35 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 1CF4Nn-0002tO-00 for ; Wed, 06 Oct 2004 07:30:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CF4US-0005Xx-Uo for ged-emacs-devel@m.gmane.org; Wed, 06 Oct 2004 01:37:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CF4TR-00051p-GO for emacs-devel@gnu.org; Wed, 06 Oct 2004 01:36:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CF4TP-00050N-Dl for emacs-devel@gnu.org; Wed, 06 Oct 2004 01:36:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CF4TP-0004zU-9s for emacs-devel@gnu.org; Wed, 06 Oct 2004 01:36:23 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CF4MS-0006Pn-8X for emacs-devel@gnu.org; Wed, 06 Oct 2004 01:29:12 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CF4MR-0001Ua-Gd; Wed, 06 Oct 2004 01:29:11 -0400 Original-To: "Drew Adams" 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27977 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27977 If I understand you correctly, you are saying: 1. Leave the mode line extended under the scroll bar. 2. But change the part of it that is under the scroll bar to show a drag-handle graphic (image/glyph), indicating that you can drag that spot. This is much easier to do right for the default case of scroll bars on the left. However, to implement this would require doing it also for the case of scroll bars on the right.