Hi,
is there an easy way to debug a scheme script? I suppose the scheme
script editor has no built-in debugger? (Hey, one can dream ...) I have
written a script that does not work, and I don't understand why.
;;;MarkupAtEnd
(let ((tag "MarkupAtEnd"))
(d-DirectivePut-movement-override tag DENEMO_OVERRIDE_GRAPHIC)
(d-DirectivePut-movement-display tag "MarkupAtEnd")
(if (d-Directive-movement? tag)
(let themarkup (d-DirectiveGet-movement-postfix tag))
(let themarkup (""))
)
(set! themarkup (d-GetUserInput (_ "MarkupAtEnd") (_ "Edit markup:")
themarkup))
(d-DirectivePut-movement-postfix tag themarkup)
(d-DirectivePut-movement-override tag DENEMO_OVERRIDE_AFFIX)
(d-SetSaved #f)
)
Thanks
Andreas
_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel