help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

align values in a lisp let form


From: Kevin Ryde
Subject: align values in a lisp let form
Date: Fri, 23 Sep 2005 10:01:39 +1000
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Is there a way to align values in a let when editing, ie. to go from

    (let ((x 1)
          (foo 2)
          (zz 3))

to

    (let ((x   1)
          (foo 2)
          (zz  3))

I made myself a bit of code to do it, but I'd be surprised if nobody
else has done something like this before.  align.el doesn't seem to
suit.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]