comparison admin/FOR-RELEASE @ 78000:4d83e9f9b01e

(font-lock-add-keywords): In case font-lock was only half-activated, forcefully activate it completely.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 11 Jun 2007 21:57:11 +0000
parents e70e9b06760f
children 419303d2f258
comparison
equal deleted inserted replaced
77999:e70e9b06760f 78000:4d83e9f9b01e
33 33
34 ** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin. 34 ** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin.
35 (Did we decide that is unreproducible?) 35 (Did we decide that is unreproducible?)
36 36
37 * BUGS 37 * BUGS
38
39 ** hi-lock-mode doesn't always turn on font-lock-mode-internal
40
41 From: Alan Mackenzie <acm@muc.de>
42 Subject: hi-lock-mode doesn't work with emacs -Q.
43 Message-ID: <20070607092651.GA1710@muc.de>
44
45 Start emacs -Q. (Emacs 22.1, of course). Visit a new file with:
46
47 C-x C-f foo.txt
48
49 . Type this:
50
51 This file is foo.txt.
52
53 . Enable hi-lock-mode and make "foo" a highlightable pattern:
54
55 M-x hi-lock-mode
56 C-x w h foo<CR><CR> ; accept the default hi-yellow face.
57
58 . This highlights the "foo" yellow, as expected. At the end of the
59 line, type:
60
61 foo
62
63 . This new "foo" doesn't get highlighted. It should be.
64 38
65 * FIXES FOR EMACS 22.2 39 * FIXES FOR EMACS 22.2
66 40
67 Here we list small fixes that arrived too late for Emacs 22.1, but 41 Here we list small fixes that arrived too late for Emacs 22.1, but
68 that should be installed on the release branch after 22.1 is released. 42 that should be installed on the release branch after 22.1 is released.