Emacs 22 was officially released yesterday.
Emacs version 22 includes GTK+ toolkit support, enhanced mouse support, a new keyboard macro system, improved Unicode support, and drag-and-drop operation on X, plus many new modes and packages including a graphical user interface to GDB, Python mode, the mathematical tool Calc, the remote file editing system Tramp, and more.
You can get it here.
9 responses so far ↓
Happy happy, joy joy!
Hopefully this will start more discussion of Emacs 22 features on this blog.
Yes, this is long-awaiting release.
I hope, that in near future, release schedules will shorter, and emacs get packaging system that will provide support for many packages, without including them in core distribution
The new release has built-in support for Python, which is good. But there’s no Comment Out Region and Uncomment Region, at least not on the Python menu. These 2 are the commands I use a lot. Anybody know how to use them in emacs v22?
I used to use one of the python-mode packages (http://sourceforge.net/projects/python-mode) on emacs v21. They have these two menu items.
reptile,
M-x comment-regionandM-x uncomment-regionwill do what you desire, but you’ll probably want to bind those to hotkeys. Note: AC-uprefix to comment-region also uncomments (i.e.C-u M-x comment-region).reptile, Ryan: note that if you use transient-mark-mode, `comment-dwim’ may be a nicer solution.
Sean, Good tip.
comment-dwimis bound toM-;too. Very nice; this was new to me, but I’ve already decided to use this to replace my old custom key bindings to comment-region.Sean – very good tip. I have
C-c C-cingrained in my memory since I use it so often in the jde-mode. Thanks.I just installed debian “lenny” which includes emacs 22. There doesn’t seem
to be an info file for emacs. control-H-i just leads me to an FAQ. Two things
I would especially like to know about are commands for calc and using
rectangles in registers.
@Charles Blair: you might want to try C-h-r
Leave a Comment