public inbox for linux-8086@vger.kernel.org
 help / color / mirror / Atom feed
From: Tommy McCabe <rocketjet314@yahoo.com>
To: linux-8086@vger.kernel.org
Subject: Broken-up patch #8
Date: Fri, 28 May 2004 16:15:22 -0700 (PDT)	[thread overview]
Message-ID: <20040528231522.16564.qmail@web51307.mail.yahoo.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 188 bytes --]

Comments out lines where, something like if x = ' '.


	
		
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: patch7.diff --]
[-- Type: text/x-diff; name="patch7.diff", Size: 672 bytes --]

--- ./elks-stuff/elkscmd/levee/insert.c	2004-05-28 16:02:01.000000000 -0400
+++ ./elks/elkscmd/levee/insert.c	2004-05-28 19:10:00.000000000 -0400
@@ -85,13 +85,14 @@
 	Dflag = (cp==0 || core[cp-1]==EOL);
 	do {
 	    if (Dflag)
-		while ((cmd=peekc()) == '\x14' || cmd == '\x04') {
-		    if (readchar() == '\x14')
+		/* while ((cmd=peekc()) == ' ' || cmd == ' ') {
+		    if (readchar() == ' ')
 			currDLE = min(COLS,currDLE+shiftwidth);
 		    else
 			currDLE = max(0,currDLE-shiftwidth);
 		    mvcur(-1, currDLE);
 		}
+		*/
 	} while (!(c = line(core, cp, endd-1, &len)));
 	if (Dflag && (len > 0 || c == ESC)) {
 	    /* makeDLE : optimize leading whitespace for insert */

             reply	other threads:[~2004-05-28 23:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-28 23:15 Tommy McCabe [this message]
2004-05-29  0:11 ` Broken-up patch #8 claudio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040528231522.16564.qmail@web51307.mail.yahoo.com \
    --to=rocketjet314@yahoo.com \
    --cc=linux-8086@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox