Hello, [email protected] (Ludovic Courtès) writes:
> Klaus Schilling <[email protected]> writes: > >> Is there a simple way to implement a custom reader for skribilo? The >> user-manual only mentions custom target engines. > > Right, the manual doesn't tell anything about it. > > It's easy to implement a custom reader for Skribilo. I suggest that you > look at the bottom of `skribilo/reader/outline.scm' to get an idea. > Roughly, it defines `make-outline-reader' which returns a `read'-like > function, and then it has that `define-reader' form that provides the > reader specification (the `define-reader' macro is provided by the > `(skribilo reader)' module); furthermore, reader FOO must be located in > `(skribilo reader FOO)' to be found (see `lookup-reader' in > `reader.scm'). I augmented the user manual to mention this: http://git.savannah.gnu.org/gitweb/?p=skribilo.git;a=commitdiff;h=839203d749de348ad6bf0ca2d1f6357df0208b49 Thanks, Ludo'. _______________________________________________ Skribilo-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/skribilo-users
