Earlier quoted context omitted.
Someone please try the emacs as init with this release.
Someone's already tried this. http://www.informatimago.com/linux/emacs-on-user-mode-linux....
Emacs 24.4 released
81–90 of 177 posts
Re: Emacs 24.4 released
#82Earlier quoted context omitted.
Nope, it's mostly a Lisp interpreter. Stallman had to build some of the low-level stuff in C then he built the rest of the editor in Lisp. "We used the same idea here (in the hybrid technique), that most of the editor would be written in Lisp, but certain parts of it that had to run particularly fast would be written at a lower level" http://www.gnu.org/gnu/rms-lisp.html That's the beauty of Emacs. Considering that h…
There's some kind of paradox here. You say it's mostly a lisp interpreter, but then, also, mostly editor functionality written in lisp. I'm not sure you can have it both ways...
Re: Emacs 24.4 released
#83Besides emacs 24.4 being an awesome release by itself, it also means esr can finally transition the development to git. That will render the project a lot more accessible for new developers and ad-hoc bugfixing.
It is remarkably fast compared to the bzr repository. ESR's conversion takes 10 hours to complete.
Re: Emacs 24.4 released
#84Earlier quoted context omitted.
Well it is limited by Emacs' display engine. It is obviously not supposed to replace your default browser. But it is usually good enough to view html documentation. Which is really something you want inside your editor.
Actually - it would be cool if there was something that allowed you to render markdown atleast. Also, is this display limitation a function of the OS? In which case, shouldn't Cocoa/GTK or other versions not have this issue and be able to actually embed nicer rendering in there with nice fonts?
Re: Emacs 24.4 released
#85I'm a comparative youngin to most of the people here, and I've never tried emacs. I'd like to learn my way around it someday, but I don't know how high of a priority I should place on it. I've managed to pick up enough vim to make my life easier, would learning my way around emacs also get me a productivity boost? How good is evil mode?
What you should perhaps be more concerned about is whether you will be able to go back to a plain text editor, once and if you choose to go down this rabbit hole..
Re: Emacs 24.4 released
#86I'm a comparative youngin to most of the people here, and I've never tried emacs. I'd like to learn my way around it someday, but I don't know how high of a priority I should place on it. I've managed to pick up enough vim to make my life easier, would learning my way around emacs also get me a productivity boost? How good is evil mode?
Re: Emacs 24.4 released
#87I'm a comparative youngin to most of the people here, and I've never tried emacs. I'd like to learn my way around it someday, but I don't know how high of a priority I should place on it. I've managed to pick up enough vim to make my life easier, would learning my way around emacs also get me a productivity boost? How good is evil mode?
I also do a lot of iOS development, and, I do 95% of editing in Xcode, and 5% in Emacs. A nice thing about Emacs is, if you're on a Mac, is that Mac OS uses most of Emacs' movement keybindings, so even when I'm in Xcode (or any other app for that matter), I can still use my Emacs muscle memory.
I'm not that young; 6 years ago I was 30, and I'm very happy I decided to learn Emacs; no regrets. It's still paying dividends today and will continue to for the foreseeable future.
Re: Emacs 24.4 released
#88I've been going off like a broken record in the comment pages for these posts, since I'm such an Emacs fanatic. But I'll say it again, this release is great! Rectangular mark mode, better web browser -- Emacs hasn't stopped getting better
Hah, seems like an argument for vim.
Re: Emacs 24.4 released
#89> A built-in web browser (M-x eww) What ! Anyone has screenshots of that? Is there a windows release somewhere?
Is it me or is that browser (after looking at the screenshot) really "eww"?
On my Mac for example, the text in Emacs is just as good looking (and in fact is indistinguishable from) the text in a native Apple application like TextEdit or Terminal.app.
Either the resolution of this screenshot has been scaled down in a way that makes diagonal lines jagged, or this particular Emacs has been configured not to use anti-aliasing of text.
Some Linux users prefer or at least are used to it that way.
On X, anti-aliasing (in the form of XFT) did not become available in an Emacs release till the relatively late date of Jul 2009. (It became available in pre-release versions of Emacs about 15 months before then.)
Re: Emacs 24.4 released
#90In Emacs 23 and below (for as long as I've used Emacs), I would change buffers by hitting F10-b (F10 brings up menu, b is shortcut for Buffers).
Then there is a nice little list of open buffers and the first letter of the filename is usually the shortcut to switch to that buffer.
This made it really fast to switch back and forth between multiple files (I want to go to index.html == F10-b-i ; now I want to switch back to about.html == F10-b-a), it was very simple.
Emacs 24 changed that behavior and so the quick switching between buffers based on the first letter of their filename went away.
Does anyone else know what I'm talking about? Is it possible to get the previous behavior in 24? I'm slowly finding packages that won't compile in Emacs 23 anymore b/c they depend on new Emacs 24 elisp functions. I only ever use Emacs from inside a terminal (emacs -nw), so that's why I'm navigating buffers by the F10 menu.
EDIT: Well, I may be an idiot. I just downloaded the latest 24 build and it seems to be working as before again! Not sure when this changed, but maybe this is now a non-issue. I feel a bit silly, but maybe this will help someone else?