Re: [Haskell-cafe] ANN: darcsum.el 1.2 released

2010-04-09 Thread Ivan Lazar Miljenovic
Simon Michael  writes:
> With Christian's blessing, I have taken over maintenance of darcsum and
> would like to announce the 1.2 release:
>
> darcs get http://joyful.com/repos/darcsum -t 1.2

Is it possible to get an actual release version of this put somewhere
rather than having to get a darcs repo?

-- 
Ivan Lazar Miljenovic
ivan.miljeno...@gmail.com
IvanMiljenovic.wordpress.com
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] ANN: darcsum.el 1.2 released

2010-04-09 Thread Jose A. Ortega Ruiz
Simon Michael  writes:

> Unfortunately it will still hang if darcs emits something it can't
> parse. An emacs process-filter is used to drive an interactive darcs
> command, like an expect script. The process-filter can receive darcs
> output in random chunks, so it's hard to distinguish a parse failure
> from partial output, unless the output has a recognisable prefix,
> which some of it does not (eg darcs amend's.) I'm not sure what a more
> robust way to drive darcs looks like.

Maybe i'm not understanding the problem, but cannot you just accumulate
the output in an auxiliary variable and parse the ouput as a whole once
the darcs process finishes?

Thanks a lot for working on darcsum, btw!

jao
-- 
There are two ways to write error-free programs; only the third one
works.
  - Alan Perlis, Epigrams in Programing

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] ANN: darcsum.el 1.2 released

2010-04-09 Thread Simon Marlow

On 09/04/2010 01:27, Bas van Dijk wrote:

On Thu, Apr 8, 2010 at 8:41 PM, Simon Michael  wrote:

With Christian's blessing, I have taken over maintenance of darcsum and
would like to announce the 1.2 release:


Nice! I'm a power user of darcsum and I'm definitely going to try out
this release.


I guess I'm not a power user since I wasn't encountering any problems 
with the previous version, but I've updated anyway.  Darcsum does 
wonders for my productivity.  Thanks Simon!


Cheers,
Simon
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] ANN: darcsum.el 1.2 released

2010-04-08 Thread Bas van Dijk
On Thu, Apr 8, 2010 at 8:41 PM, Simon Michael  wrote:
> With Christian's blessing, I have taken over maintenance of darcsum and
> would like to announce the 1.2 release:

Nice! I'm a power user of darcsum and I'm definitely going to try out
this release.

Thanks for maintaining this tool,

Bas
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] ANN: darcsum.el 1.2 released

2010-04-08 Thread Simon Michael
With Christian's blessing, I have taken over maintenance of darcsum and
would like to announce the 1.2 release:

darcs get http://joyful.com/repos/darcsum -t 1.2

darcsum is an occasionally fragile but tremendously useful emacs ui for
darcs. There is also vc-darcs.el, but I am quite productive with this
one. For a long time it has been hanging with certain of my repos, due
to unrecognised output from darcs; this release fixes all hangs I know
about.

There's plenty more in TODO so please send patches. Or, if there is a
more serious emacs hacker out there willing to be maintainer for at
least the next release, that would be great.

Thanks to Christian and the other committers for keeping this useful
tool alive.

-Simon


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe