The NEWS file http://www.gnu.org/software/emacs/NEWS.23.2 is more helpful. * CEDET http://cedet.sourceforge.net/ is now part of emacs(!!!) * RMAIL now uses mbox
Wow. Never thought I'd see that happen. Been wanting that for 20 years.
71–80 of 90 posts
The NEWS file http://www.gnu.org/software/emacs/NEWS.23.2 is more helpful. * CEDET http://cedet.sourceforge.net/ is now part of emacs(!!!) * RMAIL now uses mbox
Wow. Never thought I'd see that happen. Been wanting that for 20 years.
Earlier quoted context omitted.
Hmm, I'm still not quite sure I 'get it.' For instance, your comment, 'no fumbling with the mouse' confuses me. I've always viewed the mouse as something that saves time, a shortcut to where you want to go or what you want to do. Especially on a Mac with non-maximized windows and Exposé mapped to a mouse button, I've never felt like I was 'fumbling.' I guess I'll ask an Emacs user to demonstrate next time I meet one.
Exposé breaks down when you have a hundred buffers open, though. iswitchb cuts through that like a bullet through butter. The mouse is better for some things (especially relative/spatial stuff), and the keyboard for others, but interfaces that make you switch back and forth are clearly problematic. Rather than popping up dialog boxes and alerts, Emacs displays results (such as compiler output) in another buffer . If…
Earlier quoted context omitted.
That is technically true, but no one would actually be productive in that environment. Switching to the file you want is an O(n) operation with that workflow. That would drive anyone insane. In proper editors you can switch to the file you want by hitting a command and then typing a few chars of the file you want, then return.
Nonsense. I've done it both ways, and doing it the way you describe is actually slower.
Earlier quoted context omitted.
Exposé breaks down when you have a hundred buffers open, though. iswitchb cuts through that like a bullet through butter. The mouse is better for some things (especially relative/spatial stuff), and the keyboard for others, but interfaces that make you switch back and forth are clearly problematic. Rather than popping up dialog boxes and alerts, Emacs displays results (such as compiler output) in another buffer . If…
Ok after watching that link and reading these comments i'm starting to understand a little. I installed Aquamacs (other emacs clients were too ugly IMO). I can see that emacs perhaps had a lot of features Visual Studio had BEFORE vs, and that it's a stable, multi-platform, multi-language environment. I can see also that some of the text editing/formatting functions would probably work better than what I currently use…
Also, for you or anyone else reading this thread, http://emacswiki.org/ is the place to go for info.
Can someone very briefly explain the popularity of emacs and vim among programmer types? I'm aware that they're unix based text-editors with some degree of reprogrammability... but what's the big deal?
One nice point about vi(m) especially is the fact that its available almost everywhere as most unixy installations got one. And a nice point of text-based programs generally is that they are easy to use over ssh allowing you to access your programming environment everywhere.
(btw, if you learn emacs well enough, you're commandline-fu goes through the roof)
Earlier quoted context omitted.
That is technically true, but no one would actually be productive in that environment. Switching to the file you want is an O(n) operation with that workflow. That would drive anyone insane. In proper editors you can switch to the file you want by hitting a command and then typing a few chars of the file you want, then return.
Nonsense. I've done it both ways, and doing it the way you describe is actually slower.
http://www.emacswiki.org/emacs/TabBarMode
Tabbar works great for switching between the 3 haskell files I have open (note: tabbar only switches between files of the same type).
Regular buffer switching (or even better, anything mode http://www.emacswiki.org/emacs/Anything) works great for switching between the roughly 200 java files I have open right now.
Mac OS X users can get a binary at http://emacsformacosx.com/ .
BTW, really off topic, but does anyone know how to bind the speedbar to the main frame window instead of being in a separate frame window?
Do they have a C# mode yet, or is that still p[r]etty impossible to do?
http://www.emacswiki.org/emacs/CSharpMode
Not a deal breaker for me, though.
Earlier quoted context omitted.
js.el is a new major mode for JavaScript files. I think js2.el (Steve Yegge) was combined with javascript.el to make a new mode. Might be interesting...
No, it's espresso, not js2. But don't worry, that was the only sane Javascript mode; js2 is like its own program, completely independent of Emacs. Cool, but useless for real work. espresso/js actually works like Emacs, and it doesn't try to treat Javascript as a dialect of C anymore.
I remember it was similar to nXML in having its own parser... do you think nXML is badly engineered or useless too ?
I wrote a mode inspired by your Stylish for Lua one day. I wish there were more editors that would let you do that kind of thing...