unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* align values in a lisp let form
@ 2005-09-23  0:01 Kevin Ryde
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Ryde @ 2005-09-23  0:01 UTC (permalink / raw)


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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-09-26 19:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.8151.1127433756.20277.help-gnu-emacs@gnu.org>
2005-09-24 16:38 ` align values in a lisp let form Stefan Monnier
2005-09-26 19:23 ` Alan Wehmann
2005-09-23  0:01 Kevin Ryde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).