Mark Triggs <[EMAIL PROTECTED]> writes: > I guess we could either remove the above form from `tla-bookmarks-mode' > and leave the fontification to `tla-bookmarks-printer',
That's the way to do. font-lock mode is the way to fontify a source code buffer, but a generated buffer should rely on regexp for fontification (this makes the code much less flexible since changing the printer would require to change also the regexps). -- Matthieu
