unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Regression in 22.2 jit-lock?
@ 2008-03-28 18:06 Ulrich Mueller
  2008-03-28 21:58 ` Chong Yidong
  0 siblings, 1 reply; 4+ messages in thread
From: Ulrich Mueller @ 2008-03-28 18:06 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: message body text --]
[-- Type: text/plain, Size: 708 bytes --]

Not sure if the following is a regression, or just an incompatible
change.

When editing some 500 line bash script today, I had the impression
that editing was quite sluggish in 22.2, as compared to 22.1.

I've prepared a minimal example to reproduce the different behaviour:

   1. Open attached file test.sh with "emacs -Q"
   2. Remove one of the double quotes inside function foo()

While in 22.1 fontification of function bar() is delayed by 0.5
seconds, namely the default value of jit-lock-context-time, it is
immediate in 22.2. For large buffers this leads to the sluggish
behaviour mentioned above.

Is it possible that jit-lock-context-time is no longer honoured under
some circumstances?

Ulrich


[-- Attachment #2: test.sh --]
[-- Type: text/plain, Size: 114 bytes --]

#!/bin/bash

foo() {
    echo "it's a test"
}

bar() {
    cat <<-EOF >baz.el
	;;; baz.el
	(require 'quux)
	EOF
}

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-03-29  7:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-28 18:06 Regression in 22.2 jit-lock? Ulrich Mueller
2008-03-28 21:58 ` Chong Yidong
2008-03-29  4:16   ` Stefan Monnier
2008-03-29  7:12     ` Ulrich Mueller

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).