Storm's Emacs Resources
Emacs Lisp Packages
Over the years, I have written quite a few packages for GNU emacs.
So far, only a few - but important - packages have been released and
are actively maintained through this site. Check back regularly for
updates and other packages as I make them ready for publication.
For a very comprehensive list of Emacs Lisp packages, check out
Stephen Eglen's
Emacs Lisp List.
Package |
Brief Description |
More info |
cua.el
Release 2.10 2002-01-08
|
CUA mode provides a complete emulatation of
the standard CUA key bindings (Motif/Windows/Mac GUI) for selecting
and manipulating the region where S-<movement> is used to
highlight & extend the region and (almost)
transparently allows you to use the C-z, C-x, C-c, and C-v keys as
you are accustomed to on systems like Windows.
In addition to the basic functionality, CUA-mode has integrated rectangle and register support,
as well as a global mark feature - all using C-x, C-c and C-v
(or C-w, M-w and C-y if you prefer) rather than the normal plethora of obscure key sequences!
Read more...
|
Description
Installation
Changelog
|
ido.el
Release 1.56 2002-01-05
|
IDO is my "interactively do" package which provides replacements for
the switch-buffer and find-file functions (and the various versions
of these functions) for switching between buffers and opening files
with an absolute minimum of keystrokes.
Actually, ido is a superset of iswitch-buffer enhanced with similar
functionality for find-file and dired.
Read more...
|
Description
Installation
Changelog
|
All software released throught this site is:
© Copyright 1985-2010 Kim F. Storm. All rights reserved!
|