GNU bug report logs - #62374
Missing @footnote support in texinfo module

Previous Next

Package: guile;

Reported by: Bruno Victal <mirai <at> makinata.eu>

Date: Wed, 22 Mar 2023 10:50:01 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Bruno Victal <mirai <at> makinata.eu>
To: 62374 <at> debbugs.gnu.org
Cc: mirai <mirai <at> makinata.eu>, Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: bug#62374: Missing @footnote support in texinfo module
Date: Wed, 22 Mar 2023 10:49:38 +0000
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




This bug report was last modified 2 years and 68 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.