Slashdot Log In
GNU Coughs Up Emacs 22 After Six Year Wait
Posted by
ScuttleMonkey
on Mon Jun 04, 2007 05:00 PM
from the hopefully-worth-waiting-for dept.
from the hopefully-worth-waiting-for dept.
lisah writes "After keeping users waiting for nearly six years, Emacs 22 has been released and includes a bunch of updates and some new modes as well. In addition to support for GTK+ and a graphical interface to the GNU Debugger, 'this release includes build support for Linux on AMD64, S/390, and Tensilica Xtensa machines, FreeBSD/Alpha, Cygwin, Mac OS X, and Mac OS 9 with Carbon support. The Leim package is now part of GNU Emacs, so users will be able to get input support for Chinese, Tibetan, Vietnamese, Thai, Korean, and other languages without downloading a separate package. New translations of the Emacs tutorial are also available in Brasilian Portuguese, Bulgarian, simplified and traditional Chinese, Italian, French, and Russian.'"
This discussion has been archived.
No new comments can be posted.
GNU Coughs Up Emacs 22 After Six Year Wait
|
Log In/Create an Account
| Top
| 500 comments
(Spill at 50!) | Index Only
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Nobody Cares. (Score:5, Funny)
Re:Nobody Cares. (Score:5, Insightful)
(http://www.creimer.ws/ | Last Journal: Friday January 26 2007, @12:40PM)
You're so lucky (Score:5, Funny)
(http://plumebarbare.com/)
My programming instructor said he had an evil boss at a government job who made him use Emacs.
You're lucky. *My* evil boss makes me edit Java and XML with Excel.
We were always using VI (Score:5, Insightful)
Emacs 22 took six years, just to find anything Emacs 21 didn't already offer...
Re:We were always using VI (Score:4, Interesting)
(http://thewaxwingslain.com/)
I got stuck in a thunderstorm riding home from work on my bike and I'm too beat to read TFA. Is there any new reason for a Linux noob to take a second look at emacs?
I just got my music/video Linux production machine (Ubuntu) set up and I'm high off my success getting my pro audio interface to work, so I'm willing to take on a mild Linux challenge.
Re:We were always using VI (Score:5, Informative)
Really, there's nothing in Emacs to figure out - since it has a menu, you can save and so faroth using that, if you don't feel like learning the keyboard commands (whch have a huge amount of depth and are logically organized).
You load files and the appropriate mode should be applied. You get more out of it if you learn some modal specific commands (like autoflow comments in C mode) but you can always go without them.
The feature I still find most powerful is macro recording, if you ever decide to go in for a second look - C-x ( starts a key board macro, C-x ) ends recording, and C-x e runs the macro you last recorded.
Re:We were always using VI (Score:4, Informative)
Re:Another keyboard shortcut (Score:4, Funny)
Re:We were always using VI (Score:4, Informative)
Re:We were always using VI (Score:5, Insightful)
Re:We were always using VI (Score:5, Funny)
Emacs 22 took six years, just to find anything Emacs 21 didn't already offer...
Sure. Now maybe that they're done with that, they'll finish Hurd.
Re:We were always using VI (Score:5, Funny)
If you have Emacs, you don't need Hurd.
obligatory (Score:5, Funny)
vi-mode for Emacs, the code (Score:4, Funny)
(http://www.dina.kvl.dk/~abraham/)
Here is vi-mode for emacs (with apologies to Erik Naggum):
(defun vi-mode ()
(interactive)
(use-global-map (make-keymap))
Whatever you do, it will just beep annoyingly at you.
Re:Nobody Cares. - my experience (Score:5, Interesting)
In the beginning emacs more than delighted with built-in debugger/mail/sokoban/all-language-modes and then I learned the power of lisp. Google for 5 minutes and then you can have your own scripts built in the editor to rotate the selection, crop 20% of the text from left, tranlsate the remaining junk into Russian and then to Polish or whatever you want, power is immense! Over time my
But, lately I've been thinking about converting to vim family. Vim is what I like in real life - quick (way faster than emacs), not-bloated (still in MBs) and above all cool features. In retrospect, emacs seem to be developed as really bloated thing, include all, nasty to use keyboard shortcuts (although I have replaced all of them with my custom settings).. things that you expect to get on your 10GB windows vista (RMS, pls pardon me for this insane comparison).
OTOH, vim has a taste of elegance, at least in default keyboard shortcuts.. that are rarely longer than 3-4 char. Looks like the developer really cared for what user really needed rather than stuffing everything down the throat. But, my tipping point was vim7.0's "time undo feature" -- something like you tell ":earlier 5m" and it'll take you (or rather your file) 5 minutes back in time. I'm sure I can do same thing in emacs after spending 2 hours on google and adding 10 more lines to
So, here I am in middle of my biggest decision of my life - should I continue emacs, where I am a power user or should I join enemy's camp.
PS: emacs users, pls dont kill me.. I have not YET switched and still visit emacs church. Vim user, you dont kill me either for I am your potential convert. Thanks!
Re:Nobody Cares. - my experience (Score:4, Funny)
Re:Nobody Cares. - my experience (Score:5, Insightful)
vim is an editor that can be used as an ide. Emacs is an ide that can be used as an editor.
I can honestly recommend vim for use on every platform it supports, which is pretty much all of them, including amiga.
The only warning I would give is: bring patience with you. vi and vim do not become powerful until you become proficient at the keyboard commands, the modal system, and the command line commands. vim has a menuing system, but if you are a menu-only type of guy, why subject yourself to a new set of menus?
If you do not love and believe in vi's modal editing enough to learn it, use another editor.
pb
Re:Ah yes, the vi editor ... (Score:4, Informative)
(http://www.smileystation.com/)
As with many bizarre bits of vi, the answer seems to be historical. Early terminals of course did not have arrow keys. The hjkl keys actually had arrows on them, so it made sense then.
Same goes for the escape key; it was where Tab is now, so it was easier to hit. (Now I find ctrl-[ easier to hit than escape.)
Re:Nobody Cares. - my experience (Score:5, Interesting)
(http://www.smileystation.com/)
OTOH, vim has a taste of elegance, at least in default keyboard shortcuts
That is interesting because I see things in the opposite way.
I have been using vim pretty much since I started using Linux a few years ago. My use is limited to some elementary programming (see sig) some long XML documents, config file editing and, more recently, email in Mutt. I'd say my Vim knowledge is pretty elementary, and I am learning new things all the time.
When I first used Linux, I wanted to learn Emacs. Vi has a reputation of being mean and unfriendly. But something about Emacs just wasn't clicking with me, while the Vim tutorial was easy to follow. The commands were cryptic at first, but I soon realized how quickly I could get around a file with them, even with just rudimentary knowledge.
Every so often I take another look at Emacs. Most recently it was because shells seem to work better with Emacs key bindings (they usually have vi bindings, but I don't find they work as well at the command line.) I figured that if I was going to learn Emacs bindings, I might as well take another look at Emacs.
My most recent impression of Emacs is that the basics of the editor are much more well-designed and integrated than Vim. Vim is descended from Vi, which is descended from Ex, which comes from Ed...so there is a lot of editor history and cruft and weirdness in there. Recently I've been digging through the Ex and Ed manpages, which helps me understand Vim better. But yikes, that old line-editor history is still deeply in Vim, and it is very apt to say that the the visual part of Vim is "bolted on" to Ex.
Emacs on the other hand does not seem to have this crazy history. It seems to do many things smoothly that were later added to Vim, such as editing multiple buffers. Basic functionality like searching is easier to understand--Vim's distinction between "magic" and "nomagic", for example, took awhile for me to understand (of course, it exists in part due to compatibility with the ancient regular expressions found in Ed.)
In short, the core of Emacs seems to me to be designed, while the core of Vim seems haphazard and bolted together like a historical crazy quilt.
However, where this changes is with more advanced functionality. Features such as folding and (more recently) spell checking are built in to Vim. Emacs can do these things, sure. But you have to rely on modes. Good luck finding modes and then, if you find them, good luck documenting them. Furthermore, it often seems that doing something more advanced with Emacs requires learning Emacs Lisp, where the functionality will be built-in to Vim. I don't want to have to learn to program my editor just so I can smoothly edit a file.
So, the core of Emacs seems to me to be better designed, while when it comes to more advanced functionality, Vim wins. So Vim is harder to learn, but easier to use and grow with once you get the hang of it.
A couple of final notes. Vim's documentation is much better than Emacs. Bram has done a fantastic job by writing two manuals--the user guide, to get you started, and the reference manual to exhaustively explain everything. Emacs has only one manual. Further, Bram has documented all of Vim, including the advanced functionality. Since the advanced stuff is not built in to Emacs--it uses modes instead--good luck getting good documentation to go along with advanced Emacs usage.
Also, some people compare Emacs and vi. That is an easy contest--Emacs wins hands down. I installed nvi just to see what it would be like, and the lack of documentation alone makes it very hard to use. Thus emacs versus vi is a bogus comparison. Vim is the standard bearer now.
Just my $.02; I hope an Emacs user offers a re
Re:Nobody Cares. (Score:4, Funny)
(http://slashdot.org/~joe_bruin/ | Last Journal: Wednesday April 14 2004, @09:25PM)
You shouldn't boot emacs right away (Score:4, Funny)
(http://plumebarbare.com/)
Re:Nobody Cares. (Score:4, Insightful)
Re:Nobody Cares. (Score:5, Insightful)
(http://www.emacswiki...iki/ChristopherSmith | Last Journal: Wednesday November 07, @07:35AM)
May the icon factories currently stuffing lesser programming tools with meaningless little objects of idolatry never pollute your conscious with bric-a-brac.
May you never touch an editor that is less than extensible, customizable, self-documenting, and resplendent, whether dressed in an X session or a humble terminal.
And may e vi l never your doorway darken, though emacs has a mode to help your recovery therefrom.
Anti-aliased / subpixel rendered fonts on linux (Score:3, Informative)
Re:Anti-aliased / subpixel rendered fonts on linux (Score:4, Insightful)
Emacs is a really powerful tool once you get the hang of it. It has absolutely unparalleled support for chopping/dicing/splicing and otherwise throwing text around really fast without ever taking your hands of the keyboard. And Emacs has language-aware modes for a whole bunch of different languages.
I used to use vi when I was on linux, and it was an excellent tool. When I first got my Macs, I used TextMate, which was all the rage among Mac users. Somebody turned me on to Emacs not too long ago, and I haven't looked back. It's just very well-designed for working on large amounts of code, and scales way better than TextMate ever did (tabs become useless when you're working on dozens of files!).
That said, the learning curve for Emacs is *steep*. It's definitely a "hands off the mouse" kind of system. It took me a month and 2000 lines of code before I was really comfortable with it, and I still haven't tapped a fraction of its full power!
Don't forget (Score:5, Insightful)
Re:Don't forget (Score:5, Funny)
(http://algoritmico.blogspot.com/ | Last Journal: Tuesday February 07 2006, @02:46PM)
Yep... And Debian has just released another stable, just a bit more than a year after the last one... And the new emacs is released... What is up with all those things?!?!?! Will we have perl6 and hurd released now?!?!?!
The world is a crazy place.
Feature Rich (Score:5, Funny)
(http://www.legalresourcecentre.ca/)
Re:Feature Rich (Score:5, Funny)
Once that's implemented, the whole vi vs. Emacs thing is over.
Hot asian girlfriend FTW!
Re:Feature Rich (Score:4, Funny)
(http://www.tanningbeds4less.com/ | Last Journal: Sunday November 05 2006, @07:23AM)
But she would be open source, so you could change those features.
Re:Feature Rich (Score:5, Funny)
(http://www.legalresourcecentre.ca/)
So we could be talking about a chunky girl with mosquito bites, and a mouth full of crooked teeth, a strict no-sex-before-marriage policy, and a really foul attitude... Like the kind that would be all screaming at you in Cantonese every night, unless you cater to her every whim, as uttered in broken, thickly-accented English - and then if you give her the boot she sneaks back into your place and steals or destroys all your stuff...
See? SEE? Now do you understand why it's important to clearly and thoroughly define the requirements of your software before coding begins?
I prefer my personal impelmentation of "5'4 Asian Girl Friend v10.0". It's a great improvement over "5'3 blonde German Girl friend v9.5" who was actually an upgrade on "5'5 filipina stripper Girl Friend v6.9". I still fondly remember the one I started with "5'1 half filipina half chinese Girl friend v.5.0" however that implementation was not as asthetically pleaseing as the other three and came with "waiting for marriage" DRM but was more stable then two of the other three.
The current one ("5'4 Asian Girl Friend v10.0") is both stable, DRM free, include the "hot" feature and "sane" feature which some of the previous versions lacked. I was thinking of trying make the "threesome" feature but I might be pushing my luck
He didn't say "hot" (Score:5, Funny)
(Last Journal: Tuesday October 30, @10:59AM)
Vi asian girlfriend just stands there looking pretty, but if you thought you were going to get anything done, you're sadly mistaken. It'll take you a week to figure out how to get that dress off...
Vim asian girlfriend will do anything you ask, as soon as you learn the language. Fortunately, most of us know words like "Bukakke" already, and it doesn't take much.
Re:He didn't say "hot" (Score:5, Funny)
Re:Feature Rich (Score:5, Funny)
(Last Journal: Friday October 19, @09:21PM)
Y'know... (Score:5, Funny)
So EMACS really is like an operating system... (Score:4, Funny)
(http://jjjiii.livejournal.com/)
But who shed more features before going gold?
Obligatory flamebait (Score:5, Funny)
(http://www.alioth.net/ | Last Journal: Friday November 09, @03:53PM)
Or is it just now Eight Hundred Megs And Constantly Swapping?
Re:Obligatory flamebait (Score:4, Informative)
So it is quite ironical that emacs used to be a pig, but nowadays is lean and mean compared to most other editors. Still it is more powerful than most.
Re:Obligatory flamebait (Score:4, Funny)
(http://www.uio.no/~jaris)
I love the headline (Score:3, Funny)
(http://nizo.deviantart.com/gallery/ | Last Journal: Thursday November 08, @09:27AM)
On the upside, matching our carpet to the color of the catfood has turned out to be a brilliant strategy so far.
Number One (Score:4, Funny)
(Last Journal: Saturday February 08 2003, @08:12PM)
Ok, but does it include... (Score:3, Funny)
(http://127.0.0.1/)
For those of you...., (Score:4, Funny)