unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Including vc-darcs in Emacs
@ 2005-12-04 16:25 Stefan Monnier
  2005-12-04 22:32 ` Juliusz Chroboczek
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Stefan Monnier @ 2005-12-04 16:25 UTC (permalink / raw)
  Cc: emacs-devel


I'd like to see vc-darcs.el included in Emacs, ideally in the next release
(Emacs-22).  Would you be willing to sign the necessary legal paperwork?
Has anybody else contributed to this code?


        Stefan

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Including vc-darcs in Emacs
  2005-12-04 16:25 Including vc-darcs in Emacs Stefan Monnier
@ 2005-12-04 22:32 ` Juliusz Chroboczek
  2005-12-05  2:36 ` Richard M. Stallman
  2005-12-26 21:48 ` Jorgen Schaefer
  2 siblings, 0 replies; 9+ messages in thread
From: Juliusz Chroboczek @ 2005-12-04 22:32 UTC (permalink / raw)
  Cc: emacs-devel, Jorgen Schaefer

> I'd like to see vc-darcs.el included in Emacs, ideally in the next release
> (Emacs-22).  Would you be willing to sign the necessary legal paperwork?

Yes.  My fax number is +33/1 44 27 86 54.

> Has anybody else contributed to this code?

I inherited the code from Joergen.  Except from the code that came
from him, everything's mine.

                                        Juliusz

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Including vc-darcs in Emacs
  2005-12-04 16:25 Including vc-darcs in Emacs Stefan Monnier
  2005-12-04 22:32 ` Juliusz Chroboczek
@ 2005-12-05  2:36 ` Richard M. Stallman
  2005-12-05  3:18   ` Stefan Monnier
  2005-12-26 21:48 ` Jorgen Schaefer
  2 siblings, 1 reply; 9+ messages in thread
From: Richard M. Stallman @ 2005-12-05  2:36 UTC (permalink / raw)
  Cc: jch, emacs-devel, forcer

I am not necessarily against it, but could you tell me what vc-darcs
does?

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Including vc-darcs in Emacs
  2005-12-05  2:36 ` Richard M. Stallman
@ 2005-12-05  3:18   ` Stefan Monnier
  2005-12-05  4:51     ` Juliusz Chroboczek
  2005-12-06  1:42     ` Richard M. Stallman
  0 siblings, 2 replies; 9+ messages in thread
From: Stefan Monnier @ 2005-12-05  3:18 UTC (permalink / raw)
  Cc: jch, emacs-devel, forcer

> I am not necessarily against it, but could you tell me what vc-darcs does?

It provides support for the `darcs' revision control system (which is
implemented in Haskell and distributed under the GPL).


        Stefan

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Including vc-darcs in Emacs
  2005-12-05  3:18   ` Stefan Monnier
@ 2005-12-05  4:51     ` Juliusz Chroboczek
  2005-12-05 11:26       ` Andre Spiegel
  2005-12-05 14:24       ` Romain Francoise
  2005-12-06  1:42     ` Richard M. Stallman
  1 sibling, 2 replies; 9+ messages in thread
From: Juliusz Chroboczek @ 2005-12-05  4:51 UTC (permalink / raw)
  Cc: emacs-devel, rms, forcer

>> I am not necessarily against it, but could you tell me what vc-darcs does?

Darcs is a Free (GPL) distributed version control system used by a
significant number of Free software projects.  For example, all of
Debian's Common Lisp packages are maintained with Darcs.

For more about Darcs, please see http://www.darcs.net .

vc-darcs is a Darcs backend for Emacs' VC.  It's not quite complete,
as VC hardwires a number of assumptions that are not true with Darcs,
but it works well enough in practice.

There are a few small changes to VC's core that would make vc-darcs
much better, so I'd be grateful if you could put me in touch with VC's
maintainer.

                                        Juliusz

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Including vc-darcs in Emacs
  2005-12-05  4:51     ` Juliusz Chroboczek
@ 2005-12-05 11:26       ` Andre Spiegel
  2005-12-05 14:24       ` Romain Francoise
  1 sibling, 0 replies; 9+ messages in thread
From: Andre Spiegel @ 2005-12-05 11:26 UTC (permalink / raw)
  Cc: forcer, Stefan Monnier, rms, emacs-devel

On Mon, 2005-12-05 at 05:51 +0100, Juliusz Chroboczek wrote:

> There are a few small changes to VC's core that would make vc-darcs
> much better, so I'd be grateful if you could put me in touch with VC's
> maintainer.

Sure, please let me know what changes you are considering.

My e-mail appears as the maintainer address in VC's core files, you can
always contact me directly.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Including vc-darcs in Emacs
  2005-12-05  4:51     ` Juliusz Chroboczek
  2005-12-05 11:26       ` Andre Spiegel
@ 2005-12-05 14:24       ` Romain Francoise
  1 sibling, 0 replies; 9+ messages in thread
From: Romain Francoise @ 2005-12-05 14:24 UTC (permalink / raw)
  Cc: rms, emacs-devel

Juliusz Chroboczek <Juliusz.Chroboczek@pps.jussieu.fr> writes:

> There are a few small changes to VC's core that would make vc-darcs
> much better, so I'd be grateful if you could put me in touch with VC's
> maintainer.

Now is probably not a good time to change VC...

-- 
Romain Francoise <romain@orebokech.com> | The sea! the sea! the open
it's a miracle -- http://orebokech.com/ | sea! The blue, the fresh, the
                                        | ever free! --Bryan W. Procter

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Including vc-darcs in Emacs
  2005-12-05  3:18   ` Stefan Monnier
  2005-12-05  4:51     ` Juliusz Chroboczek
@ 2005-12-06  1:42     ` Richard M. Stallman
  1 sibling, 0 replies; 9+ messages in thread
From: Richard M. Stallman @ 2005-12-06  1:42 UTC (permalink / raw)
  Cc: jch, emacs-devel, forcer

    It provides support for the `darcs' revision control system (which is
    implemented in Haskell and distributed under the GPL).

Ok.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Including vc-darcs in Emacs
  2005-12-04 16:25 Including vc-darcs in Emacs Stefan Monnier
  2005-12-04 22:32 ` Juliusz Chroboczek
  2005-12-05  2:36 ` Richard M. Stallman
@ 2005-12-26 21:48 ` Jorgen Schaefer
  2 siblings, 0 replies; 9+ messages in thread
From: Jorgen Schaefer @ 2005-12-26 21:48 UTC (permalink / raw)
  Cc: Juliusz Chroboczek, emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> I'd like to see vc-darcs.el included in Emacs, ideally in the next release
> (Emacs-22).  Would you be willing to sign the necessary legal paperwork?
> Has anybody else contributed to this code?

(Sorry for the late reply, my RL was quite busy) - I have no
problems with signing the legal papers. I'm currently also waiting
for that stuff for EMMS, so that might even be sent in one mail.

Greetings,
        -- Jorgen

-- 
((email . "forcer@forcix.cx") (www . "http://www.forcix.cx/")
 (gpg   . "1024D/028AF63C")   (irc . "nick forcer on IRCnet"))

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-12-26 21:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-04 16:25 Including vc-darcs in Emacs Stefan Monnier
2005-12-04 22:32 ` Juliusz Chroboczek
2005-12-05  2:36 ` Richard M. Stallman
2005-12-05  3:18   ` Stefan Monnier
2005-12-05  4:51     ` Juliusz Chroboczek
2005-12-05 11:26       ` Andre Spiegel
2005-12-05 14:24       ` Romain Francoise
2005-12-06  1:42     ` Richard M. Stallman
2005-12-26 21:48 ` Jorgen Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).