unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Gustav Hållberg <gustav@virtutech.com>
Subject: align-regexp broken in 21.3
Date: Fri, 31 Oct 2003 17:57:52 +0100	[thread overview]
Message-ID: <200310311657.h9VGvqJ15320@gorgon.vtab.com> (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

             reply	other threads:[~2003-10-31 16:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-31 16:57 Gustav Hållberg [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-10-31 16:58 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

  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=200310311657.h9VGvqJ15320@gorgon.vtab.com \
    --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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).