From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Horizontal Scroll bar and linum Date: Wed, 19 Sep 2007 09:54:33 -0400 Message-ID: References: <63F95800EDD046419F17688AAFD41CCF01E40F49@rnd-ex01.rnd.gdnt.local> <85myvjxkzs.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190210215 18497 80.91.229.12 (19 Sep 2007 13:56:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Sep 2007 13:56:55 +0000 (UTC) Cc: brianjiang@gdnt.com.cn, emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 19 15:56:46 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IY00r-0002Sz-V4 for ged-emacs-devel@m.gmane.org; Wed, 19 Sep 2007 15:54:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IY00q-0003O2-0Z for ged-emacs-devel@m.gmane.org; Wed, 19 Sep 2007 09:54:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IY00m-0003KH-82 for emacs-devel@gnu.org; Wed, 19 Sep 2007 09:54:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IY00l-0003Ho-3C for emacs-devel@gnu.org; Wed, 19 Sep 2007 09:54:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IY00k-0003HM-T9 for emacs-devel@gnu.org; Wed, 19 Sep 2007 09:54:38 -0400 Original-Received: from tomts22-srv.bellnexxia.net ([209.226.175.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IY00g-0001gB-NU; Wed, 19 Sep 2007 09:54:34 -0400 Original-Received: from pastel.home ([70.55.142.212]) by tomts22-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070919135433.LGBQ18413.tomts22-srv.bellnexxia.net@pastel.home>; Wed, 19 Sep 2007 09:54:33 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 9F0298A9A; Wed, 19 Sep 2007 09:54:33 -0400 (EDT) In-Reply-To: <85myvjxkzs.fsf@lola.goethe.zz> (David Kastrup's message of "Wed\, 19 Sep 2007 07\:49\:43 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-Detected-Kernel: Solaris 8 (1) 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:79307 Archived-At: > Actually, I think we should first get vertical scroll bars (and > scroll-up/scroll-down) to get a reasonably good job at providing a > smooth scroll experience in the presence of tall lines/images. First we should get it to do a good job for normal plain text. That works OK in Lucid toolkit, but the Gtk scrollbar behaves horribly when you reach the end of the buffer. I'd much better have a weirdly-positioned-and/or-sized thumb while drag-scrolling, then the stuttering I see now. Stefan