Le 25 avr. 09 à 00:10, Vincent van Ravesteijn a écrit :
Yes, a colleague of mine wanted to change the style of all
citations, so this would have been useful for that (by the way, we
should add something to do that).
Yes, provided with have a lfun to change citation style.
mutate-note and toggle-all-insets can be replaced by a forall-based
solution, AFAICS
inset-forall Index delete-char-forward
inset-forall sounds like inset-next, which we avoided by the AtPoint
mechanism. Why not use a AllInsets action flag for this ?
What do you mean? That we should declare which functions can be used
with inset-forall? But the fun
is to be able to use it with any function :)
JMarc