* Broken-up patch #8
@ 2004-05-28 23:15 Tommy McCabe
2004-05-29 0:11 ` claudio
0 siblings, 1 reply; 2+ messages in thread
From: Tommy McCabe @ 2004-05-28 23:15 UTC (permalink / raw)
To: linux-8086
[-- 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 */
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Broken-up patch #8
2004-05-28 23:15 Broken-up patch #8 Tommy McCabe
@ 2004-05-29 0:11 ` claudio
0 siblings, 0 replies; 2+ messages in thread
From: claudio @ 2004-05-29 0:11 UTC (permalink / raw)
To: Tommy McCabe; +Cc: linux-8086
On Fri, 28 May 2004, Tommy McCabe wrote:
> Comments out lines where, something like if x = ' '.
--- ./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()) == '^T' || cmd == '^D') {
- if (readchar() == '^T')
+ /* while ((cmd=peekc()) == ' ' || cmd == ' ') {
+ if (readchar() == ' ')
Same thing here. Are you sure your editor is reading control
characters correctly?
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-05-29 0:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-28 23:15 Broken-up patch #8 Tommy McCabe
2004-05-29 0:11 ` claudio
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox