On Sat, May 7, 2016, at 05:19 PM, Leo Famulari wrote:
> Not a bad idea for a new module, but I wonder if you considered any of
> the existing modules? Are none of them appropriate?
Nothing else seemed to fit, but I'm open to suggestions.
> > +(define-public utfcpp
>
> I'm curious — are there any
On Sat, May 7, 2016, at 05:23 PM, Leo Famulari wrote:
> It works, at least for the basic things I tried against the examples in
> 'tests/input'. Speaking of which, it would be nice to include an example
> in the output, perhaps under 'share/doc/ledger'.
Okay, done.
> Will you make this line < 80
On Sat, May 7, 2016, at 05:23 PM, Leo Famulari wrote:
> Somebody else will have to test that this works; I don't know enough
> about Emacs to try it.
Well it seems to work on my machine, but I guess the whole point of code
review is that somebody checks it other than me.
> Would it be appropriate
On Sat, May 07, 2016 at 01:42:09PM -0500, Alex Griffin wrote:
> This is the Emacs mode for manipulating ledger files. Technically it
> depends on ledger but it would have need to be a propagated input, so I
> didn't include that. Maybe I should have? I don't know.
Somebody else will have to test t
On Sat, May 07, 2016 at 02:20:16PM -0500, Alex Griffin wrote:
> Here's an updated patch which doesn't delete the ledger-mode docs. I had
> initially removed them from this package thinking they belonged in
> emacs-ledger-mode, then forgot about it before submitting. Turns out
> it's more complicate
On Sat, May 07, 2016 at 01:36:21PM -0500, Alex Griffin wrote:
> This is a dependency of ledger. It's bundled in ledger's source but I
> think it's better to unbundle it. It's a bit unusual in that the headers
> contain the whole source.
> * gnu/packages/unicode.scm: New file.
Not a bad idea for a
On Fri, May 06, 2016 at 03:28:56PM -0400, Leo Famulari wrote:
> On Thu, May 05, 2016 at 11:36:50PM +0200, Pjotr Prins wrote:
> > Talk is at
> >
> > http://www.ustream.tv/recorded/86424059 start @ 38 min.
>
> Nice! I liked it when you described Nokogiri's graph as "carved in
> stone". Great metaph
Here's an updated patch which doesn't delete the ledger-mode docs. I had
initially removed them from this package thinking they belonged in
emacs-ledger-mode, then forgot about it before submitting. Turns out
it's more complicated to build the docs with the emacs-build-system than
the cmake-build-s
This is the Emacs mode for manipulating ledger files. Technically it
depends on ledger but it would have need to be a propagated input, so I
didn't include that. Maybe I should have? I don't know.
Thanks in advance for your feedback,
--
Alex Griffin
From 639402e17e19f21373d935d4bfe0f506c53f77be M
This is a minimal build of ledger. If people want more features enabled
I could add the shared library and Python module later. It might also be
useful to package ledger 2.x in addition to 3.x because it can import
from GnuCash.
--
Alex Griffin
From 4dfdd06d6ae1809cde07cd0270762601046b34c4 Mon Sep
This is a dependency of ledger. It's bundled in ledger's source but I
think it's better to unbundle it. It's a bit unusual in that the headers
contain the whole source.
--
Alex Griffin
From a476a987faa4aaae019836441021bb03241dde5d Mon Sep 17 00:00:00 2001
From: Alex Griffin
Date: Sat, 7 May 2016
On Sat, May 07, 2016 at 06:45:47PM +0200, Roel Janssen wrote:
> Leo Famulari writes:
> > On Wed, May 04, 2016 at 03:46:46PM +0200, Roel Janssen wrote:
> >> +(license license:gpl2+)))
> >
> > I can't find the "or later" text anywhere in the source distribution.
> > According to some recent guix-
On Sat, 07 May 2016 10:27:48 +0300
Alex Kost wrote:
> Kei Yamashita (2016-05-07 01:44 +0300) wrote:
>
> > Adding another dockapp.
> >
> > From dd367c87eab125d83875e98e27489191d60cd735 Mon Sep 17 00:00:00
> > 2001 From: Kei Yamashita
> > Date: Fri, 6 May 2016 17:24:44 -0400
> > Subject: [PATCH]
Leo Famulari writes:
> On Tue, May 03, 2016 at 12:44:57PM +0200, Roel Janssen wrote:
>> * gnu/packages/bash.scm (bash-tap): New variable.
>
>> +(arguments
>> + `(#:tests? #f ; There is no test suite.
>> + #:phases
>> + (modify-phases %standard-phases
>> + (delete 'conf
Leo Famulari writes:
> On Wed, May 04, 2016 at 03:46:46PM +0200, Roel Janssen wrote:
>> +(license license:gpl2+)))
>
> I can't find the "or later" text anywhere in the source distribution.
> According to some recent guix-devel discussion [0], that's what
> determines whether something is gpl2
Hello,
Alex Kost writes:
> Thanks! Sorry I didn't build asymptote (as I don't have a wish to build
> gigabytes of texlive), but I looked at the source and I see there are
> "autoloads" cookies in "/base/asy-mode.el", so it would also
> be good to generate "asymptote-autoloads.el" file.
Indeed.
Here's a version with a nicer commit message and which is putting libxkbcommon
closer to the top of the destination file.
* gnu/packages/qt.scm: Move "libxkbcommon" code to ...
* gnu/packages/xdisorg.scm: ... here and remove "qt" dependecy from here.
* gnu/packages/games.scm: import "libxkbcommon
Hi,
since I ran into a problem with circular dependencies (qt -> gtk -> qt) while
trying to package "rofi", I propose to move libxkbcommon to
"gnu/packages/xdisorg.scm".
I also removed the "qt" import from xdisorg since it just pulled in
libxkbcommon via that - and that's now local.
The packa
Hello,
Leo Famulari writes:
> On Sat, May 07, 2016 at 01:42:22AM +0200, Nicolas Goaziou wrote:
>> Hello,
>>
>> Leo Famulari writes:
>>
>> > Looks good! But I noticed they *just* released a new version. Can you
>> > take a look and submit a patch with that version if it works for you?
>>
>> H
Nicolas Goaziou (2016-05-07 02:48 +0300) wrote:
> Hello,
>
> The following patch installs Emacs libraries provided by Asymptote in
> a location where they can be found.
Thanks! Sorry I didn't build asymptote (as I don't have a wish to build
gigabytes of texlive), but I looked at the source and I
Kei Yamashita (2016-05-07 01:44 +0300) wrote:
> Adding another dockapp.
>
> From dd367c87eab125d83875e98e27489191d60cd735 Mon Sep 17 00:00:00 2001
> From: Kei Yamashita
> Date: Fri, 6 May 2016 17:24:44 -0400
> Subject: [PATCH] gnu: Add wmfire.
>
> * gnu/packages/gnustep.scm (wmfire): New variable
21 matches
Mail list logo