Re: [PATCH] gnu: Add emacs-ess.

2016-07-10 Thread Roel Janssen
Andreas Enge writes: > On Sun, Jul 10, 2016 at 12:39:37PM +0200, Roel Janssen wrote: >> I was thinking about packaging the fonts separately, but I haven't at >> all looked at whether that is a sane thing to do. Do you have a >> particular list of packages where texlive-minimal fails to be suffic

Re: [PATCH] gnu: Add emacs-ess.

2016-07-10 Thread Andreas Enge
On Sun, Jul 10, 2016 at 12:39:37PM +0200, Roel Janssen wrote: > I was thinking about packaging the fonts separately, but I haven't at > all looked at whether that is a sane thing to do. Do you have a > particular list of packages where texlive-minimal fails to be sufficient > to build documentatio

Re: [PATCH] gnu: Add emacs-ess.

2016-07-10 Thread Roel Janssen
Andreas Enge writes: > Hello! > > On Wed, Jul 06, 2016 at 10:44:48AM +0200, Ricardo Wurmus wrote: >> > Unfortunately, when building with texlive-minimal, we are missing a >> > font: >> > !pdfTeX error: >> > /gnu/store/gnh4kn47mn3m2rlgm9i9xl3wmq2kahia-texlive-minimal-2016 >> > /bin/pdftex (fi

Re: [PATCH] gnu: Add emacs-ess.

2016-07-09 Thread Andreas Enge
Hello! On Wed, Jul 06, 2016 at 10:44:48AM +0200, Ricardo Wurmus wrote: > > Unfortunately, when building with texlive-minimal, we are missing a > > font: > > !pdfTeX error: > > /gnu/store/gnh4kn47mn3m2rlgm9i9xl3wmq2kahia-texlive-minimal-2016 > > /bin/pdftex (file cmr9): Font cmr9 at 600 not fo

Re: [PATCH] gnu: Add emacs-ess.

2016-07-06 Thread Ricardo Wurmus
Roel Janssen writes: > Ricardo Wurmus writes: > >> Roel Janssen writes: >> >>> Ricardo Wurmus writes: >>> Hi Roel, >> As Ben wrote “texlive-minimal” might be sufficient. Please also move >> these two to “native-inputs” if that’s possible. > > Unfortunately, when build

Re: [PATCH] gnu: Add emacs-ess.

2016-07-06 Thread Roel Janssen
Ricardo Wurmus writes: > Roel Janssen writes: > >> Ricardo Wurmus writes: >> >>> Hi Roel, >>> > As Ben wrote “texlive-minimal” might be sufficient. Please also move > these two to “native-inputs” if that’s possible. Unfortunately, when building with texlive-minimal, we are mis

Re: [PATCH] gnu: Add emacs-ess.

2016-07-06 Thread Ricardo Wurmus
Roel Janssen writes: > Ricardo Wurmus writes: > >> Hi Roel, >> As Ben wrote “texlive-minimal” might be sufficient. Please also move these two to “native-inputs” if that’s possible. >>> >>> Unfortunately, when building with texlive-minimal, we are missing a >>> font: >>> !pdfTeX erro

Re: [PATCH] gnu: Add emacs-ess.

2016-07-06 Thread Roel Janssen
Ricardo Wurmus writes: > Hi Roel, > >>> As Ben wrote “texlive-minimal” might be sufficient. Please also move >>> these two to “native-inputs” if that’s possible. >> >> Unfortunately, when building with texlive-minimal, we are missing a >> font: >> !pdfTeX error: >> /gnu/store/gnh4kn47mn3m2rlg

Re: [PATCH] gnu: Add emacs-ess.

2016-07-06 Thread Ricardo Wurmus
take a long time. > So this brings us to the following patch: > >>From d54a474938fc9653fe1fb5c5c953f9dc9566a7d9 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Wed, 6 Jul 2016 10:26:01 +0200 > Subject: [PATCH] gnu: Add emacs-ess. > > * gnu/packages/emacs.scm

Re: [PATCH] gnu: Add emacs-ess.

2016-07-06 Thread Roel Janssen
Mon Sep 17 00:00:00 2001 >> From: Roel Janssen >> Date: Tue, 5 Jul 2016 14:53:03 +0200 >> Subject: [PATCH] gnu: Add emacs-ess. >> >> * gnu/packages/emacs.scm (emacs-ess): New variable. >> --- >> gnu/packages/emacs.scm | 45 +++

Re: [PATCH] gnu: Add emacs-ess.

2016-07-05 Thread Ben Woodcroft
On 05/07/16 21:44, Roel Janssen wrote: Ben Woodcroft writes: Hi. On 05/07/16 20:56, Roel Janssen wrote: Dear Guix, I have a question about the following patch to add emacs-ess. Thanks, I was also making a half-hearted attempt at this. Sorry for the duplicated effort. I am happy to merge

Re: [PATCH] gnu: Add emacs-ess.

2016-07-05 Thread Roel Janssen
Ben Woodcroft writes: > Hi. > > On 05/07/16 20:56, Roel Janssen wrote: >> Dear Guix, >> >> I have a question about the following patch to add emacs-ess. > > Thanks, I was also making a half-hearted attempt at this. Sorry for the duplicated effort. I am happy to merge the two if you're doing som

Re: [PATCH] gnu: Add emacs-ess.

2016-07-05 Thread Ricardo Wurmus
Hi Roel, thanks for taking on ESS! (I was surprised to see that ESS is not actually part of Emacs; I always assumed it was.) >>From 0beacae7c386ea032cfac4511f4a9bc313fb1fb9 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Tue, 5 Jul 2016 14:53:03 +0200 > Subject: [PATCH]

Re: [PATCH] gnu: Add emacs-ess.

2016-07-05 Thread Ben Woodcroft
Hi. On 05/07/16 20:56, Roel Janssen wrote: Dear Guix, I have a question about the following patch to add emacs-ess. Thanks, I was also making a half-hearted attempt at this. By default, the build files rely upon a LaTeX distribution to be installed to generate a PDF from its Texinfo documen

[PATCH] gnu: Add emacs-ess.

2016-07-05 Thread Roel Janssen
"out" and "doc", and substitute/patch the involved Makefiles? You can find the patch below. Kind regards, Roel Janssen >From 0beacae7c386ea032cfac4511f4a9bc313fb1fb9 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Tue, 5 Jul 2016 14:53:03 +0200 Subject: [PATCH] gnu