From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Marshall, Simon" Newsgroups: gmane.emacs.devel Subject: FW: repeat delay for (lesstif) toolkit scrollbar arrows Date: Mon, 27 May 2002 13:41:14 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: main.gmane.org 1022503344 31386 127.0.0.1 (27 May 2002 12:42:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 27 May 2002 12:42:24 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17CJpQ-0008A7-00 for ; Mon, 27 May 2002 14:42:24 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17CK6l-0006rv-00 for ; Mon, 27 May 2002 15:00:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17CJpu-0003Zm-00; Mon, 27 May 2002 08:42:54 -0400 Original-Received: from mail17.messagelabs.com ([62.231.131.67] helo=server-3.tower-17.messagelabs.com) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 17CJoO-0003Oh-00 for ; Mon, 27 May 2002 08:41:20 -0400 X-VirusChecked: Checked Original-Received: (qmail 25307 invoked from network); 27 May 2002 12:41:17 -0000 Original-Received: from gull.midas-kapiti.com (HELO pigeon.misys.com) (193.115.208.67) by server-3.tower-17.messagelabs.com with SMTP; 27 May 2002 12:41:17 -0000 Original-Received: FROM gull.misys.com BY pigeon.misys.com ; Mon May 27 13:41:17 2002 +0100 Original-Received: by GULL with Internet Mail Service (5.5.2653.19) id ; Mon, 27 May 2002 13:41:18 +0100 Original-To: 'Emacs Developers' X-Mailer: Internet Mail Service (5.5.2653.19) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4433 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4433 I didn't get any respsonses to this---does that mean Emacs doesn't support it and noone knows how to make it support it? Ta, Simon. > -----Original Message----- > From: Marshall, Simon > Sent: 03 May 2002 10:28 > To: 'Emacs Developers' > Subject: repeat delay for (lesstif) toolkit scrollbar arrows > > I hesitate in asking this in case I've missed something in the > manual... > I use LessTif, which has nice scrollbar arrows to scroll up/down by > individual lines. > However, if I hold mouse-1 on an arrow, the "repeat time" of events > that Emacs sees and calls scroll-bar-toolkit-scroll is too long and > scrolling too slow for me. > > It feels like there should be an Emacs variable to control it (like > mouse-scroll-delay, but that seems to be for dragging within a window > only). > Perhaps it is something defined by the toolkit and beyond the reach of > Emacs to control? > Or something defined by the windowing system (I use CDE, but none of > the mouse parameters have any effect)? > > Any pointers?