From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: Sudden jumping point in buffer. Probably a bug? Date: Fri, 01 Jan 2016 23:27:09 +0100 Message-ID: <87d1tlue9u.fsf@isaac.fritz.box> References: <20151118183555.GI5776@scotty.home> <83a8qb9m81.fsf@gnu.org> <564CCA00.6030907@yandex.ru> <20151124190722.GA13848@scotty.home> <20151231130418.GA16388@scotty.home> <20160101200239.GB14391@scotty.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1451687273 14139 80.91.229.3 (1 Jan 2016 22:27:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Jan 2016 22:27:53 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org, Dmitry Gutov To: "Stefan-W. Hahn" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 01 23:27:43 2016 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 1aF8Ag-0006RY-M8 for ged-emacs-devel@m.gmane.org; Fri, 01 Jan 2016 23:27:42 +0100 Original-Received: from localhost ([::1]:36864 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aF8Af-0001N1-7l for ged-emacs-devel@m.gmane.org; Fri, 01 Jan 2016 17:27:41 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aF8AT-0001MF-Lt for emacs-devel@gnu.org; Fri, 01 Jan 2016 17:27:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aF8AQ-0006wH-F6 for emacs-devel@gnu.org; Fri, 01 Jan 2016 17:27:29 -0500 Original-Received: from randomsample.de ([5.45.97.173]:53484) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aF8AQ-0006t1-5k; Fri, 01 Jan 2016 17:27:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=J0xXp4ioI/AqotX7ql43Ml3Gk4D1HBoBYQJRjWgZUko=; b=YZa4scDN2E2L6T7R59HFkFe2TT1vUtYLY7RVnN37JzDvsn7zKmELMlcNqdjrcaSe9MAJDhK5tzsWsjc/IxnBxiDwZsv9/Klsif7Z4nruqLLPozkddQBc2Kp/cwUb/Zum; Original-Received: from ip4d1494ed.dynamic.kabel-deutschland.de ([77.20.148.237] helo=isaac.fritz.box) by randomsample.de with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1aF8AJ-0000Ei-0B; Fri, 01 Jan 2016 23:27:19 +0100 In-Reply-To: <20160101200239.GB14391@scotty.home> (Stefan-W. Hahn's message of "Fri, 1 Jan 2016 21:02:39 +0100") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 5.45.97.173 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:197322 Archived-At: Stefan-W. Hahn writes: > Mail von Stefan-W. Hahn, Thu, 31 Dec 2015 at 14:04:18 +0100: >> Mail von Stefan-W. Hahn, Tue, 24 Nov 2015 at 20:07:22 +0100: > > Hello, > > I filed a bug with further investigations, but got no response, the Bug > Tracker Server seems to be down. > > I found a workaround which seems to work, but the reason is not clear: As already noted in this thread, this seems to be #15045. The `semantic-throw-on-input' macro calls `input-pending-p', which is also running timers, and one of your timers seems to trigger redisplay. But let's postpone further discussion until the bugtracker is back online. -David