bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Not enough number of arguments for format string in call to (message ...


From: Robert Swan
Subject: Not enough number of arguments for format string in call to (message ...) in in align.el.
Date: Tue, 16 Oct 2007 14:09:10 -0400

In GNU Emacs 21.4.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2005-09-21 on  .enqsemi.com
configured using `configure  --prefix=/home/rswan/tools/emacs/v21.4'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

A call to align-regexp with a region large enough to trigger reporting
(> align-large-region, defaults to 10000) results in a call to
(message "Aligning `%s' ..." ) but the argument to %s is missing.

See align.el lines 1418 - 14123.

Robert




reply via email to

[Prev in Thread] Current Thread [Next in Thread]