From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: not too happy with Emacs 21 vertical-line dragging when scroll bars present Date: Thu, 30 Sep 2004 11:59:38 -0400 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1096561051 32389 80.91.229.6 (30 Sep 2004 16:17:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Sep 2004 16:17:31 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Sep 30 18:17:22 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 1CD3cP-0007tT-00 for ; Thu, 30 Sep 2004 18:17:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CD3io-0002fI-AQ for geb-bug-gnu-emacs@m.gmane.org; Thu, 30 Sep 2004 12:23:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CD3Rj-0006Ir-Vh for bug-gnu-emacs@gnu.org; Thu, 30 Sep 2004 12:06:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CD3Rj-0006IF-3s for bug-gnu-emacs@gnu.org; Thu, 30 Sep 2004 12:06:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CD3Ri-0006Hr-UL for bug-gnu-emacs@gnu.org; Thu, 30 Sep 2004 12:06:18 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CD3LG-0007Li-UW for bug-gnu-emacs@gnu.org; Thu, 30 Sep 2004 11:59:39 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CD3LG-0004b3-2G; Thu, 30 Sep 2004 11:59:38 -0400 Original-To: "Drew Adams" In-reply-to: X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:9146 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:9146 Here's the backtrace (although it's not very helpful): Debugger entered--Lisp error: (error "Attempt to drag leftmost scrollbar") signal(error ("Attempt to drag leftmost scrollbar")) error("Attempt to drag leftmost scrollbar") mouse-drag-vertical-line((down-mouse-1 (# vertical-line (300 . 344) 7448410 nil 342 (0 . 8) nil (0 . 215) (1 . 16)))) call-interactively(mouse-drag-vertical-line) What happens if you install an interpreted version of mouse-drag-vertical-line in that session? Does the bug still happen? If so, you can get some real info from the backtrace when it is running interpreted.