From: gustav@virtutech.com (Gustav Hållberg)
Subject: align-regexp broken in 21.3
Date: 31 Oct 2003 17:58:22 +0100 [thread overview]
Message-ID: <m33cd9pcnl.fsf@localhost.localdomain> (raw)
In GNU Emacs 21.3.1 (i686-pc-linux-gnu, X toolkit)
of 2003-04-03 on localhost.localdomain
configured using `configure --prefix=/usr/local/emacs/21.3 --without-toolkit-scroll-bars'
There's a missing argument to a (message) call in align-region:
--- align.el~ 2003-10-31 17:56:10.000000000 +0100
+++ align.el 2003-10-31 17:45:48.000000000 +0100
@@ -1417,6 +1417,7 @@
(if name
(message
"Aligning `%s' (rule %d of %d) %d%%..."
+ name
rule-index rule-count
(/ (* (- (point) real-beg) 100)
(- end-mark real-beg)))
- Gustav
next reply other threads:[~2003-10-31 16:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-31 16:58 Gustav Hållberg [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-10-31 16:57 align-regexp broken in 21.3 Gustav Hållberg
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m33cd9pcnl.fsf@localhost.localdomain \
--to=gustav@virtutech.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.