emacs-devel
[Top][All Lists]
Advanced

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

RE: c-mode eats page-breaks


From: Herbert Euler
Subject: RE: c-mode eats page-breaks
Date: Thu, 01 Feb 2007 09:11:03 +0800

In c-mode, when you have a page-break (^L) in column 0, and you hit
TAB (c-indent-command) while having point at column 0, the page-break
gets eaten.  Is this a bug or a feature?

I found that ^L is a member of white space characters.  Namely,
`skip-syntax-forward' will treat it as a white space.  This does not
answer whether it is a bug, but it answers why the ^L is eaten.

Regards,
Guanpeng Xu

_________________________________________________________________
Don't just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]