Live data from Hacker News

GNU Emacs 24.1 released

lists.gnu.org

1–10 of 79 posts

Re: GNU Emacs 24.1 released

#4
New features:

- New packaging system and interface (M-x list-packages) for downloading and installing extensions. A default package archive is hosted by GNU and maintained by the Emacs developers.

- Support for displaying and editing bidirectional text, including right-to-left scripts such as Arabic and Hebrew.

- Support for lexical scoping in Emacs Lisp.

- Improvements to the Custom Themes system (M-x customize-themes).

- Unified and improved completion system in many modes and packages.

- Support for GnuTLS (for built-in TLS/SSL encryption), GTK+ 3, ImageMagick, SELinux, and Libxml2.

This looks great. :)

Re: GNU Emacs 24.1 released

#8

Woah, emacs lisp now has lexical scoping

Yes, this is pretty radical. More info from the manual:

http://www.gnu.org/software/emacs/manual/html_node/elisp/Usi...

from http://www.gnu.org/software/emacs/manual/html_node/elisp/Lex... -

Such code is also much more friendly to concurrency, which we want to add to Emacs in the near future.

Exciting times ahead ...

Post reply on HN