emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: something like linum.el ought to be added


From: Stefan Monnier
Subject: Re: something like linum.el ought to be added
Date: Mon, 17 Sep 2007 09:49:00 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux)

> sometimes we can use outline- or hs- and others functions to hide a lot of
> lines.  it seems linum mode create/move overlays for every line between
> window-start and window-end. So even the line is already hide, linum still
> create/move overlay for it. If there are many line hiden within the
> window, it will consume a lot of memory, also impact the
> performance/efficience of the linum mode.  Is it possible to avoid the
> create linum overly for the invisible line? 

Ahem.... can you say "jit-lock"?


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]