* Does byte-compile cause fontification?
@ 2008-12-26 4:23 Richard M Stallman
2008-12-26 9:56 ` martin rudalics
0 siblings, 1 reply; 3+ messages in thread
From: Richard M Stallman @ 2008-12-26 4:23 UTC (permalink / raw)
To: emacs-devel
byte-compile displays messages in the echo area very briefly
which do not appear in *Messages*. But they look like font lock
progress messages. So I suspect that they come from fontification
in the buffer where byte-compile keeps the input. That would
be a waste of time. Would someone please arrange to turn it off?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Does byte-compile cause fontification?
2008-12-26 4:23 Does byte-compile cause fontification? Richard M Stallman
@ 2008-12-26 9:56 ` martin rudalics
2008-12-27 12:23 ` Richard M Stallman
0 siblings, 1 reply; 3+ messages in thread
From: martin rudalics @ 2008-12-26 9:56 UTC (permalink / raw)
To: rms; +Cc: emacs-devel
> byte-compile displays messages in the echo area very briefly
> which do not appear in *Messages*. But they look like font lock
> progress messages. So I suspect that they come from fontification
> in the buffer where byte-compile keeps the input. That would
> be a waste of time. Would someone please arrange to turn it off?
The *Compiler Input* buffer is never displayed, so with jit-lock there
would be a major bug if that buffer really got fontified. Are you sure
the messages don't come from the *Compile-Log* buffer?
martin
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-12-27 12:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-26 4:23 Does byte-compile cause fontification? Richard M Stallman
2008-12-26 9:56 ` martin rudalics
2008-12-27 12:23 ` Richard M Stallman
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).