From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: jit-lock.el Date: 30 Jun 2004 10:08:34 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1088604622 13104 80.91.224.253 (30 Jun 2004 14:10:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 30 Jun 2004 14:10:22 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jun 30 16:10:15 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bffmx-0005TF-00 for ; Wed, 30 Jun 2004 16:10:15 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bffmx-0001P2-00 for ; Wed, 30 Jun 2004 16:10:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bffof-0007i4-Tw for emacs-devel@quimby.gnus.org; Wed, 30 Jun 2004 10:12:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bffod-0007hx-Mb for emacs-devel@gnu.org; Wed, 30 Jun 2004 10:11:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bffob-0007fa-If for emacs-devel@gnu.org; Wed, 30 Jun 2004 10:11:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bffob-0007fX-FF for emacs-devel@gnu.org; Wed, 30 Jun 2004 10:11:57 -0400 Original-Received: from [206.47.199.164] (helo=simmts6-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bffmg-0007RV-37; Wed, 30 Jun 2004 10:09:58 -0400 Original-Received: from empanada.local ([67.71.118.189]) by simmts6-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20040630140829.MZMM10364.simmts6-srv.bellnexxia.net@empanada.local>; Wed, 30 Jun 2004 10:08:29 -0400 Original-Received: by empanada.local (Postfix, from userid 502) id D34B7228BE9; Wed, 30 Jun 2004 10:08:34 -0400 (EDT) Original-To: rms@gnu.org In-Reply-To: Original-Lines: 41 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25330 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25330 > Is anyone investigating this bug report? I have just put it in my growing list of "bugs to investigate". I'm still trying to catch up from my 3-weeks trip. Stefan > To: emacs-devel@gnu.org > From: Karl Chen > Date: Tue, 22 Jun 2004 01:43:16 -0700 > Subject: another jit-lock bug > Reply-To: quarl+dated+1088325557.3e362f@nospam.quarl.org > Sender: emacs-devel-bounces+rms=gnu.org@gnu.org > emacs -q > (global-set-key "\r" (lambda () (interactive) (newline) > (indent-according-to-mode))) > (global-font-lock-mode) > (setq font-lock-support-mode 'jit-lock-mode) > C-x C-f /tmp/a.sh > if true ; then > # when you press return here, auto indent succeeds > fi > case z in > asdf) > # auto indent fails here only when font-lock-support-mode is > # jit-lock-mode, using (indent-according-to-mode) as part of an # interactive key (if you manually evaluate # (indent-according-to-mode) it works) > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-devel