bug-guile
[Top][All Lists]
Advanced

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

bug#62374: Missing @footnote support in texinfo module


From: Bruno Victal
Subject: bug#62374: Missing @footnote support in texinfo module
Date: Wed, 22 Mar 2023 10:49:38 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

Forwarded from <https://issues.guix.gnu.org/61964>.


Guile REPL snippet to reproduce:

--8<---------------cut here---------------start------------->8---
scheme@(guile-user)> (use-modules (texinfo))
scheme@(guile-user)> (use-modules (texinfo serialize))
scheme@(guile-user)> (display (stexi->texi (texi-fragment->stexi "@defun 
Foo\nLorem Ipsum.@end defun")))

@c %start of fragment

@anchor{defun-Foo}@defun Foo 
Lorem Ipsum.

@end defun


@c %end of fragment
scheme@(guile-user)> (display (stexi->texi (texi-fragment->stexi 
"@footnote{Foo}")))
ice-9/boot-9.scm:1685:16: In procedure raise-exception:
Throw to key `parser-error' with args `(#f "Unknown command" footnote)'.

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
--8<---------------cut here---------------end--------------->8---


Regards,
Bruno





reply via email to

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