From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: Sudden jumping point in buffer. Probably a bug? Date: Wed, 18 Nov 2015 20:57:04 +0200 Message-ID: <564CCA00.6030907@yandex.ru> References: <20151118183555.GI5776@scotty.home> <83a8qb9m81.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1447873058 5102 80.91.229.3 (18 Nov 2015 18:57:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Nov 2015 18:57:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii , "Stefan-W. Hahn" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 18 19:57:27 2015 Return-path: Envelope-to: ged-emacs-devel@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 1Zz7uy-00018H-6c for ged-emacs-devel@m.gmane.org; Wed, 18 Nov 2015 19:57:20 +0100 Original-Received: from localhost ([::1]:37749 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz7ux-0003nt-Dy for ged-emacs-devel@m.gmane.org; Wed, 18 Nov 2015 13:57:19 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34617) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz7ur-0003hq-AL for emacs-devel@gnu.org; Wed, 18 Nov 2015 13:57:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zz7um-0003YL-5W for emacs-devel@gnu.org; Wed, 18 Nov 2015 13:57:13 -0500 Original-Received: from mail-wm0-x22e.google.com ([2a00:1450:400c:c09::22e]:33167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz7ul-0003YE-W1; Wed, 18 Nov 2015 13:57:08 -0500 Original-Received: by wmec201 with SMTP id c201so293676959wme.0; Wed, 18 Nov 2015 10:57:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=cFjyLhxY+wH41XH4mIC0FuuAkSQTajFfIcT1l9tqooQ=; b=ZJhIRlc8+QQ398O8R6r+432czw5mS8BJ3yugheFcldl2nn9sgIw5qgI88biRi7QOaw UkNpZy8c01dqtp7j7qj+715y7GBa9mtu9KzRTKMVHWndSOD2QlZLAkwDuMKzGHkmNUes w+vIKSm14gplR8+XLqOJQRc77/rhme21dhw4xCoTQ0nG00NvFzBsWPSX7FBdtB+pMoOr HEE5vr92PL8ZHjZ3AfgQ9mHi6sjEVZL4Kwgl3ohHe0RECdiiw15NK/JBZYnMS8MDwd8U 4n228J/m50eD4/gY+C7eWQPsCL75YQC315vGfsV8N4tgjuwbtYGsl3yb29QjMkGDWNxV CJNg== X-Received: by 10.28.142.205 with SMTP id q196mr11737917wmd.42.1447873027396; Wed, 18 Nov 2015 10:57:07 -0800 (PST) Original-Received: from [10.9.0.103] (nat.webazilla.com. [78.140.128.228]) by smtp.googlemail.com with ESMTPSA id m11sm2000585wma.5.2015.11.18.10.57.05 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 18 Nov 2015 10:57:06 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Thunderbird/42.0 In-Reply-To: <83a8qb9m81.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c09::22e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:194743 Archived-At: On 11/18/2015 08:49 PM, Eli Zaretskii wrote: >> I'm using emacs as 64 bit compiled on windows 7/64 and linux 64 bit. Since >> quite a while I have the problem that, while typing, the cursor (point) is >> sometimes suddenly jumping to another position in buffer. > > Does this happen in "emacs -Q"? If not, look for a deviant timer or a > post-command-hook set up by some of your customizations and optional > features you load. I think it's already been mentioned here: http://lists.gnu.org/archive/html/emacs-devel/2015-11/msg01655.html