Missing @footnote support in texinfo module

  • Open
  • quality assurance status badge
Details
One participant
  • Bruno Victal
Owner
unassigned
Submitted by
Bruno Victal
Severity
normal
B
B
Bruno Victal wrote on 22 Mar 2023 11:49
(address . bug-guile@gnu.org)
4556ce0d-c70b-e314-86c2-8dd719445a78@makinata.eu


Guile REPL snippet to reproduce:

Toggle snippet (21 lines)
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.


Regards,
Bruno
B
B
Bruno Victal wrote on 9 Apr 2023 21:57
(name . Bruno Victal)(address . mirai@makinata.eu)(address . 62374@debbugs.gnu.org)
f7366dff-1b49-5f27-0bb8-b66fd00a28f0@makinata.eu
Update: @indicateurl support is missing as well.
?