Difference between revisions of "GNU Emacs 24"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
=== Package Management === | === 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. | + | Emacs now ship with a [[Package.el|Package Management]] package, An official package repository is also setup by [[GNU]], you can also add more repository. |
=== Lexical scope in Emacs Lisp=== | === Lexical scope in Emacs Lisp=== |
Revision as of 18:19, 30 March 2012
GNU Emacs major version 24 is expected to release in 2012.
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, Dynamci scope is still the default.
Custom color themes
Emacs now has a native Theme customization support.
Further reading
- GNU Emacs News, accessed by [c-h n] (or M-x view-emacs-news) in Emacs.