Ludovic Courtès (2015-08-30 20:23 +0300) wrote: > Mathieu Lirzin <m...@openmailbox.org> skribis: > >> From e98c0ec3b609c077bf471cf838f12f54a89a0226 Mon Sep 17 00:00:00 2001 >> From: Mathieu Lirzin <m...@openmailbox.org> >> Date: Fri, 7 Aug 2015 00:10:43 +0200 >> Subject: [PATCH] packages: Add package-description-string. >> >> * guix/packages.scm (package-description-string): New variable. >> * guix/utils.scm (texi->plain-text): Likewise. >> * guix/ui.scm (package->recutils): Use it. >> * gnu/packages/perl.scm (perl-devel-globaldestruction) >> (perl-devel-lexalias, perl-exporter-lite): Adapt to Texinfo's markup. >> * gnu/packages/python.scm (python2-empy): Likewise. > > LGTM. > > We must also make sure that the Emacs UI (and guix-web, but that’s a > different repo) use ‘package-description-string’ instead of > ‘package-description’. > > For Emacs, I think it’s enough to > s/package-description/package-description-string/ in guix-main.scm. > Alex?
Yes, and there is only one 'package-description' in guix-main.scm. -- Alex