[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m tab line constantly consumes CPU
- From: Michael Heerdegen <michael_heerdegen@xxxxxx>
- Date: Tue, 22 Oct 2013 03:54:48 +0200
- X-ml-name: emacs-w3m
- X-mail-count: 12208
- References: <87k3haj8zk.fsf@xxxxxx> <b4m1u3f8ji4.fsf@xxxxxxx> <87sivv45m2.fsf@xxxxxx> <b4m8uxn6wdq.fsf@xxxxxxx> <87mwm3nmfu.fsf@xxxxxx> <b4mob6j58n4.fsf@xxxxxxx> <b4my55m2i0z.fsf@xxxxxxx>
Katsumi Yamaoka <yamaoka@xxxxxxx> writes:
> In [emacs-w3m : No.12205] Katsumi Yamaoka wrote:
> > I realized the :eval form of `header-line-format' runs not so
> > frequently. So, I think `w3m-tab-line-format' and caching the
> > value in it is needless. I.e.:
>
> > (defun w3m-tab-line ()
> > [calculate the "VALUE" of header-line-format]
> > "VALUE")
>
> Done.
Ok, let's try this, it should be ok.
Thanks,
Michael.