From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Vyacheslav Akhmechet" Newsgroups: gmane.emacs.help Subject: Emacs (haskell mode + line highlighting) problem Date: Wed, 20 Sep 2006 11:50:10 -0400 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1158767480 26475 80.91.229.2 (20 Sep 2006 15:51:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Sep 2006 15:51:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 20 17:51:17 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GQ4LS-0003zM-NH for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Sep 2006 17:50:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GQ4LS-0001Ft-7N for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Sep 2006 11:50:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GQ4L0-000194-ED for help-gnu-emacs@gnu.org; Wed, 20 Sep 2006 11:50:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GQ4Ky-00017v-GQ for help-gnu-emacs@gnu.org; Wed, 20 Sep 2006 11:50:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GQ4Ky-00017m-5m for help-gnu-emacs@gnu.org; Wed, 20 Sep 2006 11:50:12 -0400 Original-Received: from [64.233.182.184] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GQ4OH-0008MD-LG for help-gnu-emacs@gnu.org; Wed, 20 Sep 2006 11:53:37 -0400 Original-Received: by nf-out-0910.google.com with SMTP id q29so571356nfc for ; Wed, 20 Sep 2006 08:50:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=kowCtwPJOPnxnVClormCbUjWhbTU2JWPe0WeAPL+hBODicVcDVI+ObbGJJKjNYctDvLUN2/oq9aumodVOfjsL7qmi5sc8KKSHg1tgLI8QHCAH6dgLdtSb2GT2PtvSzo7cPlwGNrkl0ipKS/+rLZ55gnH+FxGDJFoQmSPUBFDsxg= Original-Received: by 10.78.139.1 with SMTP id m1mr4578218hud; Wed, 20 Sep 2006 08:50:10 -0700 (PDT) Original-Received: by 10.78.176.8 with HTTP; Wed, 20 Sep 2006 08:50:10 -0700 (PDT) Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37519 Archived-At: Everyone, I just upgraded to Emacs 22 (on Windows) and I run into a minor but very annoying problem with the Haskell mode. I use highlight-current-line.el script (from http://www.emacswiki.org/cgi-bin/wiki/highlight-current-line.el) which works great with Haskell mode on Emacs 21, but on Emacs 22 there is a visible delay between the time I move the cursor and the time the line is highlighted. This only happens when I'm in Haskell major mode, it doesn't appear to happen in other modes. My knowledge of Emacs is rather limited and I don't know where to begin debugging this. I suppose it's some timer related issue. Could you suggest something that may help resolve this problem? Thank you, - Slava Akhmechet