Re: How to make Word STOP rewriting your copy
- From: JE McGimpsey <jemcgimpsey@xxxxxxxx>
- Date: Sun, 28 Aug 2005 20:53:52 -0600
In article <ufwPXZDrFHA.3160@xxxxxxxxxxxxxxxxxxxx>,
Jeff Wiseman <throwawayacct223@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
> This is much worse. It is a GUI design FLAW, pure and simple. In
> fact, it likely was NEVER spec'ed by a GUI engineer as it has all
> of the earmarks of a hack by a programmer. All of the formatting
> is embedded inside of this "psuedo character" (i.e., the
> paragraph mark) that is susceptable to all kinds of damage being
> in the middle of the character stream. Since it is an basic
> infrastructure concept (i.e., the implementation for paragraph
> formatting), the original hack from way back when, got totally
> buried by all of the years of evolutionary support code that has
> gone into Word.
What you wrote might be true if you applied it to WordPerfect. However,
you're mistaken wrt Word.
Word documents are not "character streams". They are documents composed
of "stories", such as main, header, footer, etc. The main story is
composed of sections. Sections are composed of paragraphs. Paragraphs
are composed of words, which are composed of characters (I've left some
things out, but the concept remains).
The paragraph mark is a graphical representation of the properties of
the paragraph object, such as language, style, etc. Logically and
physically, it's not in the middle of anything. Text following the
paragraph mark may be in a completely different location in the file
since it belongs to a different paragraph object.
It's an incredibly powerful and efficient method of composing and
processing documents. But it's not as intuitive for most folks as WP or
TextEdit, which do store their text as character streams. And it's
hardly a "hack".
.
- Follow-Ups:
- Re: How to make Word STOP rewriting your copy
- From: Jeff Wiseman
- Re: How to make Word STOP rewriting your copy
- References:
- How to make Word STOP rewriting your copy
- From: Spider Robinson
- Re: How to make Word STOP rewriting your copy
- From: Michel Bintener
- Re: How to make Word STOP rewriting your copy
- From: Anybody
- Re: How to make Word STOP rewriting your copy
- From: Daiya Mitchell
- Re: How to make Word STOP rewriting your copy
- From: Jeff Wiseman
- How to make Word STOP rewriting your copy
- Prev by Date: Re: How to make Word STOP rewriting your copy
- Next by Date: Re: master document page numbers not working correctly
- Previous by thread: Re: How to make Word STOP rewriting your copy
- Next by thread: Re: How to make Word STOP rewriting your copy
- Index(es):
Relevant Pages
|