[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
align-let.el - lineup values in a "let" form
From: |
Kevin Ryde |
Subject: |
align-let.el - lineup values in a "let" form |
Date: |
Thu, 12 Jan 2006 08:51:55 +1100 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) |
This is a spot of code for aligning the values in a let form, like
(let ((x 1)
(foo 2)
(zz (blah)))
...)
It's designed for Emacs 21 and works with elisp and scheme, probably
other lisp dialects too.
Sexp funcs are used to examine the form, to cope with strings,
multi-line value forms, etc, but that does mean you need to have your
parens balanced.
The .asc is a gnupg ascii-armoured signature for the .el, made from
my key at savannah,
http://savannah.gnu.org/people/viewgpg.php?user_id=2403
align-let.el
Description: application/emacs-lisp
align-let.el.asc
Description: Text document
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- align-let.el - lineup values in a "let" form,
Kevin Ryde <=