[nodejs] Re: Emacs

2012-07-16 Thread Jeff Barczewski
I also just came across some great emacs screencast tutorial / feature demos at emacsrocks.com by Magnar Sveen, he demonstrates some awesome emacs packages (not specific to javascript). http://emacsrocks.com/ - individual emacs screencasts demonstrating different packages and their features e

[nodejs] Re: Emacs

2012-07-16 Thread Mihamina Rakotomandimby
On 07/12/2012 03:59 PM, Mihamina Rakotomandimby wrote: Just for curiosity, who's using Emacs in here to code arround Node? What modes do you use, what configurations? Yaey! I did really expect 1-2 replies :-) I'm surprised to find more Emacs users than I expected. You made me discover a bunch

Re: [nodejs] Re: Emacs

2012-07-15 Thread aykut yaman
I use js2-mode, yassnipet, ido, anything,autocomplete On Sun, Jul 15, 2012 at 11:50 AM, Ruquay Calloway wrote: > Thanks, that works great! > > > On Friday, July 13, 2012 12:53:08 PM UTC+2, Mariusz Nowak wrote: >> >> Ruquay, >> >> I've once created not invasive fix for js2-mode to properly highli

[nodejs] Re: Emacs

2012-07-15 Thread Ruquay Calloway
Thanks, that works great! On Friday, July 13, 2012 12:53:08 PM UTC+2, Mariusz Nowak wrote: > > Ruquay, > > I've once created not invasive fix for js2-mode to properly highlight json > files, see http://code.google.com/p/js2-mode/issues/detail?id=50#c7 > > -- > Mariusz Nowak > http://github.com/m

[nodejs] Re: Emacs

2012-07-13 Thread Magnus Skog (@ralphtheninja)
Thanks for the tip on the modules. I have bad experience with magit though, it's slow as !@#$@. But I have been using it on windows xp/7 so might not be a problem on linux or osx. Cheers /Magnus Den torsdagen den 12:e juli 2012 kl. 18:06:48 UTC+2 skrev Jeff Barczewski: > > Emacs is my tool of c

[nodejs] Re: Emacs

2012-07-13 Thread Thom Blake
I use js3-mode, with these settings for custom-set-variables: '(js3-mode-dev-mode-p t) '(js3-auto-indent-p t) '(js3-enter-indents-newline t) '(js3-indent-on-enter-key t) dev-mode can slow things down a bit, but it nicely highlights chunks of code when you click on them. Useful for debugging

[nodejs] Re: Emacs

2012-07-13 Thread Mariusz Nowak
Ruquay, I've once created not invasive fix for js2-mode to properly highlight json files, see http://code.google.com/p/js2-mode/issues/detail?id=50#c7 -- Mariusz Nowak http://github.com/medikoo http://twitter.com/medikoo On Friday, July 13, 2012 8:47:53 AM UTC+2, Ruquay Calloway wrote: > > I u

[nodejs] Re: Emacs

2012-07-13 Thread Ruquay Calloway
I use Emacs for pretty much all my development. I have been using the default js2-mode with the indentation "fixes" described here: http://mihai.bazon.net/projects/editing-javascript-with-emacs-js2-mode Although after reading this thread, I think I'll try some of the other ones mentioned. I'v

[nodejs] Re: Emacs

2012-07-12 Thread Brendan Miller
On Thursday, July 12, 2012 5:59:25 AM UTC-7, Mihamina Rakotomandimby wrote: > > Hi all, > > Just for curiosity, who's using Emacs in here to code arround Node? > What modes do you use, what configurations? > > I use mooz's fork of js2-mode. https://github.com/mooz/js2-mode Mooz's fork fixes a

[nodejs] Re: Emacs

2012-07-12 Thread Mariusz Nowak
Here's my .emacs.d https://github.com/medikoo/emacs-starter I don't use anything Node specific, just slightly modified js2-mode for highlighting js and json files. On Thursday, July 12, 2012 2:59:25 PM UTC+2, Mihamina Rakotomandimby wrote: > > Hi all, > > Just for curiosity, who's using Emacs

Re: [nodejs] Re: Emacs

2012-07-12 Thread Azer Koçulu
I use js2-mode, yasnippets with https://github.com/azer/js-yasnippets On Thu, Jul 12, 2012 at 9:06 AM, Jeff Barczewski wrote: > Emacs is my tool of choice most of my development work especially node.js, > javascript, markdown, etc. > > I use Aquamacs when on OS X and gnu emacs when running linux.

[nodejs] Re: Emacs

2012-07-12 Thread Jeff Barczewski
Emacs is my tool of choice most of my development work especially node.js, javascript, markdown, etc. I use Aquamacs when on OS X and gnu emacs when running linux. Some of my favorite modes/packages are: - js3.el mode https://github.com/thomblake/js3-mode - jshint mode - slightly patched vers

[nodejs] Re: emacs js3-mode update

2012-05-03 Thread Jeff Barczewski
Thom, Great job! I like this much better than the old js2 and expresso modes. Thanks for creating this! Jeff On Wednesday, 2 May 2012 15:27:26 UTC-5, Thom Blake wrote: > > A much clamored-for feature has been implemented for js3-mode. > > Now with the default settings (js3-consistent-level-ind