Difference between revisions of "GNU Emacs 24"

From WikEmacs
Jump to navigation Jump to search
m (update emacs version to 24.3)
m (update for 24.4)
Line 1: Line 1:
[[GNU Emacs]] 24.3, released on March 11, 2013
+
The most recent version is [[GNU Emacs]] 24.4, released on October 21, 2014.
  
 
== Where to get ==
 
== Where to get ==

Revision as of 05:27, 30 November 2014

The most recent version is GNU Emacs 24.4, released on October 21, 2014.

Where to get

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.

Reference

See also

Versioning of Emacs