unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Raffaele Ricciardi <rfflrccrd@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: `align-regexp' fails in Lisp code
Date: Wed, 10 Jul 2013 02:11:42 +0200	[thread overview]
Message-ID: <b43n5vFe8o1U1@mid.individual.net> (raw)

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.






             reply	other threads:[~2013-07-10  0:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-10  0:11 Raffaele Ricciardi [this message]
2013-07-10  2:58 ` `align-regexp' fails in Lisp code 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

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=b43n5vFe8o1U1@mid.individual.net \
    --to=rfflrccrd@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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).