Hi winterm,
This worked much better. Yes I used Find/Change.
However, as I was working through the document, I discovered words as short as 11 characters had also been arbitrarily broken (this is a serious flaw in InDesign!) -- one, after I added no break, actually fit on the line and did not need to be broken at all. So I did it all again with:
\w+[^\h\r]{10,}+
As I was working through that I realized that I could do a Find/Change by using:
\w+[^\h\r]{1,}+ and adding "+bold" (all the Blackfoot words are bold) and changing to "+ no break".
That fixed the entire document all at once.
Thanks much for your help.
Hm, now I guess I didn't really dig in what you're after...
So you have some special words that are formatted in bold now, and there's no other bolds in text? You want nobreak applied to those words no matter how long they are?
No need to bother with grep find/change at all.
What I would do:
1. Find and select any properly formatted Blackfoot word (with bold and nobreak already applied, and whatever else it needs).
2. Keeping it selected click Create new style icon at the bottom of Character Styles panel, give a meaningful name to a new style that appears in the list. Let's say, Blackfoot.
3. Deselect text. Or click in / select target story - it depends what search scope you're going to define.
4. Open Find/Change panel. Leave Find and Change fields blank. Find Format: + Bold, Change Format: Character Style: Blackfoot.
5. Run it, and you're done (and this is the last time you'll need F/C panel for Blackfoot words
).
6. Now you can easily manage appearance of all your Blackfoot words via special ChStyle edits, at any time.