From: Karl Chen <quarl@nospam.quarl.org>
Subject: another jit-lock bug
Date: Tue, 22 Jun 2004 01:43:16 -0700 [thread overview]
Message-ID: <quack.20040622T0143.j57ju0nftn_-_@hkn.eecs.berkeley.edu> (raw)
In-Reply-To: rzq4qp44zbd.fsf@albion.dl.ac.uk
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)
--
Karl 2004-06-22 01:39
next prev parent reply other threads:[~2004-06-22 8:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-11 15:16 [bug] python-mode, jit-lock, syntax-pss during file load Karl Chen
2004-06-21 17:04 ` Dave Love
2004-06-22 8:43 ` Karl Chen [this message]
2004-06-24 3:04 ` another jit-lock bug Richard Stallman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=quack.20040622T0143.j57ju0nftn_-_@hkn.eecs.berkeley.edu \
--to=quarl@nospam.quarl.org \
--cc=quarl+dated+1088325557.3e362f@nospam.quarl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.