* Include reStructuredText mode
@ 2007-06-16 18:55 Leo
2007-06-17 13:02 ` Stefan Monnier
0 siblings, 1 reply; 6+ messages in thread
From: Leo @ 2007-06-16 18:55 UTC (permalink / raw)
To: emacs-devel
Dear all,
It looks like reStructuredText is very popular. Do you think it should
be included for Emacs 23?
http://docutils.sourceforge.net/tools/editors/emacs/rst.el
Best,
--
Leo <sdl.web AT gmail.com> (GPG Key: 9283AA3F)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Include reStructuredText mode
2007-06-16 18:55 Include reStructuredText mode Leo
@ 2007-06-17 13:02 ` Stefan Monnier
2007-06-17 18:15 ` T. V. Raman
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Stefan Monnier @ 2007-06-17 13:02 UTC (permalink / raw)
To: Leo; +Cc: Martin Blais, David Goodger, Stefan Merten, emacs-devel
> It looks like reStructuredText is very popular. Do you think it should
> be included for Emacs 23?
> http://docutils.sourceforge.net/tools/editors/emacs/rst.el
Sounds like a good idea to me.
The file mentions Martin Blais, Stefan Merten, and David Goodger as authors,
but doesn't mention whether there were other contributors or not.
I'm pretty sure Martin is willing to sign the relevant copyright paperwork,
let's check the others as well.
Stefan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Include reStructuredText mode
2007-06-17 13:02 ` Stefan Monnier
@ 2007-06-17 18:15 ` T. V. Raman
2007-06-17 20:11 ` Stefan Merten
2007-06-17 20:36 ` Martin Blais
2 siblings, 0 replies; 6+ messages in thread
From: T. V. Raman @ 2007-06-17 18:15 UTC (permalink / raw)
To: monnier; +Cc: blais, emacs-devel, sdl.web, smerten, goodger
rst.el looks nice, especially for maintaining embedded docstrings
in python -- something I've struggled with in the past. Would be
nice if rst.el and org.el got integrated in some nice manner,
>>>>> "Stefan" == Stefan Monnier <monnier@iro.umontreal.ca> writes:
>> It looks like reStructuredText is very popular. Do you
>> think it should be included for Emacs 23?
Stefan>
>> http://docutils.sourceforge.net/tools/editors/emacs/rst.el
Stefan>
Stefan> Sounds like a good idea to me. The file mentions
Stefan> Martin Blais, Stefan Merten, and David Goodger as
Stefan> authors, but doesn't mention whether there were other
Stefan> contributors or not. I'm pretty sure Martin is
Stefan> willing to sign the relevant copyright paperwork,
Stefan> let's check the others as well.
Stefan>
Stefan>
Stefan> Stefan
Stefan>
Stefan>
Stefan> _______________________________________________
Stefan> Emacs-devel mailing list Emacs-devel@gnu.org
Stefan> http://lists.gnu.org/mailman/listinfo/emacs-devel
--
Best Regards,
--raman
Email: raman@users.sf.net
WWW: http://emacspeak.sf.net/raman/
AIM: emacspeak GTalk: tv.raman.tv@gmail.com
PGP: http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman
IRC: irc://irc.freenode.net/#emacs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Include reStructuredText mode
2007-06-17 13:02 ` Stefan Monnier
2007-06-17 18:15 ` T. V. Raman
@ 2007-06-17 20:11 ` Stefan Merten
2007-06-17 20:36 ` Martin Blais
2 siblings, 0 replies; 6+ messages in thread
From: Stefan Merten @ 2007-06-17 20:11 UTC (permalink / raw)
To: Stefan Monnier
Cc: Martin Blais, David Goodger, Leo, Stefan Merten, emacs-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hi Stefan!
Today Stefan Monnier wrote:
>> It looks like reStructuredText is very popular. Do you think it should
>> be included for Emacs 23?
>
>> http://docutils.sourceforge.net/tools/editors/emacs/rst.el
>
> Sounds like a good idea to me.
:-)
> The file mentions Martin Blais, Stefan Merten, and David Goodger as authors,
> but doesn't mention whether there were other contributors or not.
To my knowledge there were no other contributors.
> I'm pretty sure Martin is willing to sign the relevant copyright paperwork,
> let's check the others as well.
I'm probably willing but as of now I don't what you're talking about.
Grüße
Stefan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.7 <http://mailcrypt.sourceforge.net/>
iQCVAwUBRnWVcAnTZgC3zSk5AQG/OwP+M1Rx/uNOXZxx2PXyBehlbLf18TBojhX6
0QdZyE3N5aT2L6APmnwf0XfuSWWIbVcTitQ7nSXg2hrqsnpcjaWx9R4jBdaA+L1A
0U/R9/Dd1y6LI0C8CAYqyEbBOcJPMHq+aSNbT0i5nZuPwgNVg+5rYpoyLvTWIP5J
mwBUbO5Zb50=
=EcWc
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Include reStructuredText mode
2007-06-17 13:02 ` Stefan Monnier
2007-06-17 18:15 ` T. V. Raman
2007-06-17 20:11 ` Stefan Merten
@ 2007-06-17 20:36 ` Martin Blais
2007-09-13 19:54 ` Leo
2 siblings, 1 reply; 6+ messages in thread
From: Martin Blais @ 2007-06-17 20:36 UTC (permalink / raw)
To: Stefan Monnier; +Cc: David Goodger, Leo, Stefan Merten, emacs-devel
Hey Stef
I would be more than happy to sign the papers for the FSF. I wrote
the bulk of the code, Stefan Merten wrote the font-lock coloring part,
and David Goodger included a few utility functions. From memory, there
are no other contributors. If Stefan and/or David disagree on signing
the rights I could fork out my portion, but I doubt the guys will
object.
Can you send the document to sign, and perhaps details or links to
what this entails?
Thanks.
Stefan and David, any objections?
cheers,
On 6/17/07, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
> > It looks like reStructuredText is very popular. Do you think it should
> > be included for Emacs 23?
>
> > http://docutils.sourceforge.net/tools/editors/emacs/rst.el
>
> Sounds like a good idea to me.
> The file mentions Martin Blais, Stefan Merten, and David Goodger as authors,
> but doesn't mention whether there were other contributors or not.
> I'm pretty sure Martin is willing to sign the relevant copyright paperwork,
> let's check the others as well.
>
>
> Stefan
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Include reStructuredText mode
2007-06-17 20:36 ` Martin Blais
@ 2007-09-13 19:54 ` Leo
0 siblings, 0 replies; 6+ messages in thread
From: Leo @ 2007-09-13 19:54 UTC (permalink / raw)
To: emacs-devel
On 2007-06-17 21:36 +0100, Martin Blais wrote:
> I would be more than happy to sign the papers for the FSF. I wrote
> the bulk of the code, Stefan Merten wrote the font-lock coloring part,
> and David Goodger included a few utility functions. From memory, there
> are no other contributors. If Stefan and/or David disagree on signing
> the rights I could fork out my portion, but I doubt the guys will
> object.
>
> Can you send the document to sign, and perhaps details or links to
> what this entails?
> Thanks.
>
> Stefan and David, any objections?
>
> cheers,
Any news with the copyright assignment?
--
.: Leo :. [ sdl.web AT gmail.com ] .: [ GPG Key: 9283AA3F ] :.
=> "(require 'cl) considered harmful" considered harmful
=> http://dto.freeshell.org/blog/blog-2007-09-07-2323.html
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-09-13 19:54 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-16 18:55 Include reStructuredText mode Leo
2007-06-17 13:02 ` Stefan Monnier
2007-06-17 18:15 ` T. V. Raman
2007-06-17 20:11 ` Stefan Merten
2007-06-17 20:36 ` Martin Blais
2007-09-13 19:54 ` Leo
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).