From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: 'miraculous' re-centering on the bottom line Date: Fri, 24 Oct 2014 22:42:13 +0300 Message-ID: <83h9yt5k6i.fsf@gnu.org> References: <544A70EC.8040302@yahoo.de> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1414179783 17267 80.91.229.3 (24 Oct 2014 19:43:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Oct 2014 19:43:03 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 24 21:42:56 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xhkl9-0004hh-AZ for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Oct 2014 21:42:51 +0200 Original-Received: from localhost ([::1]:50269 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xhkl8-0004m2-PG for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Oct 2014 15:42:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xhkkt-0004lc-Tc for help-gnu-emacs@gnu.org; Fri, 24 Oct 2014 15:42:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xhkko-000403-0I for help-gnu-emacs@gnu.org; Fri, 24 Oct 2014 15:42:35 -0400 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:47012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xhkkn-0003zw-P2 for help-gnu-emacs@gnu.org; Fri, 24 Oct 2014 15:42:29 -0400 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NDY00G00QIWEP00@mtaout25.012.net.il> for help-gnu-emacs@gnu.org; Fri, 24 Oct 2014 22:37:51 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NDY00CEXRV3JN70@mtaout25.012.net.il> for help-gnu-emacs@gnu.org; Fri, 24 Oct 2014 22:37:51 +0300 (IDT) In-reply-to: <544A70EC.8040302@yahoo.de> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.181 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100591 Archived-At: > Date: Fri, 24 Oct 2014 17:31:56 +0200 > From: Zeitlinie > > I have several windows open (actually with ecb-activate, working on some > project). Now, while I edit a file, and at random intervals of the order > of some seconds length, the line I currently work on *jumps* to the > bottom of the window I am just working in - as if some wizard in the > background would have executed C-l three times. Do you have scroll-conservatively set to a large value? If so, try without that. If that doesn't help, bisect your customizations until you find the culprit. Then come and tell what you found, because it could be a bug. > I consulted Dr. Google for similar issues and only found that maybe > setting auto-window-vscroll to nil might help. Dr. Google is wrong, auto-window-vscroll has nothing to do with that.