all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

* Re: Does byte-compile cause fontification?
  2008-12-26  9:56 ` martin rudalics
@ 2008-12-27 12:23   ` Richard M Stallman
  0 siblings, 0 replies; 3+ messages in thread
From: Richard M Stallman @ 2008-12-27 12:23 UTC (permalink / raw)
  To: martin rudalics; +Cc: emacs-devel

    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?

I don't know -- they flash by so fast that I cannot tell.




^ 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 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.