unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Bruno Victal <mirai@makinata.eu>
To: 62374@debbugs.gnu.org
Cc: mirai <mirai@makinata.eu>, Maxim Cournoyer <maxim.cournoyer@gmail.com>
Subject: bug#62374: Missing @footnote support in texinfo module
Date: Wed, 22 Mar 2023 10:49:38 +0000	[thread overview]
Message-ID: <4556ce0d-c70b-e314-86c2-8dd719445a78@makinata.eu> (raw)

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	other threads:[~2023-03-22 10:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-22 10:49 Bruno Victal [this message]
2023-04-09 19:57 ` bug#62374: Missing @footnote support in texinfo module Bruno Victal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4556ce0d-c70b-e314-86c2-8dd719445a78@makinata.eu \
    --to=mirai@makinata.eu \
    --cc=62374@debbugs.gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).