Live data from Hacker News

Aquamacs on OSX for Ruby on Rails Development? Yep, we’re going Emacs status.

danielfischer.com

1–10 of 25 posts

Re: Aquamacs on OSX for Ruby on Rails Development? Yep, we’re going Emacs status.

#3
As an aside, ruby-mode was recently merged into the emacs core, so that should help adoption. I know I have seen a lot of complaints on #emacs about "why doesn't ruby code have syntax highlighting!?". Now it does :)

People should also try out my new eproject minor mode, which will make emacs aware of the relationships between files in the same project:

http://git.jrock.us/?p=eproject.git;a=blob_plain;f=eproject....

I think textmate has a feature like this that people like.

Re: Aquamacs on OSX for Ruby on Rails Development? Yep, we’re going Emacs status.

#4
What emacs extensions do other people use for Rails?

I use two-mode-mode to swap between HTML (psgml) mode and Ruby mode for the templates, as well as rhtml-minor-mode, which is mainly aimed at helping psgml-mode find the parent layout. rhtml-minor-mode could use some hacking - I wrote it in a hurry.

Re: Aquamacs on OSX for Ruby on Rails Development? Yep, we’re going Emacs status.

#7
Before I get flamed out of existence - I use a Mac, and I use TextMate, and I use Emacs. With that disclaimer out of the way -

This guy bought a whole different platform just so that he could run a different text editor? This feels like putting the wrong cart in front of the wrong horse.

Re: Aquamacs on OSX for Ruby on Rails Development? Yep, we’re going Emacs status.

#8
post #2

Hrm, interesting, but I write Ruby on emacs all the time. Except mine doesn't need a long post, just: Open Terminal, type "emacs -nw".

i recommend people always use -nw, it will ensure that on the client or remote, you always use emacs the same way. now kill all the menubars and other stuff too...if you are going to use emacs, use the keyboard and the help system. that is the emacs-way

Re: Aquamacs on OSX for Ruby on Rails Development? Yep, we’re going Emacs status.

#9

Before I get flamed out of existence - I use a Mac, and I use TextMate, and I use Emacs. With that disclaimer out of the way - This guy bought a whole different platform just so that he could run a different text editor? This feels like putting the wrong cart in front of the wrong horse.

Agreed. It also seems like he's switching editors for similarly misled reasons. Sure, trying it out because everyone seems to be switching is fine, and if you like it better sure, stick with it. But to switch editors "just because everyone else is doing it" seems uninformed and very "me too me too!"

Re: Aquamacs on OSX for Ruby on Rails Development? Yep, we’re going Emacs status.

#10
post #8
post #2

Hrm, interesting, but I write Ruby on emacs all the time. Except mine doesn't need a long post, just: Open Terminal, type "emacs -nw".

i recommend people always use -nw, it will ensure that on the client or remote, you always use emacs the same way. now kill all the menubars and other stuff too...if you are going to use emacs, use the keyboard and the help system. that is the emacs-way

...or the vim way ;)
Post reply on HN