From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Should synopsis handle texinfo markup? Date: Sat, 11 Mar 2017 22:27:57 +0300 Message-ID: <874lyz396q.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cmmgM-0003bS-Jd for guix-devel@gnu.org; Sat, 11 Mar 2017 14:28:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cmmgJ-0006WG-Fy for guix-devel@gnu.org; Sat, 11 Mar 2017 14:28:02 -0500 Received: from mail-lf0-x22c.google.com ([2a00:1450:4010:c07::22c]:35658) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cmmgJ-0006UF-7n for guix-devel@gnu.org; Sat, 11 Mar 2017 14:27:59 -0500 Received: by mail-lf0-x22c.google.com with SMTP id j90so51593729lfk.2 for ; Sat, 11 Mar 2017 11:27:57 -0800 (PST) Received: from leviafan ([217.107.194.134]) by smtp.gmail.com with ESMTPSA id f9sm2640103ljb.20.2017.03.11.11.27.55 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 11 Mar 2017 11:27:55 -0800 (PST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hello, I've noticed that several packages contain "@code" structures in their synopses, but only 'description' field supports texinfo markup. For example, look at: guix package -s ruby-minitest-bonus-assertions So I wonder, should these synopses be adjusted to remove @code things, or would it be better to make sysnopses support it? -- Alex