From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.help Subject: Re: 'miraculous' re-centering on the bottom line Date: Fri, 24 Oct 2014 22:18:38 +0200 Message-ID: <87bnp1rzkx.fsf@yahoo.fr> References: <544A70EC.8040302@yahoo.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1414181967 19517 80.91.229.3 (24 Oct 2014 20:19:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Oct 2014 20:19:27 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Zeitlinie Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 24 22:19:20 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 1XhlKO-0004KU-29 for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Oct 2014 22:19:16 +0200 Original-Received: from localhost ([::1]:50375 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhlKN-00079O-Iy for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Oct 2014 16:19:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhlK7-000797-A7 for help-gnu-emacs@gnu.org; Fri, 24 Oct 2014 16:19:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhlK1-000706-98 for help-gnu-emacs@gnu.org; Fri, 24 Oct 2014 16:18:59 -0400 Original-Received: from mxin.ulb.ac.be ([164.15.128.112]:36367) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhlK1-0006zr-3Z for help-gnu-emacs@gnu.org; Fri, 24 Oct 2014 16:18:53 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjsKANyySlSkD4Xx/2dsb2JhbABchC8Lgja3CQEBAQECBpszAoEeAX2EAwEBBHkQCAMhJQ8BBEkTiCsBAxK3cYwHAYcPAQEBBwEBAQEehiWCPYVBgjUHhEsBBIUVBZY4gguHVId7hl2DejsvgksBAQE Original-Received: from mathsrv4.ulb.ac.be (HELO localhost) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 24 Oct 2014 22:18:52 +0200 In-Reply-To: <544A70EC.8040302@yahoo.de> (zeitlinie@yahoo.de's message of "Fri, 24 Oct 2014 17:31:56 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.51 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 164.15.128.112 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:100595 Archived-At: Zeitlinie writes: > I'm running emacs 24.4 & 24.3 and experience some kind of 'automatic' > re-centering issue which drives me completely nuts and make editing a > pain. You could try this: M-x debug-on-entry RET recenter RET then wait for the problem to reproduce. With some luck, it'll trigger the debugger, and show a backtrace that will indicate the cause. You can cancel the effect of the above using M-x cancel-debug-on-entry -- Nicolas Richard