mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Forcing refresh of rendering of a document fragment


Chronological Thread 
  • From: Lionel Elie Mamane <address@hidden>
  • To: Henri Lesourd <address@hidden>
  • Cc: address@hidden
  • Subject: Re: [TeXmacs] Forcing refresh of rendering of a document fragment
  • Date: Thu, 26 Oct 2006 10:58:20 +0200

On Wed, Oct 25, 2006 at 09:56:08PM +0200, Henri Lesourd wrote:
> Lionel Elie Mamane wrote:

>> Short version: How does one force refreshing the rendering of a
>> document fragment from Scheme code, short of doing an edit action
>> at that point or near?

>> Any clean/easy way to do that?

> What about :
> <<
> (path-assign (tree->path tree) tree)
> >>

> to refresh the tree "tree" ?

Yup, this seems cleaner and more atomic than what I had found:

(tree-insert! t 0 '(foo bar))
(tree-remove t 0 1)

Thanks.

--
Lionel



Archive powered by MHonArc 2.6.19.

Top of page