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: Problem with AUCTeX Date: Sat, 01 Mar 2014 20:07:38 +0100 Message-ID: <87ppm5vith.fsf@thinkpad-t61.fritz.box> References: <20140301131136.GC2195@chitra.dyndns-at-home.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1393700881 5739 80.91.229.3 (1 Mar 2014 19:08:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Mar 2014 19:08:01 +0000 (UTC) Cc: Emacs help To: Suvayu Ali Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 01 20:08:10 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 1WJpGb-0001yW-Vq for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Mar 2014 20:08:10 +0100 Original-Received: from localhost ([::1]:60596 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJpGa-0006Md-V2 for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Mar 2014 14:08:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJpGK-0006Lf-NZ for help-gnu-emacs@gnu.org; Sat, 01 Mar 2014 14:07:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJpGE-00059L-I9 for help-gnu-emacs@gnu.org; Sat, 01 Mar 2014 14:07:52 -0500 Original-Received: from out3-smtp.messagingengine.com ([66.111.4.27]:36305) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJpGE-00059H-Dr for help-gnu-emacs@gnu.org; Sat, 01 Mar 2014 14:07:46 -0500 Original-Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id DAF2720F95; Sat, 1 Mar 2014 14:07:45 -0500 (EST) Original-Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Sat, 01 Mar 2014 14:07:45 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:references:date :in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=5irLUgcWEVQiGEQTW4qlga9m0vI=; b=upoGm6VD0UbOJKIHlmYzkYymDyPx jNie6DDC+HTzqZPWf0rVkcmYLzTqLvZu4DpMwH7uHtoJ8DgEZawUBraAwIl54adh 2cd4q0ImM9cj70fQjCvi1pQ04kLu0/LaasE5JRp+WvB+T1zXr2Vn8sBhBuFfX+Hi iEmReyMJYAr9Xt0= X-Sasl-enc: 4dn9+/fUI+ZV6HoZZsGyCkCN5HElx2absH7890KN84k9 1393700865 Original-Received: from thinkpad-t61.fritz.box (unknown [95.88.165.230]) by mail.messagingengine.com (Postfix) with ESMTPA id 566C868026E; Sat, 1 Mar 2014 14:07:45 -0500 (EST) In-Reply-To: <20140301131136.GC2195@chitra.dyndns-at-home.com> (Suvayu Ali's message of "Sat, 1 Mar 2014 14:11:36 +0100") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.27 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:96241 Archived-At: Suvayu Ali writes: Hi Suvayu, > I'm having a strange problem. From time to time while editing LaTeX > source, I see the following traceback: > > Debugger entered--Lisp error: (wrong-number-of-arguments (2 . 2) 3) > jit-lock-force-redisplay(# 1701 1913) > font-latex-jit-lock-force-redisplay(# 1701 1913) > apply(font-latex-jit-lock-force-redisplay (# 1701 1913)) > byte-code("r\301\302H\303H\"\210)\301\207" [timer apply 5 6] 4) > timer-event-handler([t 21265 56149 607969 nil > font-latex-jit-lock-force-redisplay (# 1701 1913) nil > 180000]) That's already fixed in the development version, and I also released a new ELPA version (11.87.3) with the corresponding fix. Bye, Tassilo