[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



C-M-Rubout and probably all backwards sexp motion
does not check properly whether a slash is real or slashified.
If I put in the buffer
// FOO
with point after the FOO, and do C-M-Rubout, one slash
and the space are rubbed out with the FOO.  On backward scan,
on looking at the space, it ought to count the parity of slashes
before the space.  This is what TECO does.