From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: How to get back to a place in a buffer, or: what is a window configuration? Date: Wed, 03 Aug 2016 22:47:25 +0100 Message-ID: <87mvktsexe.fsf@robertthorpeconsulting.com> References: <87zioutd4v.fsf@mbork.pl> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1470260889 14718 195.159.176.226 (3 Aug 2016 21:48:09 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 3 Aug 2016 21:48:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Marcin Borkowski Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 03 23:48:05 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bV41B-0002nq-Vz for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Aug 2016 23:48:02 +0200 Original-Received: from localhost ([::1]:36846 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bV418-0003K4-ND for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Aug 2016 17:47:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bV40j-0003Jz-6y for help-gnu-emacs@gnu.org; Wed, 03 Aug 2016 17:47:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bV40e-0006Rb-VQ for help-gnu-emacs@gnu.org; Wed, 03 Aug 2016 17:47:32 -0400 Original-Received: from outbound-smtp05.blacknight.com ([81.17.249.38]:33351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bV40e-0006Qa-OZ for help-gnu-emacs@gnu.org; Wed, 03 Aug 2016 17:47:28 -0400 Original-Received: from mail.blacknight.com (pemlinmail06.blacknight.ie [81.17.255.152]) by outbound-smtp05.blacknight.com (Postfix) with ESMTPS id 7E3CC210052 for ; Wed, 3 Aug 2016 21:47:26 +0000 (UTC) Original-Received: (qmail 14829 invoked from network); 3 Aug 2016 21:47:26 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[109.76.116.17]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 3 Aug 2016 21:47:26 -0000 In-Reply-To: <87zioutd4v.fsf@mbork.pl> (message from Marcin Borkowski on Wed, 03 Aug 2016 11:30:43 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.38 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:111057 Archived-At: Marcin Borkowski writes: > Hi all, > > sometimes I work on a particular place in some buffer, and Emacs for > some reason scrolls me out of that place. I used to have the problem. I found it was caused by using auto-revert-mode. It was either applying auto-revert-mode to dired buffers or applying it to buffer lists that caused the problem, I can't remember which. Try disabling those and see if it fixes it. BR, Robert Thorpe