GNU Emacs 23.2 released
21–30 of 90 posts
Re: GNU Emacs 23.2 released
#22Can 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?
Re: GNU Emacs 23.2 released
#23Can 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?
In short, give either a shot. You might find it does everything and more that your current editor does. Neither be 100% comfortable to you over night, but in time you'll wonder why you worked with anything else.
Re: GNU Emacs 23.2 released
#24The 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
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...
Re: GNU Emacs 23.2 released
#25Can 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?
The gist is that these editors are both customizable to the extent that proficient users don't see the need to go elsewhere. They're both keyboard driven, so one finds their productivity soaring as their dependency on the mouse decreases. They're text oriented, so moving around and manipulating text is much more natural and speedy than other modern editors. In short, give either a shot. You might find it does everyth…
Re: GNU Emacs 23.2 released
#26Mac OS X users can get a binary at http://emacsformacosx.com/ .
Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000002, 0x0000000000000000 Crashed Thread: 0
Dyld Error Message: unknown required load command 0x80000022
I guess it is for 10.6 only?
Re: GNU Emacs 23.2 released
#27Earlier quoted context omitted.
That doesn't appear to be true. From http://www.mscs.dal.ca/~selinger/md5collision/ : It is now well-known that the crytographic hash function MD5 has been broken. [...] The following is an improvement of Diaz's example, which does not need a special extractor. Here are two pairs of executable programs (one pair runs on Windows, one pair on Linux) [...] Here, you can download the software that I used to create MD5-co…
The person doing the spoofing has to create both of the files. You can't take an existing file created by a third party, and then generate a collision against it (yet).
Re: GNU Emacs 23.2 released
#28Re: GNU Emacs 23.2 released
#29Earlier quoted context omitted.
Can you give me a situation where you would need more space ?
- Viewing/modifying a fasta file containing human chromosome data - Extremely large log files Why not use less? Because it's ugly and does not allow me to edit or copy specific sections out. I like having the full power of a good text editor at my back. I have brought this concern up before, and the excuse I heard was, "Well, you should not have to work with files that large." Seems someone in emacs-land disagrees; n…
Re: GNU Emacs 23.2 released
#30Can 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?