GNU Emacs 24
Revision as of 04:58, 9 March 2014 by Holocronweaver (talk | contribs) (update emacs version to 24.3)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
GNU Emacs 24.3, released on March 11, 2013
Where to get
- For debian user, an Emacs snapshot can be found from emacs.naquadah.org.
- Precompiled Binaries of Emacs for Windows
Major Changes
Package Management
Emacs now ship with a Package Management package, An official package repository is also setup by GNU, you can also add more repository.
Lexical scope in Emacs Lisp
Emacs can now eval code in lexical scope, user has to explicit choose bewteen Lexical scope or Dynamic scope by set variable lexical-binding, Dynamic scope is still the default.
Custom color themes
Emacs now has a native Theme customization support.
RTL language support
Emacs now handles RTL languages like Hebrew, Arabic.
Unicode support
Emacs now shows the hex code for non-displaying glyphs instead of the empty block.
Further reading
- GNU Emacs News, accessed by [C-h n] (or M-x view-emacs-news) in Emacs.