CronoDAS comments on Rhetoric for the Good - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (289)
In the past, only the "edit later" method was even possible, because word processors didn't exist yet. There's really no longer any such thing as a "first draft" because we now tend to revise continuously instead of discretely.
Using a pencil and an eraser, unruled paper, and leaving lots of space between a line and the next (and, in extreme cases, a pair of scissors and some Scotch tape) you can do "incremental editing" (or a good approximation thereof) even without a computer.
(Even without scissors, you can draw a square around a paragraph you want to move and an arrow pointing to its new place, and stuff like that.)
Also, I've heard about people doing first drafts on note cards, which seems to allow for much easier editing of small passages as you go.
That's a great point.
You can train yourself not to edit. It just takes practice.
Or a text editor that won't allow it:
stty erase ''; cat >>myessay
If you still want backspace, you can omit the first bit of that. If you still want to be able to edit within the current line:
rlwrap cat >>myessay
Edited to add:
Not that I necessarily think this is a good idea, but it might be an interesting thing to experiment with.
rlwrap is especially useful if you have a tendency to say almost exactly the same thing over and over again. Just press the up arrow, and a copy of what you wrote before appears, allowing you to say almost exactly the same thing over and over again.
Actually, never mind, that's silly.