[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: need force-header-line-update
- From: Lute Kamstra <Lute.Kamstra@xxxxxx>
- Date: Thu, 16 Oct 2003 14:33:03 +0200
- X-ml-name: emacs-w3m
- X-mail-count: 05957
- References: <b9yd6cxqu73.fsf@jpl.org>
Katsumi Yamaoka <yamaoka@jpl.org> writes:
> I am troubled with the header-line which is not redisplayed. Isn't
> there any function equivalent to force-mode-line-update for making
> the header-line get redisplayed?
Doesn't force-mode-line-update update the header line as well?
The Lisp manual says:
- Function: force-mode-line-update
Force redisplay of the current buffer's mode line and header line.
The next redisplay will update the mode line and header line based
on the latest values of all relevant variables.
This function also forces recomputation of the menu bar menus and
the frame title.
The docstring doesn't mention the header line, though. I'll update
it.
Lute.