emacs-28.2; win 11
$ emacs -Q If I use
most-positive-fixnum:(lossage-size most-positive-fixnum)Emacs will emittedemit:
Value must be >= 100in the echo area.If I use a modest number:
(lossage-size (/ most-positive-fixnum 10))Emacs will crash immediately.
I just want to use most-positive-fixnum to indicate that I won't limit the size of lossage.