From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Vaughan Newsgroups: gmane.emacs.help Subject: Re: Emacs recentres point in buffer if it is moved anywhere -- annoying! Date: Wed, 18 Feb 2015 14:17:40 +0000 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1424269090 24290 80.91.229.3 (18 Feb 2015 14:18:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Feb 2015 14:18:10 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: gnu.emacs.help@googlegroups.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 18 15:17:59 2015 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 1YO5Rt-0004cn-7F for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Feb 2015 15:17:57 +0100 Original-Received: from localhost ([::1]:51106 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO5Rs-0001l0-G2 for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Feb 2015 09:17:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO5Rh-0001kv-A7 for help-gnu-emacs@gnu.org; Wed, 18 Feb 2015 09:17:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YO5Rd-00011H-Us for help-gnu-emacs@gnu.org; Wed, 18 Feb 2015 09:17:45 -0500 Original-Received: from mail-la0-f51.google.com ([209.85.215.51]:43040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO5Rd-000113-Nf for help-gnu-emacs@gnu.org; Wed, 18 Feb 2015 09:17:41 -0500 Original-Received: by labms9 with SMTP id ms9so1335891lab.10 for ; Wed, 18 Feb 2015 06:17:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=bd9eC7rAdi3oSdE5ScIvSAz9IL93mAKSJduuawMgau4=; b=V0pNe1DalRiefYXbPRTfmQg9vPqqv7ds+vfdWtqxwZQ3F2FzJVSATQHP22S6ZM03N9 H3ecEXVzPqkBh4aNOi9eeCAcCZldlB5ktyRMJdSUZQHl+CEIZiJ4VKfgIiCOHk3jA1CU kkaKfBbBxZnbkAvUnco5eoK2by6xfRqCTkUD1rTYY1xxtlmhkmhzXFyRPHcLP0Ayzuhj EqMEhz32Uhg7VA+gPRUg3KeMzs19z+u/WBDyuf2SzrqiFc9Ig/h2wZaFlCvIJkhRoO42 GZlGpTBysLWLP3QbWEX7lowtrx06oqE18ca7gDeumZexXHExNal6B0XnEczY3xtWyYwF VxIA== X-Received: by 10.152.2.167 with SMTP id 7mr33390832lav.114.1424269061097; Wed, 18 Feb 2015 06:17:41 -0800 (PST) Original-Received: by 10.112.108.164 with HTTP; Wed, 18 Feb 2015 06:17:40 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.215.51 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:102788 Archived-At: It seems that: (setq global-auto-revert-non-file-buffers nil) has fixed it. (Previously I was setting that to 't'.) On Wed, Feb 18, 2015 at 2:05 PM, David Vaughan wrote: > Where has it been fixed? I have the newest stable version. Is there a > temporary hack to fix it? > > Many thanks, > David. > > On Wed, Feb 18, 2015 at 2:19 AM, Robert Thorpe < > rt@robertthorpeconsulting.com> wrote: > >> purpleblues13@gmail.com writes: >> > I have Emacs 24.4, running on OS X Mavericks. >> > >> > I am encountering a very annoying problem which is that Emacs >> automatically recentres the point after every single movement. The is a >> small delay (ranges from about 0.5 secs to 3 secs), and then it jumps, just >> as if I had pressed C-l. I cannot find anything about this through google >> searches; no variables or minor modes, etc. >> > >> > Weirdly, it usually doesn't happen. I can have Emacs open for ages >> without this annoying behaviour, then suddenly it just starts happening. I >> have no idea why. I have tried to restart and isolate all the commands I am >> entering, but I have not been able to work out what could possibly be >> causing it. >> > >> > I can provide my init.el if necessary. >> >> I expect this is caused by auto-reverting a buffer-list. There's a bug >> there, I understand it has been fixed now though. >> >> BR, >> Robert Thorpe >> >> >