Live data from Hacker News

GNU Emacs 24.1 released

lists.gnu.org

11–20 of 79 posts

Re: GNU Emacs 24.1 released

#11
post #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 ...

Indeed, will be nice when something blocking in one window doesn't lock up the whole emacs process.

Re: GNU Emacs 24.1 released

#12
post #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-them…

Complete list http://www.gnu.org/software/emacs/NEWS.24.1

Re: GNU Emacs 24.1 released

#15
Awesome release! I've been waiting for this for a long time now. It will be in Arch Linux's repositories in a few hours.

The package system is awesome, no more hassle installing plugins and extensions!

Great job GNU, thank you!

Re: GNU Emacs 24.1 released

#16
post #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-them…

Complete list http://www.gnu.org/software/emacs/NEWS.24.1

You can also find out about the important changes from:

  C-h r m antinews RET
This provides a changelog in the opposite direction, which is entertaining:

  For those users who live backwards in time, here is information about
  downgrading to Emacs version 23.4.  We hope you will enjoy the greater
  simplicity that results from the absence of many Emacs 24.1 features.
-----

It can be found online here:

http://www.gnu.org/software/emacs/manual/html_node/emacs/Ant...

Post reply on HN