GNU bug report logs -
#62374
Missing @footnote support in texinfo module
Previous Next
Full log
View this message in rfc822 format
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.