jed-users mailing list

[2002 Date Index] [2002 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Page feeds in c-mode


Nick Tatham <nick.tatham@xxxxxxxxx> wrote:
>I'm hoping someone understands c-mode and can give me a quick fix?

Try this patch to cmode.sl:

--- cmode.sl~	Thu Feb  7 01:23:25 2002
+++ cmode.sl	Thu Apr 25 23:44:44 2002
@@ -62,7 +62,7 @@
 
    forever
      {
-	bskip_chars (" \t\n");
+	bskip_chars (" \f\t\n");
 	if (bobp ())
 	  return;
 

--John

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2002 date index] [2002 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]