David Scherfgen - 2026-06-13
  • Description has changed:

Diff:

--- old
+++ new
@@ -1,6 +1,6 @@
 Warning messages in Maxima are inconsistent:

 * Some start with "WARNING", some with "Warning", some with "warning".
-* Some have a newline at the end, some don't.
+* Some have an extra newline at the end, some don't.
 * Some are printed to stderr, some to stdout.

 Ideally, warnings should all be printed with the same function. There is `mwarning`, which unfortunately only concatenates its argument. It would be nicer if it worked like `mtell`, forwarding to `mformat`.