From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Annoying recentering when scrolling down Date: Mon, 25 Aug 2008 17:20:11 +0200 Message-ID: References: <87ej4gvir1.fsf@cyd.mit.edu> <87y72ojx5o.fsf@cyd.mit.edu> <48AFF8FC.5070004@gmx.at> <48AFFFD9.1010909@gmx.at> <87bpzjixjq.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1219677723 3803 80.91.229.12 (25 Aug 2008 15:22:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Aug 2008 15:22:03 +0000 (UTC) Cc: martin rudalics , "Emacs Dev \[emacs-devel\]" To: "Chong Yidong" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 25 17:22:56 2008 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 1KXdtO-0008Jt-Ta for ged-emacs-devel@m.gmane.org; Mon, 25 Aug 2008 17:22:07 +0200 Original-Received: from localhost ([127.0.0.1]:45269 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXdsP-0000Pw-R0 for ged-emacs-devel@m.gmane.org; Mon, 25 Aug 2008 11:21:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KXdrd-00005s-Bh for emacs-devel@gnu.org; Mon, 25 Aug 2008 11:20:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KXdrZ-0008Vo-HM for emacs-devel@gnu.org; Mon, 25 Aug 2008 11:20:16 -0400 Original-Received: from [199.232.76.173] (port=34678 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXdrZ-0008Vj-9o for emacs-devel@gnu.org; Mon, 25 Aug 2008 11:20:13 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.188]:22556) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KXdrZ-0000ZX-7z for emacs-devel@gnu.org; Mon, 25 Aug 2008 11:20:13 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so810509nfi.26 for ; Mon, 25 Aug 2008 08:20:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=aZq2o2EBYSBQaNzQljszg3ZZi4UkJAufCPEXLDNylgU=; b=E1M19KO0Z1lWb9OLyqZ1wr4qVrh+n253YkNdhNsWDMB+3hw9/xq/O8tQuuL8ebD7SX EDELa8ZbIAXWCe8mdpKUp6K7TvIuSJFJBasB7vb1ECmM3BF/Tq7O1QUAPclUlZcMALFZ 5Rqq+aq7KTxBnxywOusIqAZblI5vBbvi8o9LY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=YtRCb4T3K04GtHaCh7raKIftH3pQhBYnvvztrwDGAFo07yuRu5xxKsPeWWG5yDmRME uhG50IK2YQpH3YMHWcsPi42Ru8OMWLBq3K8EL0zM+qNlrNv1SKo+ZII9McSDHNpTD8vw pl5XFI9CxII6Px22wABBV7lrZOdBNNP1xbcd8= Original-Received: by 10.210.80.2 with SMTP id d2mr6808187ebb.33.1219677611689; Mon, 25 Aug 2008 08:20:11 -0700 (PDT) Original-Received: by 10.210.23.12 with HTTP; Mon, 25 Aug 2008 08:20:11 -0700 (PDT) In-Reply-To: <87bpzjixjq.fsf@stupidchicken.com> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: 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:102946 Archived-At: On Sat, Aug 23, 2008 at 17:03, Chong Yidong wrote: > Could you try something: set scroll-conservatively to 5000, not > most-positive-fixnum. Do you still have problems with that? http://lists.gnu.org/archive/html/emacs-devel/2008-08/msg01057.html Juanma