My set of workarounds:

When I get an initial cap I don't want, if I notice before going to the next
word, Cmd-Z restores what I typed. iBook returns to its desired state.

Typing things like poetry, I start a new line with Cmd-Return instead of
Return (line feed rather than return). This does not trigger the "list"
logic in Word. 

Possibly a better solution in Word is to turn off all the auto-formatting
stuff and do it manually.

The following Word macro will convert auto-generate list numbers to editable
text; just select the lines to convert:

Sub convertListNums()
'
' Convert List Numbers to text, single list. Macro
' Macro recorded 2/7/02 by Allen Watson
'
 Selection.Range.ListFormat.List.ConvertNumbersToText
End Sub

When typing AppleScripts into a mail message, if you start each line with a
tab or just a space, it won't auto-capitalize. I prefer that to turning the
"Capitalize sentence" option off.

On or near 3/19/02 10:00 PM, D�nes BOGS�NYI at [EMAIL PROTECTED] observed:

> On 20/3/02 08:51, "Paul Berkowitz" <[EMAIL PROTECTED]> wrote:
> 
>> That's right. I figured Luis knew about that already, but perhaps not.
>> Thanks.
> An interesting possibility, which may prove useful practically though I have
> not tried it is: Type iBook as usual, which then becomes IBook after a full
> stop or when autocorrect deems it appropriate. Do a change and change all
> instances of IBook to iBook.
> I have faced a similar problem where, in Word, when I type poetry it is
> treated as a list and each new line is capitalised. I ended up simply typing
> the poetry as text and then doing a proof reading, necessary anyway, and
> moving each line manually. It retains the lower case without any hitch.

-- 
My web page: <http://home.earthlink.net/~allenwatson/>
My scripts page: <http:homepage.mac.com/allenwatson>
Microsoft MVP for Mac Entourage/Word--<[EMAIL PROTECTED]>


--
To unsubscribe:                     <mailto:[EMAIL PROTECTED]>
archives:       <http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:       <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to