unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kevin Ryde <user42@zip.downwithspam.com.au>
Subject: align values in a lisp let form
Date: Fri, 23 Sep 2005 10:01:39 +1000	[thread overview]
Message-ID: <87mzm4ps7w.fsf@zip.com.au> (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.

             reply	other threads:[~2005-09-23  0:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-23  0:01 Kevin Ryde [this message]
     [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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mzm4ps7w.fsf@zip.com.au \
    --to=user42@zip.downwithspam.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).