> The `emacs-lisp-mode-syntax-table' example is not indented
> correctly. E.g.:
> (while (< i ?0)
> (modify-syntax-entry i "_ " table)
> (setq i (1+ i)))
I can't reproduce this: the indentation is correct for me.
Well, it's as clear as day for me, in emacs -Q on Windows. Perhaps it's a
platform problem.
It appears just as is written above. The calls to modify-syntax-entry and setq
are not indented underneath the while - they are outdented wrt the while.