unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* What is font-lock-lines-before?
@ 2007-11-23 15:22 Lennart Borgman (gmail)
  2007-11-23 16:28 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Lennart Borgman (gmail) @ 2007-11-23 15:22 UTC (permalink / raw)
  To: Emacs Devel

This is seen in font-lock-defaults for buffers in c-mode. What is it?

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

* Re: What is font-lock-lines-before?
  2007-11-23 15:22 What is font-lock-lines-before? Lennart Borgman (gmail)
@ 2007-11-23 16:28 ` Stefan Monnier
  2007-11-23 17:21   ` Lennart Borgman (gmail)
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2007-11-23 16:28 UTC (permalink / raw)
  To: Lennart Borgman (gmail); +Cc: Emacs Devel

>>>>> "Lennart" == Lennart Borgman (gmail) <lennart.borgman@gmail.com> writes:
> This is seen in font-lock-defaults for buffers in c-mode. What is it?

It's a remnant of a font-lock "feature" that was added and
then (thankfully) removed.  Its effect was that whenever line N..M needed
to be re-fontified, font-lock would refontify from N -
font-lock-lines-before.


        Stefan

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

* Re: What is font-lock-lines-before?
  2007-11-23 16:28 ` Stefan Monnier
@ 2007-11-23 17:21   ` Lennart Borgman (gmail)
  0 siblings, 0 replies; 3+ messages in thread
From: Lennart Borgman (gmail) @ 2007-11-23 17:21 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Emacs Devel

Stefan Monnier wrote:
>>>>>> "Lennart" == Lennart Borgman (gmail) <lennart.borgman@gmail.com> writes:
>> This is seen in font-lock-defaults for buffers in c-mode. What is it?
> 
> It's a remnant of a font-lock "feature" that was added and
> then (thankfully) removed.  Its effect was that whenever line N..M needed
> to be re-fontified, font-lock would refontify from N -
> font-lock-lines-before.


Thanks, then I guess it should be replaced with something else in c-mode 
too? Or is it just not needed any more?

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

end of thread, other threads:[~2007-11-23 17:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-23 15:22 What is font-lock-lines-before? Lennart Borgman (gmail)
2007-11-23 16:28 ` Stefan Monnier
2007-11-23 17:21   ` Lennart Borgman (gmail)

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