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


Yes that fixes it. Brilliant!

Thanks,

Nick

-----Original Message-----
From: owner-jed-users-l@xxxxxxxxxxxxxx
[mailto:owner-jed-users-l@xxxxxxxxxxxxxx]On Behalf Of John E. Davis
Sent: 26 April 2002 04:46
To: jed-users@xxxxxxxxxxx; jed-users@xxxxxxxxxxx
Subject: 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>.


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