emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

jit-lock.el


From: Richard Stallman
Subject: jit-lock.el
Date: Fri, 25 Jun 2004 19:57:59 -0400

Is anyone investigating this bug report?

To: address@hidden
From: Karl Chen <address@hidden>
Date: Tue, 22 Jun 2004 01:43:16 -0700
Subject: another jit-lock bug
Reply-To: address@hidden
Sender: address@hidden


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)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]