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:05:39 +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 1424268397 11730 80.91.229.3 (18 Feb 2015 14:06:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Feb 2015 14:06:37 +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:06:25 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 1YO5Gb-00088z-Qq for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Feb 2015 15:06:17 +0100 Original-Received: from localhost ([::1]:51013 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO5Gb-0006Sn-7W for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Feb 2015 09:06:17 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO5G5-0006Ov-OA for help-gnu-emacs@gnu.org; Wed, 18 Feb 2015 09:05:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YO5G1-0003uo-L1 for help-gnu-emacs@gnu.org; Wed, 18 Feb 2015 09:05:45 -0500 Original-Received: from mail-la0-f45.google.com ([209.85.215.45]:44109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO5G1-0003sd-DQ for help-gnu-emacs@gnu.org; Wed, 18 Feb 2015 09:05:41 -0500 Original-Received: by lams18 with SMTP id s18so1265625lam.11 for ; Wed, 18 Feb 2015 06:05:39 -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=WUohiNwQBlgEcMNPpUObnMiXXpQ8s7N9f80/lcdRzz4=; b=uCZ9ka26NI51+uYMXnOZcPO+ot3P3P+E/47vwY7X/O1Ql1JcOis+L/ZDafZNs73qCO A4SWK2R27cBdYh5TLA/NtHu6mEGTkUpI17buOL22nOsM6XWvu+p1mpLJHSULuMV52Wk+ /SzvSJX+r39OFzjY1gTU+NoDyONZogVRbuD+p4eXErJoHoY+5HAgJV70ZFq3TGjoz/s0 d9ECCPZ5gbhg4nTiFHaEj9a+uvlzMnOTz9UAujPtPF8J6/4UQJezmX4RhmcKIj5YcYuz TorgWTQ8kddumDGUfzTEhxsRScuA1lxuw0KK+lOsLDsKlWzNKqv0CkK5yoX1PzADIyOo B3PQ== X-Received: by 10.112.114.230 with SMTP id jj6mr33304059lbb.112.1424268339833; Wed, 18 Feb 2015 06:05:39 -0800 (PST) Original-Received: by 10.112.108.164 with HTTP; Wed, 18 Feb 2015 06:05:39 -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.45 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:102787 Archived-At: 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 > >