From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: Help debugging erratic cursor movement Date: Fri, 10 Jun 2016 14:34:45 +0200 Message-ID: <87lh2dql22.fsf@gnu.org> References: <877fdymbqs.fsf@RV515.tompa.tv> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1465562145 24062 80.91.229.3 (10 Jun 2016 12:35:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Jun 2016 12:35:45 +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 Jun 10 14:35:34 2016 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 1bBLen-0006aI-LW for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Jun 2016 14:35:25 +0200 Original-Received: from localhost ([::1]:40383 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBLem-0003g3-NM for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Jun 2016 08:35:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBLeN-0003fQ-6r for help-gnu-emacs@gnu.org; Fri, 10 Jun 2016 08:35:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBLeI-0001uV-5m for help-gnu-emacs@gnu.org; Fri, 10 Jun 2016 08:34:59 -0400 Original-Received: from out2-smtp.messagingengine.com ([66.111.4.26]:36309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBLeG-0001ri-TF for help-gnu-emacs@gnu.org; Fri, 10 Jun 2016 08:34:54 -0400 Original-Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 8804F20F1D for ; Fri, 10 Jun 2016 08:34:47 -0400 (EDT) Original-Received: from frontend1 ([10.202.2.160]) by compute3.internal (MEProxy); Fri, 10 Jun 2016 08:34:47 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=EMEThgifrdvbWwmsB33eBSEiLSQ=; b=ojbnF U1buTMvt9fcVe8RRNxueS/pwwh2/q5CvGfu4aHCKakipF5HdGIV8j9Pm5KJ46nR0 WZHAgZb3NNJ/bRfd0u4pF+xHldeLqmuxXh4kRkAwDpHeWaOW2BkplqwjFC+UUiuK iQYml9OpHu/tu9PDFhCkggfB/kkd0WGR9F/lOk= X-Sasl-enc: dn9FEvkeS60qFYnslHAlv0YaiJWepPaYKes7OUjMwzUf 1465562087 Original-Received: from jiffyarch (j289989.servers.jiffybox.net [134.119.24.195]) by mail.messagingengine.com (Postfix) with ESMTPA id 00A75F2A03 for ; Fri, 10 Jun 2016 08:34:46 -0400 (EDT) In-Reply-To: (Joost Kremers's message of "10 Jun 2016 07:37:48 GMT") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.94 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.26 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:110407 Archived-At: Joost Kremers writes: >> I'll try to load different components of my setup one-by-one to see >> which one is causing it. My best guess at the moment would be >> semantic-highlight-func-highlight-current-tag which is part of my >> post-command-hook. This would explain why the jump is usually to the >> start of a function... > > If that's your suspicion, why not simply remove that function from > your post-command-hook and see what happens? I think some weeks ago there was a thread on emacs-devel about such a problem which has been fixed [1]. So it might be possible that just updating your snapshot will already solve that issue. Bye, Tassilo [1] A quick search revealed this: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22287 https://lists.gnu.org/archive/html/emacs-devel/2016-01/msg00029.html