Difference between revisions of "GNU Emacs 24"

From WikEmacs
Jump to navigation Jump to search
m (→‎Further reading: key convention)
Line 19: Line 19:
 
* [http://www.masteringemacs.org/articles/2011/12/12/what-is-new-in-emacs-24-part-2/ what is new in emacs 24 part 2]
 
* [http://www.masteringemacs.org/articles/2011/12/12/what-is-new-in-emacs-24-part-2/ what is new in emacs 24 part 2]
 
* [http://batsov.com/articles/2011/08/19/a-peek-at-emacs24/ a peek at emacs24]
 
* [http://batsov.com/articles/2011/08/19/a-peek-at-emacs24/ a peek at emacs24]
 +
 +
== See also ==
 +
[[Versioning of Emacs]]
 +
 +
[[Category:Emacs]] [[Category:Emacs History]]

Revision as of 19:54, 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.

Reference

See also

Versioning of Emacs