[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Spreadsheet display mode
From: |
Johan Bockgård |
Subject: |
Re: Spreadsheet display mode |
Date: |
Fri, 23 Nov 2007 14:35:29 +0100 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) |
address@hidden (Johan Bockgård) writes:
> ;; `redisplay' doesn't work!!
> (force-mode-line-update)))
I also found force-window-update, which does the job (as do
redraw-display and redraw-frame, but they clear the frame which causes
flickering).
*** New function `force-window-update' can initiate a full redisplay
of one or all windows. Normally, this is not needed as changes in
window contents are detected automatically. However, certain
implicit changes to mode lines, header lines, or display properties
may require forcing an explicit window update.
The manual is not explicit about the difference between
(info "(elisp) Refresh Screen") and
(info "(elisp) Forcing Redisplay")
It's not clear why (redisplay t) shouldn't work
If the optional argument FORCE is non-`nil', it forces an immediate
and complete redisplay even if input is available.
--
Johan Bockgård