[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Pushing the `gnus-range-*' functions down into the C layer
From: |
Lars Magne Ingebrigtsen |
Subject: |
Re: Pushing the `gnus-range-*' functions down into the C layer |
Date: |
Fri, 10 Sep 2010 15:22:27 +0200 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) |
address@hidden writes:
> Would you say that this would still be true with a dependency management
> mechanism that downloaded and installed required dependencies
> automatically?
Yes. Well, unless everything depends on everything else.
To take a trivial example, I was tinkering with the Gnus code to jump to
a group. Somebody suggested providing ido completion as an option, and
that sounds reasonable. If I can assume that ido exists in Emacs, I can
just write the code. If not, I have to test and stuff.
I mean, it's not like it's "OMG I HAVE TO TEST" hassle to do that, but
when you have to test for so many things, the code gets really boring to
write, hard to read, and difficult to debug for interactions between
different combinations of things that may or may not exist in the Emacs.
--
(domestic pets only, the antidote for overdose, milk.)
address@hidden * Lars Magne Ingebrigtsen
- Re: Pushing the `gnus-range-*' functions down into the C layer, (continued)
- Re: Pushing the `gnus-range-*' functions down into the C layer, joakim, 2010/09/10
- Re: Pushing the `gnus-range-*' functions down into the C layer,
Lars Magne Ingebrigtsen <=
- Re: Pushing the `gnus-range-*' functions down into the C layer, Stefan Monnier, 2010/09/10
- Re: Pushing the `gnus-range-*' functions down into the C layer, Ted Zlatanov, 2010/09/10
- Re: Pushing the `gnus-range-*' functions down into the C layer, Lars Magne Ingebrigtsen, 2010/09/10
- Re: Pushing the `gnus-range-*' functions down into the C layer, Stefan Monnier, 2010/09/11
- Re: Pushing the `gnus-range-*' functions down into the C layer, Lars Magne Ingebrigtsen, 2010/09/10
- Re: Pushing the `gnus-range-*' functions down into the C layer, Daniel Pittman, 2010/09/10