From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Christopher Baines Newsgroups: gmane.lisp.guile.bugs Subject: bug#37846: @acronym not handled correctly in synopsis or descriptions Date: Wed, 29 Jan 2020 16:33:33 +0000 Message-ID: <87blqmb4te.fsf@cbaines.net> References: <87h842r3xt.fsf@cbaines.net> <87pnf27383.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="63773"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.2.0; emacs 26.3 Cc: 37846-done@debbugs.gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-X-From: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Wed Jan 29 17:34:09 2020 Return-path: Envelope-to: guile-bugs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iwqI5-000GSo-D4 for guile-bugs@m.gmane-mx.org; Wed, 29 Jan 2020 17:34:09 +0100 Original-Received: from localhost ([::1]:48642 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwqI4-0004K9-FU for guile-bugs@m.gmane-mx.org; Wed, 29 Jan 2020 11:34:08 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40224) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwqHy-0004Ir-Ub for bug-guile@gnu.org; Wed, 29 Jan 2020 11:34:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iwqHx-0004Cb-V4 for bug-guile@gnu.org; Wed, 29 Jan 2020 11:34:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:56784) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iwqHx-0004CH-Qs for bug-guile@gnu.org; Wed, 29 Jan 2020 11:34:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iwqHx-0008C7-Ov for bug-guile@gnu.org; Wed, 29 Jan 2020 11:34:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Wed, 29 Jan 2020 16:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37846 X-GNU-PR-Package: guile Original-Received: via spool by 37846-done@debbugs.gnu.org id=D37846.158031562131469 (code D ref 37846); Wed, 29 Jan 2020 16:34:01 +0000 Original-Received: (at 37846-done) by debbugs.gnu.org; 29 Jan 2020 16:33:41 +0000 Original-Received: from localhost ([127.0.0.1]:34524 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iwqHd-0008BV-3y for submit@debbugs.gnu.org; Wed, 29 Jan 2020 11:33:41 -0500 Original-Received: from mira.cbaines.net ([212.71.252.8]:36240) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iwqHb-0008BN-8f for 37846-done@debbugs.gnu.org; Wed, 29 Jan 2020 11:33:39 -0500 Original-Received: from localhost (212-166-21-66.win.be [212.166.21.66]) by mira.cbaines.net (Postfix) with ESMTPSA id 1DCA7166C8; Wed, 29 Jan 2020 16:33:38 +0000 (GMT) Original-Received: from phact (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id ccae9ab1; Wed, 29 Jan 2020 16:33:36 +0000 (UTC) In-reply-to: <87pnf27383.fsf@gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Original-Sender: "bug-guile" Xref: news.gmane.io gmane.lisp.guile.bugs:9552 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Hi Chris, > > Christopher Baines skribis: > >> When rendering synopsis or descriptions as plain text, acronyms are not >> handled correctly, they're just omitted entirely. >> >> Flexible objects for representing @acronym{UFO, unified font object} >> data >> >> -> >> >> Flexible objects for representing data >> >> >> @acronym{FIFE, Flexible Isometric Free Engine} is a >> multi-platform\nisometric game engine. Python bindings are included >> allowing users to create\ngames using Python as well as C++. >> >> -> >> >> is a multi-platform isometric game engine. Python bindings are >> included allowing users to create games using Python as well as C++. >> >> >> I believe this is a bug in Guile, but it could also be a problem with >> the texinfo markup. > > Fixed in Guile commit ff14b77ff527f297438b83614db0c1d56322ec42 (on > =E2=80=98master=E2=80=99, which corresponds to 3.0.x, but we could backpo= rt to > =E2=80=98stable-2.2=E2=80=99). Wnoderful, thanks Ludo. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl4xs95fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XdpIBAAh+ytiSxKbPARwj60jyvN41q5TWVc3Ci1npQXZLUkVOvCpJpNFEtGxWWd RpMRiOAzCPClPbFOS+b8iPh0WDXbiZ77P6PGDX4JETMkTspdYlkPM1HqnmfCxcZt 5vX6K836ReRj8vdnwJP5v9VuS5BaXnG5+3/caHB/PDA6nEVqATceb4QACTLhsx1h AS7VrxXdcPQKfORoWwAXCKSqFkZznR5CEJj/MO8hyqBrlmegX4rZdznLD0H4Bvlx JIe2duE2eTJ/I/4WEnKpD3btx8SlmLH/aTIh7VV+c6OqoUWbMadODWJ/nz3zwjVM 6bYu9v5ZGRUFvkxt+P58/EDnkMUlfE6x8mxqGh7f3ZSSYUGCCeAXxvM11V5SSq8C +toZIRM9Hvbo3KUhq/GcGw+K6IxTTHFW17VXcWwwebn9tOk452biyLeNA066yZCS tSJkSY5RTFHg8l4ucejsJgA7KVJwrp5CLSTZm43hDPAu7PQv8nSfJgjoOiX8miIv e7wWeCgGq933L43UYRpzkMC1ZRNlwiPqiGnXLq20+al2yDs/Wb6N8awEQ3XQQdel 1jFJUCi0Y8rGUc4YMeOxmY9+eoNYTH9W8oJzZ+MqG1Cw0XHH3IBhJSz88Lok8Ftk xzT3BwkxIAPLZDlrArE+sXGzCbwCYn/XdhY5OExWnhS8l52Ar/E= =OQfv -----END PGP SIGNATURE----- --=-=-=--