I wonder if this related to a lot of the syntax problems we have been
seeing.
"James N. Potts" <jpmail(a)limolink.com> writes:
Opening the "C" group:
customize->emacs->programming->languages->c->c...
will screw up indenting for previously opened buffers.
Actually just selecting the languages submenu and waiting for the
submenu to pop up (after XEmacs has loaded a zillion mode files)
is enough for me (21.4.6-rc1).
6. buffer changes to
-------------------
|int foo()
|{
| int x, yY;Z
|X
| x = 1;
| return x;
| }
-------------------
This is because with point at X, (forward-comment -1) will put the
cursor at Y instead of Z (as it will normally)..
One wonders if something is messing with the syntax stuff..
Jan