Emacs Hits Version 23 367
djcb writes "After only 2 years since the previous version, now emacs 23 (.1) is available. It brings many new features, of which the support for anti-aliased fonts on X may be the most visible. Also, there is support for starting emacs in the background, so you can pop up new emacs windows in the blink of an eye. There are many other bigger and smaller improvements, including support for D-Bus, Xembed, and viewing PDFs inside emacs. And not to forget, M-x butterfly. You can get emacs 23 from ftp.gnu.org/gnu/emacs/ or one of its mirrors; alternatively, there are binary packages available, for example from Ubuntu PPA."
Eight megs and constantly swapping (Score:2, Funny)
Shit, these days VIM requires no less than 30 megs....
Re:Eight megs and constantly swapping (Score:4, Funny)
at least in VIM, random typing can accidentally put you in a useful mode.
Emacs starts in some sort of.... okay, I typed "useless scratchpad thing" here, then went to see if anything had changed since last I tried it. What fun! Here goes "Attempt #4 at actually using emacs"
$ sudo apt-get install emacs22
$ emacs
Oh look, I'm in a GUI this time. Hm, I expected to get a useless scratchpad thing, but it looks like instead I'm in some sort of crudely-made slapped together temporary menu that they'll replace with something more sensible in the final version.
Oh well, there's a standard "new file" button in the corner, I'll click that.
Alright, now the bottom of the window says "Find file: ~/"... okay, I guess that wasn't it, I'll try through the menu instead.
File... "Visit new file"? Are you serious? Okay, fine, they're hippies, whatever.. I'll just click it.
oh, "find file" again.. I don't want to find a file, I want a new file.
Yeah, I get it, I'll stop playing dumb now. It's using 1970s technology or something so it needs a filename before it can edit anything. "emacs foo" opens as expected, lets me type normally and clicking the save button saves.
Now how do I use the console? /console /terminal
man emacs
nope..
nope..
I'll force it:
DISPLAY= emacs
press C-h for help.. and C-h actually works this time! Though only once.. better than last time though. May actually be usable, I'll give it credit.
Emacs works better than it did last time I tried it. Still looks like crap, but it seems to be working, for the most part.
Re: (Score:3, Informative)
I hope you're joking. About everything. Maybe you're even making some convoluted commentary about vim being impossible to use without knowing its secrets (but I think emacs is also guilty).
1) you can save directly from the scratch buffer
2) emacs --help clearly says use -nw for text mode (it's obviously also in the man page, but a little harder to find)
Maybe attempt #5 will work out better for you. I'm on attempt #3 myself. Perhaps try growing a giant unkempt beard or something. Good luck to both of us!
Re: (Score:3, Informative)
Hit C-h t to run the tutorial and work through it. If you really have an interest in checking it out, the tutorial will explain the "Emacs way" and clear up a lot of basic questions for you.
But... (Score:5, Funny)
Re:But... (Score:4, Funny)
Re: (Score:2, Funny)
lol o wow thansk i haven thead tha tone befor>e
Re:But... (Score:4, Funny)
it does. you can run Vim inside EMACS, you know ?
Re: (Score:2, Funny)
Re: (Score:3, Funny)
I don't think they make blenders that Emacs could fit in.
Congrats! (Score:5, Insightful)
Thanks RMS for Emacs, the GPL and the spirit of GNU that I found in 1995 and has not left me since!
Happy Hacking!
Re: (Score:3, Informative)
This is good news indeed
Thanx RMS for more than 20 years w the only editor
Re: (Score:3, Funny)
Re: (Score:3, Informative)
WITHOUT COPYRIGHT THE GPL WOULD BE UNENFORCEABLE. IT WOULD ALSO BE UNNECESSARY.
Unfortunately, this isn't entirely true. It would be unenforceable, but it wouldn't be unnecessary for RMS's vision - you'd still have binaries WITHOUT source code, unless we essentially introduced "GNU Copyright", in which the source material for all formerly-copyrightable works must be provided released upon request. I don't think it's very likely to either abolish copyright, nor replace it with "GNU Copyright" - though I do hope the length of copyright terms can be brought down to a reasonable level.
Missed the best feature! (Score:5, Informative)
The summary misses the absolute best new feature: the separation of the client and server. I have a GUI Emacs running on my workstation, always. I sshed in a few days ago, wishing I could access one of its buffers. Voila! emacsclient -nw connected to the underlying server and gave me full access, in console mode, to the running Emacs. Thank you! Thank you! Thank you!
Re:Missed the best feature! (Score:4, Funny)
I never thought I'd see the day that a text editor needed a network-aware client-server architecture.
Re: (Score:3, Insightful)
Re:Missed the best feature! (Score:4, Interesting)
Emacs is not an IDE. That term is limited to one type of work (development), while Emacs is good for pretty much anything that involves working with text. "IDE" also conjures up images of endless busy toolbars and wizards and snapins and docked windows and proprietary file formats and non-standard tools everywhere you look, while Emacs provides a single interface (the buffer) and builds on standard tools and file formats.
I'd call Emacs an "operating environment". That covers its ability to provide a unified interface to most tasks, while acknowledging that it doesn't replace the operating system (Emacs is crippled without some flavour of GNU or UNIX behind it.)
Re:Missed the best feature! (Score:5, Funny)
I don't know why someone modded this "Funny"! Well, actually, I do - because there's no tag for "Scary"
Brett
Re: (Score:2)
Re: (Score:2)
Re:Missed the best feature! (Score:5, Insightful)
"Haw haw a text editor that duz stuff, we here around these parts just use NOTEPAD.EXE"
Yawn. Tired jokes that aren't funny anymore.
Text editing, text processing, and generally manipulating anything involving language---especially natural language---is the most complicated thing that's ever done on a computer. Yet people---even supposedly knowledgeable people---demand stupidly broken tools that lack sophisticated tools for doing a sophisticated thing. When you understand this, jokes about "ha ha your text-editor-operating-system does X" aren't funny. It makes you wonder why other text editors don't do things.
Re: (Score:3, Insightful)
"Haw haw a text editor that duz stuff, we here around these parts just use NOTEPAD.EXE"
Yawn. Tired jokes that aren't funny anymore.
Text editing, text processing, and generally manipulating anything involving language---especially natural language---is the most complicated thing that's ever done on a computer. Yet people---even supposedly knowledgeable people---demand stupidly broken tools that lack sophisticated tools for doing a sophisticated thing. When you understand this, jokes about "ha ha your text-editor-operating-system does X" aren't funny. It makes you wonder why other text editors don't do things.
"Perfection is achieved perfection not when there is nothing left to add, but when there is nothing left to take away" - Antoine de Saint-Exupery
An application should do one thing and do it well, not do a gazillion things in a mediocre way*. Otherwise what's the point in running separate apps, why don't we just build all the functionality you'll ever need straight into the OS, it'd sure be faster that way.
*I'm not implying that emacs is mediocre just stating general principles.
But that's exactly the strength of Emacs (Score:5, Insightful)
An application should do one thing and do it well, not do a gazillion things in a mediocre way
That is exactly what Emacs is.
It's not one giant monolithic thing, at all.
Just like UNIX it's a core in which you can write very specific modules to address some aspect of editing. Perhaps it's formatting C style code. Perhaps it's a variant built around C++ or objective-C in particular. Perhaps it's a bit of logic to sort some parts of a file based on criteria in the file - or by running a shell command.
Each of these pieces can be tied to any particular file type, or called on at will. You can easily write your own, in elisp (basically a LISP variant). All of the standard behavior is also written in elisp, so you can modify or extend it as desired (most things have many points in which you can insert behavior hooks)
Never has a program more dearly held to the concepts you espouse, and it's actually the core of why I think people who prefer emacs over VI do so.
Re:But that's exactly the strength of Emacs (Score:5, Interesting)
There's also the point by Debian's vim maintainer, who switched to Emacs earlier this year [upsilon.cc]: that Emacs makes it very easy to interact with more specialized tools, such as ispell. Contrast with vim, which implemented its own spell checker. Now, let's see... which approach is more consistent with the Unix philosophy?
Amazing (Score:3, Funny)
I never realized in the ageless war between Emacs and VI, that we even had high level defectors... :-)
Re:Missed the best feature! (Score:5, Funny)
Yup, you're an Emacs user alright.
Re:Missed the best feature! (Score:5, Funny)
No kidding. When I started using Linux, I used emacs because it was the more user-friendly editor that was mentioned in the manual (the other being vi). Then, for years, I used vi because it is ubiquitous and usually fast.
But now I'm back to emacs. What convinced me was M-x tetris. I figured if it could do _that_, it was powerful enough for my current and future editing needs. And it is. The secret is that the people who say that Emacs is more an operating system than a text editor are right. It's a Lisp environment where anything and everything can me modified while the system is running. It has a file manager, a client for your version control system, a web browser, a tetris game, a psychoanalyst, and countless other things.
Oh, yes, I almost forgot. There is a text editor, too.
Re: (Score:3, Interesting)
Re: (Score:2)
I never thought I'd see the day that a text editor needed a network-aware client-server architecture.
In my case, it was so that I could SSH in, run a Python script to generate an SQL query, then run that query in a PostgreSQL interaction buffer. I'd written a macro to do all that automatically and didn't want to spend more than 3 seconds recreating something that was already working - if I was at the Emacs session running at my office.
Re: (Score:3, Informative)
The relevance comes in phases.
The compile-from-source people had moved to emacs23 months ago.
Now it's available for the 3rd-party binary-repository people on nix.
Then it'll become a standard package.
Eventually, Aquamacs will move to v23 or do backporting, and the Mac (without darwine, &c.) people can have it. (Aquamacs is a beautiful app, and has at least some of the features implemented independently anyway)
Re: (Score:2)
Re: (Score:2)
The point is that a graphical Emacs session can now connect to a client on a tty. (And in answer to your question: yes, Emacs can now be started in daemon mode.)
Re: (Score:2)
Re: (Score:2, Informative)
This is also called 'multitty'. You can open a new frame anywhere, whether on another X display, or on a TTY.
You can even start Emacs in a screen session in your .profile.
And ... did I mention that because each emacs server can have it's own name, you can different emacs servers for different purposes, each with their own .emacs file.
Oh, yeah, and someone even told me that it has a decent text editor, too!
Re:Missed the best feature! (Score:4, Funny)
Awesome. The post above parent says
now all it needs is a feature that allows me to surf _pr0n_ from within emacs, and then i'd consider using it
and then I read
This is also called 'multitty'.
I was 10 Mb into the Ubuntu iso download before I read the whole post and realized what he was talking about.
Re:Missed the best feature! (Score:5, Informative)
They also missed to mention the full unicode support, which is quite nice.
Anyway they could have linked to NEWS.23.1 [gnu.org], which has a concise list of new feature.
Re: (Score:2)
If you save your buffer to disk you can access the contents without having to use software that requires a client/server architecture just to edit files.
Re: (Score:2)
My buffer was a connection to a PostgreSQL server and about three days worth of history. How well does that work out for you?
Re: (Score:2)
That's great when you're only dealing with files, but if you are running a REPL, being able to remotely access the same development environment (sources+REPL) is pretty freaking cool.
M-x butterfly (Score:2, Redundant)
Best command ever.
Re: (Score:2)
Terrorist post. (Score:5, Funny)
A lone geek runs into the middle of the forum, screaming "vi forever! Praise the hex codes!" *boom* :)
Remember this one? (Score:5, Funny)
Slightly shortened to accommodate the special event:
I asked my email-pal: "UNIX or Windoze?". He replied "UNIX". I said "Ah...me too!".
I asked my email-pal: "Linux or AIX?". He said "Linux, of course". I said "Me too".
I asked him: "Emacs or vi". He replied "Emacs". I said "Me too. Small world."
I asked him: "GNU Emacs or XEmacs?", and he said "GNU Emacs". I said "oh, me too."
I asked him, "GNU Emacs 22 or GNU Emacs 23?", and he replied "GNU Emacs 22". I said "DIE YOU OBSOLETE NO-GOOD SOCIALLY MALADJUSTED CELIBATE COMMIE FASCIST DORK!", and never emailed him again.
Re: (Score:3, Insightful)
Either one is better than using 99% of the other options out there. If your text editor requires the use of a mouse you need a better text editor.
Re: (Score:2)
Or you just need a better keyboard.
Re: (Score:2)
I have one of the best keyboards ever made. IBM Type M(1391401).
Re: (Score:3, Insightful)
So you can do a find and replace based on a regex via the mouse? I would love to see that. Which mouse button changes the case on a whole line of text?
I use vim not because it makes me "leet", but because it is by far the best tool for the job that I have found. It can be used in all places, it runs on everything and I don't need to worry if X is even installed. It does have a steep learning curve, but so do all professional tools in darn near every field.
Kitchen Sink (Score:2)
Still useful after all these years... (Score:4, Interesting)
I don't use Emacs as my primary editor anymore, but I do turn to it pretty often still.
For short repetitive tasks, there's simply nothing more useful than the macro recording mode that lets you execute a combination of searches, multiple buffer stores, and cursor position storage states to easily repeat very complex tasks over a block of code.
For reading in obscure file formats, Emacs usually has an answer - with good syntax highlighting.
I look forward to this next iteration of emacs and what else it can do...
Re: (Score:2)
*good* syntax highlighting? It looks like my kid threw up fruit loops all over my screen. It's even worse with 16 bit colours enabled.
Re: (Score:3, Informative)
The syntax highlighting is good because it understands all kinds of different content types in different languages.
If your only problem is the default colors, that's a very easy fix: Every color in every highlighting scheme is editable. If you don't like the default, switch the scheme to zenburn or something
Re: (Score:3, Insightful)
You know, average people who just want to edit some text now and then find the very concept of putting your own personal text editor's configuration files in a version control system to be very...how shall I say it..not quite how average people think.
Putting source code or collaborative project in into a version control system...smart.
Putting your text editors configuration files that one usually sets and forgets into version control.....not quite sane.
Re: (Score:3, Insightful)
Whoa whoa, "not quite how average people think" is one thing, but "not quite sane" is just off.
Average people don't program computers. But programming computers is not insane.
Average Vim or Emacs users may not version control their config files. But doing so is not insane.
Maybe you're not a sysadmin. Version controlling your server application configs is really beneficial. Okay, now extend the concept to version controlling all your application configs. Makes sense.
And if your editor config isn't chang
Re: (Score:3, Interesting)
The choice to not learn is yours, and you're the most informed person with regards to the environment (your life) into which such knowledge/skill would fit. That makes you the best judge except that you probably don't know what the benefits are exactly nor the time involved to learn. If you're resistant to learning computer tools (of whichever stripe), perhaps out of perceived lack of benefit or expected difficulty (rigamarole, hassle), that will make learning harder. We all need to beware our preconceiv
Re: (Score:2)
I was disappointed, however, to find that it lacks a MDL (Muddle) mode. It almost certainly had one at some point, I might have to check back in negative version numbers or something.
Re:Still useful after all these years... (Score:4, Funny)
Oh I totally agree. For example, just today I was writing a program that needs to load in around 1000 sequentially-numbered images. Like any decent coder, I had typed all of the filenames into my main program loop. But then my manager called me up to let me know that the base filename of the images had changed! You can just imagine the sinking feeling I had in my stomach, knowing that I would need to retype every single filename! It would have taken me hours, if not for the macro recording functionality in Emacs. Thanks, Emacs.
It doesn't stop there, of course. I needed a function to count how many images had been loaded in, and save that number as a string. Then my boss phones me to say that they don't want image #0003 any more. Think of all the 'if/then' statements I'd have been forced to rewrite by hand, if it wasn't for Emacs!
For some reason I am reminded ... (Score:3, Interesting)
emacs is lean and mean (Score:2)
It starts almost instantaneously on my machine.
It is one of the only programs that works equally well in text mode and GUI mode.
It was designed to run well on a PDP-11, so it just screams on a modern machine.
Emacs was the IDE of choice before people even knew what an IDE was.
People who freak at the emacs feature set should compare it to Eclipse.
I have used emacs on ITS, TOPS-20 and Multics. I am still getting used to this Unix emacs thing, I still smile at the fact that I don't have to put up with gosling
Re: (Score:2)
No, its actually horribly bloated. Its just that it is horribly bloated by the standards of thirty years ago. A bit like Windows XP, but more so.
In other news, emacs 24 is to be renamed "egacs" because the previous snarky backonym of "Eight Megabytes and Continually Swapping" is now the average footprint of "Hello World".
Re: (Score:2)
In other news, emacs 24 is to be renamed "egacs" because the previous snarky backonym of "Eight Megabytes and Continually Swapping" is now the average footprint of "Hello World".
That's a invidious lie! It stands for "Escape Meta Alt Control Shift", and that's still a valid criticism (and I admit I really like emacs); there's only one shift-like key on this keyboard that it doesn't use and that's only because it's a laptop and so needs to put some functionality off a special "Function" shift...
Re: (Score:3, Insightful)
"Bloatware == slowness" is a misguided generalization.
Emacs actually is the classic example of bloatware. It doesn't matter that the bloat is fast. What matters is that when you try to change an option you discover that you have 5-10 micro-options + hooks + extra bunch of options for different modes you might happen to use. And none of their combination leads to desired result. Then you turn to lisp - hopping to tap into the programmability of Emacs - just to discover that every tiny thing has already l
23? (Score:2)
I seriously doubt Alan Cox is going to upgrade (Score:5, Funny)
I seriously doubt Alan Cox is going to upgrade
I've been running emacs 23 for 2 years ... sorta (Score:4, Interesting)
M-x version gives me "GNU Emacs 23.0.0.2 (i686-pc-linux-gnu, GTK+ Version 2.10.6) of 2007-01-18". This is a version I checked out from emacs CVS on that date, compiled with GTK support and antialiasing (at least one, possibly both of which were experimental at the time) and have been using this version ever since. I've been sticking to it because of the antialiasing, basically. Whenever I start it up it displays a warning about how it might be horribly unstable, eat my data, etc.
But I have found it to be remarkably stable - much more so than many / most final releases of software. I can probably count the crashes I've had from it on my fingers - in unary, not binary, for the benefit of any pedants out there. If the final release is at least as good as the random CVS checkout I have then it ought to be pretty good! To be fair it sounds like lots of features have been added since my checkout ...
On the basis of my experience I will consider testing CVS versions of emacs in future if they have useful features that I need. Obviously still gotta take care with that vital data when doing so, my good experiences notwithstanding!
On a side note, the emacs versioning system is amusing in itself ... IIRC they were numbering the releases 0.x and working up to 1.0 as normal. But it took so many releases that they ended up just dropping the "0." designation and calling it "x" instead. Which is why emacs is at version 23 where vim (on my machine) is only at 7.2 and nano at 2.0.9 ;-)
Word wrapping (Score:3, Interesting)
How about adding word wrapping when displaying? My local emacs expert wasn't even able to do that, but MS Notepad can do it. It's really useful for editing latex documents where your want a paragraph on a single line (that makes it much easier to search for phrases).
Re: (Score:3, Informative)
M-x auto-fill-mode
Re: (Score:2)
That's not the same thing. For
starters it only works on a line
by line basis, and changes to a
line in the beginning of a
paragraph don't affect the
formatting of lines further
down in the paragraph. You still
have to manually invoke M-q to
refill the paragraph in that
situation.
Furthermore it inserts actual
newline characters at the column
limit, which is really annoying
when editing or displaying the
document in other applications.
Re: (Score:3, Informative)
C-h f visual-line-mode
----
visual-line-mode is an interactive compiled Lisp function in
`simple.el'.
(visual-line-mode &optional arg)
Redefine simple editing commands to act on visual lines, not logical lines.
This also turns on `word-wrap' in the buffer.
It is even right there on the menu (Options->Line Wrapping...->Word Wrap).
Re:Word wrapping (Score:5, Informative)
1. M-x visual-line-mode RET (or Options->Line Wrapping->Word Wrap)
2. Live happily ever after.
Re: (Score:2)
That sounds great. This must be new in emacs 23 - I can't see it in 22.2.1 I have here.
Re: (Score:3, Informative)
One question (Score:3, Funny)
Does the feature list include "Shortcuts that make sense to humans who never used the 30-year old keyboards that were around when RMS was hacking on TEX"?
Until I stop seeing Emacs primers that start with advice to start remapping my keyboard, I'll pass.
Does not compile "out of the box" in Mac OS X 10.5 (Score:2)
The image libraries for jpeg and tiff are not by default in OS X 10.5.7. You have to pass the configure flags --with-gif=no --with-jpeg=no to get it to compile.
Emacs? Bah! (Score:4, Funny)
Emacs is merely a TECO macro.
Given enough random characters and memory space, TECO can simulate the human brain.
--
BMO
Will it be much better than 22? (Score:2)
Because (at least in Debian Lenny) I am still using 21 because 22 hasn't been working out so well.
Lots of problems, eg find-grep-dired not finding any results at all.
I uninstalled 22 and installed 21 instead, now my find-grep-dired is working again...
Runs in the background.... (Score:2, Insightful)
Also, there is support for starting emacs in the background, so you can pop up new emacs windows in the blink of an eye.
It will be a sad day indeed when I have to run my text editor in the background just so it will start up in a reasonable amount of time.
Fortunately, I use Vim, so that day is further off.
(s-print) is undefined? (Score:2)
They might want to choose another image---the command entry area in the image of emacs [blogspot.com] on the linked page has an error in it: "(s-print) is undefined".
ViM needs fewer versions (Score:3, Funny)
Re:Decent text editor still not included right? (Score:5, Insightful)
emacs is what happens when a project goes too far beyond its intended purpose.
It's a frikken text editor for God's sake. If it's not a text editor any longer, and is now the beginning of its own OS, then let it be identified as such. I mean my god, the extensions this thing can have? Calendar/Planners? I like advanced text editing functions as much as the next guy... maybe some useful macros here and there... but this is just ridiculous. How long will it be before Microsoft starts seeing emacs as a threat to Windows + Office?
Re:Decent text editor still not included right? (Score:5, Funny)
emacs is what happens when a project goes too far beyond its intended purpose.
Why do you feel that emacs is what happens when a project goes too far beyond its intended purpose?
Re:Decent text editor still not included right? (Score:4, Funny)
Because it includes an "Eliza style bot" that acts like a Rogerian therapist, that's why.
Re: (Score:3, Funny)
Tell me more about an "Eliza style bot" that acts like a Rogerian therapist, that's why.
Re: (Score:2)
When it's too late.
Re:Decent text editor still not included right? (Score:5, Insightful)
Correct: Emacs is a text editor. And guess what: a calendar consists of text. Plans consist of text. So are emails and newsgroup contents. Source code, XML data files, patches, changelogs, directory listings, version control messages, compilation messages, are all text.
Re: (Score:2)
I find the improvement is, when they ARE represented as text, you can use your own customized powerful set of keybindings and macros written in a Turing-complete language with a WIDE degree of hooks expressly designed for manipulating text.
Emacs is an amazing hammer, so it's more appeali
Re:Decent text editor still not included right? (Score:4, Insightful)
Actually, it might. For instance, Emacs 23 includes support for SVG, and SVG code consists of human-readable text. So if you need to change some parameters in an SVG image, such as its width or height, you can open it in Emacs, type C-c C-c to switch to text representation, perform your edits, and type C-c C-c again to instantly view the result.
Re: (Score:2)
The brilliant guy who decided a xbm file should easily be able to double as a c header file thought so. I agree with him. Am I gonna go flipping bits in the textual representation of an image? No, but it's nice to know I can easily read meta data in my text editor, see if there is some obvious corruption in a file or just include it as a resource in my program.
Re: (Score:2)
if it's not a text editor any longer, and is now the beginning of its own OS, then let it be identified as such.
Linux started as a terminal emulator....
Re: (Score:3, Informative)
feature creep
Definition from Wiktionary, a free dictionary
Jump to: navigation, search
English
Noun
Singular
feature creep
Plural
uncountable
feature creep (uncountable)
1. The tendency of a design project or product cycle to accumulate more and more features or details, rather than to be completed and released at a more basic level.
Examples: Emacs
[edit] Synonyms
* creeping elegance
Re: (Score:2)
I remember a great AIM client for it (tnt I think)
Yep. Kids these days can use M-x twit-show-recent-tweets. Nope, I'm not kidding [blogspot.com].
Re: (Score:2)
M-x butterfly
Knowing emacs, to actually issue that command, you would have to press all those buttons at once.
Re: (Score:3, Informative)
M-x butterfly
Knowing emacs, to actually issue that command, you would have to press all those buttons at once.
Never following M-x; that let's you just type in the command name. (M-: is even better; lets you type raw elisp...)
Re: (Score:2)
Re: (Score:2, Funny)
And then, obligatory Bilo & Nano:
http://en.tiraecol.net/modules/comic/comic.php?content_id=2&mode=flat&order=0 [tiraecol.net]
Re: (Score:2)
Real programmers use ed.
Fixed that for you.
Re: (Score:2)
Re: (Score:3, Insightful)
Re:Now finish HURD please (Score:4, Funny)
Re: (Score:3, Insightful)
Totally serious question: do you guys really use emacs (or even vi, etc) to write code rather than a modern Studio/IDE?
Yes. [kdedevelopers.org] The typical reasons (aside from Luddite tendencies and comfort) include