unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#62374: Missing @footnote support in texinfo module
@ 2023-03-22 10:49 Bruno Victal
  2023-04-09 19:57 ` Bruno Victal
  0 siblings, 1 reply; 2+ messages in thread
From: Bruno Victal @ 2023-03-22 10:49 UTC (permalink / raw)
  To: 62374; +Cc: mirai, Maxim Cournoyer

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#62374: Missing @footnote support in texinfo module
  2023-03-22 10:49 bug#62374: Missing @footnote support in texinfo module Bruno Victal
@ 2023-04-09 19:57 ` Bruno Victal
  0 siblings, 0 replies; 2+ messages in thread
From: Bruno Victal @ 2023-04-09 19:57 UTC (permalink / raw)
  To: Bruno Victal; +Cc: 62374

Update: @indicateurl support is missing as well.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-09 19:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-22 10:49 bug#62374: Missing @footnote support in texinfo module Bruno Victal
2023-04-09 19:57 ` Bruno Victal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).