From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Suvayu Ali Newsgroups: gmane.emacs.help Subject: Problem with AUCTeX Date: Sat, 1 Mar 2014 14:11:36 +0100 Message-ID: <20140301131136.GC2195@chitra.dyndns-at-home.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1393679529 14011 80.91.229.3 (1 Mar 2014 13:12:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Mar 2014 13:12:09 +0000 (UTC) To: Emacs help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 01 14:12:17 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 1WJji8-0000B1-IB for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Mar 2014 14:12:12 +0100 Original-Received: from localhost ([::1]:59634 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJji8-0006Ic-3h for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Mar 2014 08:12:12 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJjho-0006HT-Dc for help-gnu-emacs@gnu.org; Sat, 01 Mar 2014 08:12:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJjhf-0000o5-Vb for help-gnu-emacs@gnu.org; Sat, 01 Mar 2014 08:11:52 -0500 Original-Received: from mail-ea0-x233.google.com ([2a00:1450:4013:c01::233]:40316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJjhf-0000nt-PB for help-gnu-emacs@gnu.org; Sat, 01 Mar 2014 08:11:43 -0500 Original-Received: by mail-ea0-f179.google.com with SMTP id q10so3377491ead.10 for ; Sat, 01 Mar 2014 05:11:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:mime-version:content-type :content-disposition:content-transfer-encoding:user-agent; bh=vnykUsFCNxocKsb1DV46O23xnCkCPP0pDhqdvdUEZbI=; b=NL7N9H6lN51ofScHaAV/y1scfVfthZEVXTOV/q8O+RWELjMVB8jwg9Bfw/RqEkNBT8 SmCNKhuo4xWqMgy7y6lYDQyTrSqXueOlM9XOLiFDrbfoTl8OaujrBxgJJ7U/lXHlNiV2 E5BmH7zCKeHvYfI3kpuZkfKKJ4Ag3RWosqhKamt/wrkNfxunc+dtlAE2+c0nM1EmWjJx +UvFzyqNpZHH818Mh6FCZfTgI1DzzwEvesPDHdIQs6s99WdRLU670BbdPVns68pOh4QQ q8N9jmgoKEzJVl9K0HwyCajR8BfXG1ozWpOSvCdl9GrF3W2Myy0/FUl+gujDsgU/nXQC R7CQ== X-Received: by 10.14.205.3 with SMTP id i3mr27525079eeo.23.1393679502347; Sat, 01 Mar 2014 05:11:42 -0800 (PST) Original-Received: from chitra.dyndns-at-home.com (sd44012d5.adsl.online.nl. [212.64.18.213]) by mx.google.com with ESMTPSA id 48sm23398804eee.2.2014.03.01.05.11.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 01 Mar 2014 05:11:41 -0800 (PST) Content-Disposition: inline User-Agent: Mutt/1.5.22.1-rc1 (2013-10-16) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::233 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:96239 Archived-At: Hi, 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=08\302H=08\303H\"\210)\301\207" [timer apply 5 6] 4) timer-event-handler([t 21265 56149 607969 nil font-latex-jit-lock-force-r= edisplay (# 1701 1913) nil 180000]) It happens randomly and I have no idea what is causing it. It happens very frequently, and editing LaTeX source is becoming very annoying. Could someone help me find the problem? Thanks, --=20 Suvayu Open source is the future. It sets us free.