From: Jambunathan K <kjambunathan@gmail.com>
To: Raffaele Ricciardi <rfflrccrd@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: `align-regexp' fails in Lisp code
Date: Fri, 12 Jul 2013 18:48:47 +0530 [thread overview]
Message-ID: <87wqovc3wo.fsf@gmail.com> (raw)
In-Reply-To: <b43n5vFe8o1U1@mid.individual.net> (Raffaele Ricciardi's message of "Wed, 10 Jul 2013 02:11:42 +0200")
Run the command as usual
M-x align-regexp RET
Let Emacs tell you what the lisp representation of it is. Do
M-x list-command-history RET
you will find your very recent command there.
Copy, paste that stuff, do some modifications for the region portion and
your are done.
----------------------------------------------------------------
You can also get the lisp representation with
M-x repeat-complex-command RET
M-p
M-p
etc
until you find what you want.
Raffaele Ricciardi <rfflrccrd@gmail.com> writes:
> Hello everyone,
>
> I'm trying to run `align-regexp' from Lisp code, but it fails with
> the error "align-region: Marker does not point anywhere".
>
> Here is the specification of `align-regexp':
>
> ---
>
> (align-regexp BEG END REGEXP &optional GROUP SPACING REPEAT)
>
> Align the current region using an ad-hoc rule read from the
> minibuffer. BEG and END mark the limits of the region.
>
> ---
>
> Here is my Lisp code:
>
> (align-regexp (point-min) (point-max) " hides ")
>
> Marking the whole buffer and calling `align-regexp' interactively does
> work, though.
>
> Tried with "emacs -Q". I'm using GNU Emacs 24.3.1.
>
> Thank you for your attention.
prev parent reply other threads:[~2013-07-12 13:18 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-10 0:11 `align-regexp' fails in Lisp code Raffaele Ricciardi
2013-07-10 2:58 ` Leo Liu
2013-07-10 3:14 ` Michael Heerdegen
2013-07-11 11:55 ` andrea crotti
2013-07-11 12:02 ` Nicolas Richard
[not found] ` <mailman.723.1373426169.12400.help-gnu-emacs@gnu.org>
2013-07-11 23:29 ` Raffaele Ricciardi
2013-07-12 0:26 ` Michael Heerdegen
[not found] ` <mailman.883.1373588795.12400.help-gnu-emacs@gnu.org>
2013-07-12 13:04 ` Raffaele Ricciardi
2013-07-12 23:16 ` Michael Heerdegen
2013-07-10 3:14 ` Le Wang
2013-07-12 13:18 ` Jambunathan K [this message]
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=87wqovc3wo.fsf@gmail.com \
--to=kjambunathan@gmail.com \
--cc=help-gnu-emacs@gnu.org \
--cc=rfflrccrd@gmail.com \
/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).