skribilo-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [skribilo-users] how to debug?


From: Ludovic Courtès
Subject: Re: [skribilo-users] how to debug?
Date: Tue, 30 Sep 2014 11:20:21 +0200
User-agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux)

Carlos Carleos <address@hidden> skribis:

> --8<----------corte-desde-aquí---------------tranĉu-de-ĉi-tie---------->8--
> ;;; -*- mode: scheme; mode: skribe; coding: iso-8859-1; -*--
>
> (document :title [Acta]
>    :html-title [Acta de prueba]
>    (chapter :title [Capitulo de prueba]
>       (section :title [Seccion de prueba]
>          (p [Texto de prueba]))))
> --8<----------corte-hasta-aquí--------------tranĉu-ĝis-ĉi-tie---------->8--
>
> ...can be compiled with "skribilo -t latex test-html.scm" but, when
> trying with "skribilo -t html test-html.scm", I got an error:

This document works fine with current Git master, but I reckon a number
of fixes to the HTML engine have accumulated there.

Could you check whether it works for you?

Probably time for a bug-fix release.

> With "head -n 25 $(which skribilo)" I read...
>
> # Don't pass `--debug' by default (for performance reasons).  When
> # needed, the use should explicitly set the `GUILE' environment
> # variable to, e.g., "guile --debug".

This is a remnant of the Guile 1.8 days.  Guile 2.0 always provides
debug info, with no run-time overhead.

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]