Skip to content

Biting the hand that feeds IT

The Register ®

Software:


Related Whitepapers

Comments on ‘Stallman steps back from Emacs’

Hears call of other projects

Published Tuesday 26th February 2008 18:17 GMT

« Back to article page

Don't you love recursive acronyms... 

By Colin Sharples
Posted Tuesday 26th February 2008 20:24 GMT
Happy

Emacs

Makes

All

Computing

Simple

Chong Yidong 

By Anonymous Coward
Posted Tuesday 26th February 2008 20:28 GMT

In reply to a post on the GPL Chong Yidon wrote:

Freedom is an orthogonal issue to salvation. Using a GPL'ed vi clone may satisfy the demands of freedom, and yet be profane. A text editor should not merely be free; it should be an Emacs. Else, one might as well use GNU Cat or GNU Ed as one's text editor, or manipulate the inodes manually with magnets.

[alt.religion.emacs, 26 Sep 2001]

Put on the waaaaay back helmet 

By Del Merritt
Posted Tuesday 26th February 2008 20:37 GMT
Boffin

I remember using the TECO-based Emacs back in the ArcMac in the early 80's. I've only managed to carry my .emacs around with me for the last 11 years; I'd have had a version of it longer if I had access to a 9-track tape unit during that fateful job change...

But it's not done yet! 

By Chris Stave
Posted Tuesday 26th February 2008 21:09 GMT

There is still so much more that EMACS could do!

Other projects? 

By Ken Hagan
Posted Tuesday 26th February 2008 21:58 GMT

I thought emacs *was* all other projects.

EMACS 

By Don Mitchell
Posted Tuesday 26th February 2008 23:03 GMT

escape meta alt control shift

Editor wars 

By mh.
Posted Tuesday 26th February 2008 23:04 GMT
Coat

Does that mean vi won then?

@Recursive acronym 

By Graham Bartlett
Posted Wednesday 27th February 2008 00:26 GMT

Emacs

Makes

All

Computers

Sluggish

or

Emacs

Makes

Any

Coding

Slow

And no, I don't use VI either. ;-) I use Visual Studio. Surprisingly for MS software, it works, reliably.

Emacs is Lisp-based 

By Chuck Fry
Posted Wednesday 27th February 2008 02:04 GMT
Alert

The core of Emacs is a Lisp interpreter coded in C. All significant editing code in Emacs is written in Lisp. Obviously Phil Manchester has never used Emacs beyond saying "where's the Quit button?".

Visual Studio? 

By Martin Owens
Posted Wednesday 27th February 2008 04:34 GMT

>> I use Visual Studio. Surprisingly for MS software, it works, reliably.

Yes, but how can you be forgiven your evils? ;-)

Emacs seems quite old and out of touch, although I know people that still use it, although mostly they're perl or c programmers.

Not too old nor out of touch 

By Gary Turner
Posted Wednesday 27th February 2008 05:12 GMT
Linux

Back in the day, I used Borland's IDEs for C++, Pascal (now Delphi) and Java. If I were still programming for Windows, I might still. But, as a web developer, I will swear and affirm Emacs to be the most productive editor/environment to work in. There are other editors that may seem to do some things easier, but they somehow come up short at one point or another.

EMACS? Visual studio? vi? ed? 

By Anonymous Coward
Posted Wednesday 27th February 2008 08:55 GMT
Happy

Bunch of philistines - lets hear it for nedit !!!!!

Old and out of touch? 

By Kevin Whitefoot
Posted Wednesday 27th February 2008 09:11 GMT
Flame

I use Emacs every day. Not just to develop code but to write my diary, edit web pages (including a local wiki complete with RSS (thank you John Wiegley and Hugo Haas )), move, rename, files, view tar, zip, archives, view web pages. And those are just the things I do. I am well aware that that is just scratching the surface.

And by the way I do all those things in both MS XP and Ubuntu Linux. I also use VS 2008 (only on XP of course) and the suggestion that it is a reliable product is just beyond belief, it crashes on me at least once a day. If I only had a VB.NET mode for Emacs I would be very happy!

Emacs? nedit? Be Brief 

By Anonymous Coward
Posted Wednesday 27th February 2008 09:14 GMT

I use Brief, by Underware.

(On my Sirius. And my Apricot.)

Other paths to nostalgia 

By Bernard Coxhead
Posted Wednesday 27th February 2008 09:37 GMT
Coat

The first editor I used was Teco on DEC PDP-11 in 1983. When I used Unix in 1989 I used vi which was hardly an improvement, and frankly I was a bit scared of the fanatics who used emacs and stayed away from it.

Nowadays if I want to be reminded of those hideous days before WYSIWYG I just open a DOS command window and use Edlin, yes it's still there even in Windows XP.

Of course real programmers just use COPY CON:

Real programmers... 

By David S
Posted Wednesday 27th February 2008 10:19 GMT

...use butterflies.

http://www.xkcd.com/378/

Edlin all the way 

By Anonymous Coward
Posted Wednesday 27th February 2008 11:58 GMT

Just for the record I find it very hard to take the creators of anything with a recursive acronym/abbreviation seriously.

RMS? Massive Shitbag.

Anon because I'm scared of the RMS and his fanboys...

Emacs, XEmacs, JOVE 

By John Werner
Posted Wednesday 27th February 2008 14:59 GMT
Thumb Up

It will be very interesting to see what the future of the "Emacs Twins" will be with Stallman taking a more backseat role. Years ago, there was one Emacs (and a few other clones like Temacs and JOVE). Then, almost a decade ago it seems, there was the split (as much philosophical as functional) that led to two main branches - GNU Emacs and XEmacs. Will this change to the leadership of GNU Emacs mean the two might slowly come back together? (Not that either is very different from the other -- its more like red raspberries vs. black raspberries.)

BTW, I learned Emacs essentially 23 years ago, and I still use it daily. I tried many other things, including Visual Studio, Eclipse, Codewrite, and others, but nothing beats the simple down to earth functionality that Emacs has. True, the learning curve can be steep (although XEmacs has a much gentler curve), but the payback is huge.

Perhaps the biggest endorsement for Emacs is that so many editors have a emacs key emulation mode! (But then again, Emacs has a VI key emulation mode.....)

Emacs - it's not just an editor; it's a religion.

(Emacs = Eighty Megs And Continually Swapping)

emacs necessary before X, and still the best 

By Anonymous Coward
Posted Wednesday 27th February 2008 16:06 GMT

Back in the '80s, before we had X, we worked on "glass ttys" connected to Unix computers with serial lines. Pretty much the only way we had to get two windows on the terminal was with emacs. I ran a debugger in a shell in one window, while looking at the source code in another. Those poor vi guys could run the debugger OR look at the source code, but couldn't do both at the same time.

I still like the way emacs is an IDE at the right level. It understands my personal indentation schemes for various languages (including plain TeX), and nicely integrates make and gdb, and lots of other stuff. The Lisp variant used internally isn't difficult, and is actually quite useful (though I deliberately don't depend too much on custom Lisp, as I need to work on many computers, and don't always have a thumb-drive with my .emacs).

I never liked the vi's "command" and "insert" modes. I keep forgetting which mode I'm in, typing long lines of C code while in "command" mode. Yikes.

Cultural theory: go to one of the few remaining places on the earth with indigenous, non-technical people who've lived in harmony for millenia, and teach them about computers until they have a rational basis for using text editors. At this point they will naturally fall into warring "vi" and "emacs" camps, losing their generations-long tradition of peaceful cooperation.

I use nedit 

By Anonymous Coward
Posted Wednesday 27th February 2008 21:38 GMT

Emacs is too much for me ,everybody has their favorite I don't think those holy wars were about much at all. A plain vanilla editor with some shell commands maybe some way to record macro's,when I used Windows there was another I liked, like this but it's been abandoned I can't remember it's name.Oh yes for text mode I use Jed neither Emacs nor Vim make me happy in that environment(though Vim is easier).

Huh? 

By Robert Brockway
Posted Saturday 1st March 2008 04:48 GMT
Stop

Microsoft had to decided to get involved before EMACS could be recognised as important? Gimme a break :)

whitepaper title

Solution Brief: Reduce Energy Costs

Energy consumption has become a big issue. Dramatically increase server utilization and significantly reduce energy costs through Virtualization..
whitepaper title

Server Consolidation and Containment

This paper discusses how consolidation and containment solutions with a virtual infrastructure meet the challenges of server sprawl and underutilization..

Top 20 storiesAll The Week’s HeadlinesArchiveSearch