* align-regexp broken in 21.3
@ 2003-10-31 16:57 Gustav Hållberg
0 siblings, 0 replies; 2+ messages in thread
From: Gustav Hållberg @ 2003-10-31 16:57 UTC (permalink / 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* align-regexp broken in 21.3
@ 2003-10-31 16:58 Gustav Hållberg
0 siblings, 0 replies; 2+ messages in thread
From: Gustav Hållberg @ 2003-10-31 16:58 UTC (permalink / 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-10-31 16:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-31 16:57 align-regexp broken in 21.3 Gustav Hållberg
-- strict thread matches above, loose matches on Subject: below --
2003-10-31 16:58 Gustav Hållberg
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).