> What is the output of the following shell command? > src/emacs -Q -batch -eval '(message "%S %S" (logcount 9727) > (logcount 9999))' > It should be "11 8". It is. Colin.