unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* ruby-mode?
@ 2006-11-17 21:21 David Kastrup
  2006-11-17 21:39 ` ruby-mode? Lennart Borgman
  2006-11-18 16:05 ` ruby-mode? Richard Stallman
  0 siblings, 2 replies; 11+ messages in thread
From: David Kastrup @ 2006-11-17 21:21 UTC (permalink / raw)



Hi,

Ruby is a language that has become pretty popular.  Emacs currently
does not have a mode for it.  There is a Ruby mode distributed from
the Ruby developers themselves.

Would it make sense to ask the developers whether they'd consider an
assignment to the FSF so that we could support Ruby out of the box?

I have not yet tried this mode so I can't vouch for its quality.  I'd
suppose it would be better than Fundamental Mode, though.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

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

* Re: ruby-mode?
  2006-11-17 21:21 ruby-mode? David Kastrup
@ 2006-11-17 21:39 ` Lennart Borgman
  2006-11-18 16:05 ` ruby-mode? Richard Stallman
  1 sibling, 0 replies; 11+ messages in thread
From: Lennart Borgman @ 2006-11-17 21:39 UTC (permalink / raw)
  Cc: emacs-devel

David Kastrup wrote:
> Hi,
>
> Ruby is a language that has become pretty popular.  Emacs currently
> does not have a mode for it.  There is a Ruby mode distributed from
> the Ruby developers themselves.
>
> Would it make sense to ask the developers whether they'd consider an
> assignment to the FSF so that we could support Ruby out of the box?
>   
Yes, I think it would be good to ask (though I have never used ruby myself).

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

* Re: ruby-mode?
@ 2006-11-18  6:43 Seiji Zenitani
  2006-11-18 10:45 ` ruby-mode? Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: Seiji Zenitani @ 2006-11-18  6:43 UTC (permalink / raw)


Hi,

In November 2005, I contacted both ruby-mode authors and RMS.
Ruby-mode authors agreed, but it was postponed because Emacs 22 was
coming near. One year has passed since then. Considering its
importance, I think it's time to include ruby-mode.

Seiji Zenitani
zenitani@mac.com

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

* Re: ruby-mode?
  2006-11-18  6:43 ruby-mode? Seiji Zenitani
@ 2006-11-18 10:45 ` Eli Zaretskii
  2006-11-18 12:04   ` ruby-mode? David Kastrup
  2006-11-18 23:34   ` ruby-mode? Richard Stallman
  0 siblings, 2 replies; 11+ messages in thread
From: Eli Zaretskii @ 2006-11-18 10:45 UTC (permalink / raw)
  Cc: emacs-devel

> Date: Sat, 18 Nov 2006 15:43:41 +0900
> From: "Seiji Zenitani" <zenitani@gmail.com>
> 
> In November 2005, I contacted both ruby-mode authors and RMS.
> Ruby-mode authors agreed, but it was postponed because Emacs 22 was
> coming near. One year has passed since then. Considering its
> importance, I think it's time to include ruby-mode.

FWIW, I don't see why Emacs 22 release is of any importance for the
decision whether to include ruby-mode, unless ruby-mode requires
changes in other parts of Emacs.  If no such additional changes are
required, inclusion of ruby-mode cannot possibly hurt anything, since
this is a new feature that didn't exist before.

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

* Re: ruby-mode?
  2006-11-18 10:45 ` ruby-mode? Eli Zaretskii
@ 2006-11-18 12:04   ` David Kastrup
  2006-11-18 12:50     ` ruby-mode? Seiji Zenitani
  2006-11-18 23:34   ` ruby-mode? Richard Stallman
  1 sibling, 1 reply; 11+ messages in thread
From: David Kastrup @ 2006-11-18 12:04 UTC (permalink / raw)
  Cc: emacs-devel, Seiji Zenitani

Eli Zaretskii <eliz@gnu.org> writes:

>> Date: Sat, 18 Nov 2006 15:43:41 +0900
>> From: "Seiji Zenitani" <zenitani@gmail.com>
>> 
>> In November 2005, I contacted both ruby-mode authors and RMS.
>> Ruby-mode authors agreed, but it was postponed because Emacs 22 was
>> coming near. One year has passed since then. Considering its
>> importance, I think it's time to include ruby-mode.
>
> FWIW, I don't see why Emacs 22 release is of any importance for the
> decision whether to include ruby-mode, unless ruby-mode requires
> changes in other parts of Emacs.  If no such additional changes are
> required, inclusion of ruby-mode cannot possibly hurt anything, since
> this is a new feature that didn't exist before.

Well, strictly speaking, we would not want to have Emacs hang (for
example while font-locking) when it opens a Ruby file, even if it
means opening it in Fundamental Mode.

However, since ruby-mode.el has presumably been used by a non-zero
number of users this last year, I don't think that this catastrophic
scenario is probable enough to prefer having Emacs 22 without a
dedicated Ruby mode.

So Seiji, do you know whether the assignment process was done at that
time?  If it wasn't, that's something we should really do now.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

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

* Re: ruby-mode?
  2006-11-18 12:04   ` ruby-mode? David Kastrup
@ 2006-11-18 12:50     ` Seiji Zenitani
  0 siblings, 0 replies; 11+ messages in thread
From: Seiji Zenitani @ 2006-11-18 12:50 UTC (permalink / raw)
  Cc: Eli Zaretskii, emacs-devel

On 2006/11/18, at 21:04, David Kastrup wrote:
> Eli Zaretskii <eliz@gnu.org> writes:
>>> Date: Sat, 18 Nov 2006 15:43:41 +0900
>>> From: "Seiji Zenitani" <zenitani@gmail.com>
>>>
>>> In November 2005, I contacted both ruby-mode authors and RMS.
>>> Ruby-mode authors agreed, but it was postponed because Emacs 22 was
>>> coming near. One year has passed since then. Considering its
>>> importance, I think it's time to include ruby-mode.
>>
>> FWIW, I don't see why Emacs 22 release is of any importance for the
>> decision whether to include ruby-mode, unless ruby-mode requires
>> changes in other parts of Emacs.  If no such additional changes are
>> required, inclusion of ruby-mode cannot possibly hurt anything, since
>> this is a new feature that didn't exist before.
>
> Well, strictly speaking, we would not want to have Emacs hang (for
> example while font-locking) when it opens a Ruby file, even if it
> means opening it in Fundamental Mode.
>
> However, since ruby-mode.el has presumably been used by a non-zero
> number of users this last year, I don't think that this catastrophic
> scenario is probable enough to prefer having Emacs 22 without a
> dedicated Ruby mode.
>
> So Seiji, do you know whether the assignment process was done at that
> time?  If it wasn't, that's something we should really do now.
>
At that time, no assignment process was done, but authors were  
favorable to provide ruby-mode. How about contacting ruby-developers  
mailing list <ruby-dev@ruby-lang.org>?  Two authors join this list.

==
Seiji Zenitani
zenitani@gmail.com

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

* Re: ruby-mode?
  2006-11-17 21:21 ruby-mode? David Kastrup
  2006-11-17 21:39 ` ruby-mode? Lennart Borgman
@ 2006-11-18 16:05 ` Richard Stallman
  1 sibling, 0 replies; 11+ messages in thread
From: Richard Stallman @ 2006-11-18 16:05 UTC (permalink / raw)
  Cc: emacs-devel

    Would it make sense to ask the developers whether they'd consider an
    assignment to the FSF so that we could support Ruby out of the box?

Please ask them if you wish.  But we should also look for an Emacs expert
who understands what a good programming language mode should do,
and also knows and uses Ruby, to comment for us on how well that mode
meets its expectations.

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

* Re: ruby-mode?
  2006-11-18 10:45 ` ruby-mode? Eli Zaretskii
  2006-11-18 12:04   ` ruby-mode? David Kastrup
@ 2006-11-18 23:34   ` Richard Stallman
  2006-11-19  9:54     ` ruby-mode? David Kastrup
  2006-11-19 17:53     ` ruby-mode? Stefan Monnier
  1 sibling, 2 replies; 11+ messages in thread
From: Richard Stallman @ 2006-11-18 23:34 UTC (permalink / raw)
  Cc: emacs-devel, zenitani

It is true that we have added other things since last November.
However, now we are realy in pretest.  I don't think we should
add a new mode now.

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

* Re: ruby-mode?
  2006-11-18 23:34   ` ruby-mode? Richard Stallman
@ 2006-11-19  9:54     ` David Kastrup
  2006-11-19 17:53     ` ruby-mode? Stefan Monnier
  1 sibling, 0 replies; 11+ messages in thread
From: David Kastrup @ 2006-11-19  9:54 UTC (permalink / raw)
  Cc: Eli Zaretskii, zenitani, emacs-devel

Richard Stallman <rms@gnu.org> writes:

> It is true that we have added other things since last November.
> However, now we are realy in pretest.  I don't think we should
> add a new mode now.

Pity.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

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

* Re: ruby-mode?
  2006-11-18 23:34   ` ruby-mode? Richard Stallman
  2006-11-19  9:54     ` ruby-mode? David Kastrup
@ 2006-11-19 17:53     ` Stefan Monnier
  2006-11-19 18:10       ` ruby-mode? David Kastrup
  1 sibling, 1 reply; 11+ messages in thread
From: Stefan Monnier @ 2006-11-19 17:53 UTC (permalink / raw)
  Cc: Eli Zaretskii, zenitani, emacs-devel

> It is true that we have added other things since last November.
> However, now we are realy in pretest.  I don't think we should
> add a new mode now.

But it's never too early to start collecting the copyright assignments,
especially for projects who have several contributors.


        Stefan

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

* Re: ruby-mode?
  2006-11-19 17:53     ` ruby-mode? Stefan Monnier
@ 2006-11-19 18:10       ` David Kastrup
  0 siblings, 0 replies; 11+ messages in thread
From: David Kastrup @ 2006-11-19 18:10 UTC (permalink / raw)
  Cc: Eli Zaretskii, emacs-devel, rms, zenitani

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

>> It is true that we have added other things since last November.
>> However, now we are realy in pretest.  I don't think we should
>> add a new mode now.
>
> But it's never too early to start collecting the copyright
> assignments, especially for projects who have several contributors.

Well, collecting assignments is not going to hit much enthusiasm if
you tell people at the same time that they should expect a few years
before they actually get to see their code in any release.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

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

end of thread, other threads:[~2006-11-19 18:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-18  6:43 ruby-mode? Seiji Zenitani
2006-11-18 10:45 ` ruby-mode? Eli Zaretskii
2006-11-18 12:04   ` ruby-mode? David Kastrup
2006-11-18 12:50     ` ruby-mode? Seiji Zenitani
2006-11-18 23:34   ` ruby-mode? Richard Stallman
2006-11-19  9:54     ` ruby-mode? David Kastrup
2006-11-19 17:53     ` ruby-mode? Stefan Monnier
2006-11-19 18:10       ` ruby-mode? David Kastrup
  -- strict thread matches above, loose matches on Subject: below --
2006-11-17 21:21 ruby-mode? David Kastrup
2006-11-17 21:39 ` ruby-mode? Lennart Borgman
2006-11-18 16:05 ` ruby-mode? Richard Stallman

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).