From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Scrollbars on GTK. Date: Mon, 03 Nov 2008 14:40:43 +0100 Message-ID: <490EFF5B.7070708@swipnet.se> References: <873ai91l0z.fsf@catnip.gol.com> <490EAC5F.8090307@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1225719741 3556 80.91.229.12 (3 Nov 2008 13:42:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Nov 2008 13:42:21 +0000 (UTC) Cc: =?ISO-8859-1?Q?s?= , "Jan D." , emacs-devel@gnu.org, =?ISO-8859-1?Q?=D3scar_Fuente?= To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 03 14:43:22 2008 connect(): Connection refused 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 1Kwzi4-00055b-7Q for ged-emacs-devel@m.gmane.org; Mon, 03 Nov 2008 14:43:12 +0100 Original-Received: from localhost ([127.0.0.1]:60308 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kwzgx-00014v-6v for ged-emacs-devel@m.gmane.org; Mon, 03 Nov 2008 08:42:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kwzfm-0000Pv-Q4 for emacs-devel@gnu.org; Mon, 03 Nov 2008 08:40:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kwzfl-0000P9-6Z for emacs-devel@gnu.org; Mon, 03 Nov 2008 08:40:50 -0500 Original-Received: from [199.232.76.173] (port=39226 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kwzfl-0000P3-2U for emacs-devel@gnu.org; Mon, 03 Nov 2008 08:40:49 -0500 Original-Received: from ey-out-1920.google.com ([74.125.78.148]:60393) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kwzfk-0002s5-Mb for emacs-devel@gnu.org; Mon, 03 Nov 2008 08:40:48 -0500 Original-Received: by ey-out-1920.google.com with SMTP id 4so874306eyg.24 for ; Mon, 03 Nov 2008 05:40:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding:sender; bh=Z4gYlsss5SM4z1hHUG8K/ImGxVdBq3DC3lx804PCadI=; b=uQcmClXApfVCMq9PbWgJ+zxLeTEKT4eoSyLlpDzAHbASDWzyGjxnLi/RglJsjoraD4 bChcpO29M/5+fazvue4nsL3Dsuy8CCasJryitzBfcNART15+3yHos52e2/Pb5vbsRj+Q Ag3G1pgJfRLCRZYJEuANa31E9gpAJ5EBrgA/Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :sender; b=ARuOOK3/TRJl1dwDVa7tmo7GJpe8Yj6qkFuJS4DasbEW6Y/jbJRF7ajCPMnBsSOBi2 LZMY3y9pULyCsqHZ6D/bhoUpntgJN+O7DrrXql0FYi32v77PKagPfYVDQgtOTrPhWLiB auoRwXr5x+jp0DXIU7n9oM9NFGVrjBwPsR1eM= Original-Received: by 10.86.93.19 with SMTP id q19mr145507fgb.62.1225719647276; Mon, 03 Nov 2008 05:40:47 -0800 (PST) Original-Received: from ?10.225.40.37? ([193.45.43.33]) by mx.google.com with ESMTPS id d6sm8542071fga.2.2008.11.03.05.40.44 (version=SSLv3 cipher=RC4-MD5); Mon, 03 Nov 2008 05:40:45 -0800 (PST) User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:105295 Archived-At: Andreas Schwab skrev: > "Jan D." writes: > >> I have not seen any app apart from Emacs where thumb at the bottom >> does not mean end of buffer at end of window and no more downwards >> scrolling possible. > > gvim shows exactly the same behaviour. > Indeed it does. It seems at is uses the same technique as Emacs, i.e. adds a virtual page to the end of the scrolling range. It has one advantage, it counts lines. Jan D.