unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* What is it that tells the display engine that it needs to update?
@ 2009-08-11 18:02 Lennart Borgman
  2009-08-12  3:47 ` Davis Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Lennart Borgman @ 2009-08-11 18:02 UTC (permalink / raw)
  To: Emacs-Devel devel

See above. I want to know what to do when setting 'wrap-prefix and
'wrap-to-fill-prefix.




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

* Re: What is it that tells the display engine that it needs to  update?
  2009-08-11 18:02 What is it that tells the display engine that it needs to update? Lennart Borgman
@ 2009-08-12  3:47 ` Davis Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Davis Herring @ 2009-08-12  3:47 UTC (permalink / raw)
  To: Lennart Borgman; +Cc: Emacs-Devel devel

> See above. I want to know what to do when setting 'wrap-prefix and
> 'wrap-to-fill-prefix.

As I understand it, only changes to the (visible portion of the) buffer
(perhaps via overlays) can do that "automatically"; you'll have to
actually call `redisplay' yourself.  But I could be wrong: it could even
require something further to tell the display engine that something has
changed about how to render the text that isn't in that text.  There is
also `force-mode-line-update', but I don't think it helps here.

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.




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

end of thread, other threads:[~2009-08-12  3:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-11 18:02 What is it that tells the display engine that it needs to update? Lennart Borgman
2009-08-12  3:47 ` Davis Herring

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