Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

bug#5195: 23.1; bad indentation in (elisp) example

0 views
Skip to first unread message

Chong Yidong

unread,
Jan 2, 2010, 1:59:07 PM1/2/10
to Drew Adams, 51...@debbugs.gnu.org
> emacs -Q
> Go to (elisp)Example Major Modes

> 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.


Drew Adams

unread,
Jan 2, 2010, 3:01:34 PM1/2/10
to Chong Yidong, 51...@debbugs.gnu.org

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.

0 new messages