Re: Limit Find/Change

2015-04-23 Thread Alan Houser
I don't believe anybody has proposed doing this with the Paragraph 
Designer. Here's how I usually globally change paragraph formats:


- Park cursor on a "Body" paragraph.
- In the Paragraph Designer, key in (type, do _not_ select from the 
drop-down) "Body Text"

- Click "Update All"

FrameMaker prompts "Do you want to change all "Body" formats to "Body 
Text"? Yes, you do.


You may need to find an "original" Body Text element, park your cursor 
there, and do an "Update All" to sync the formatting properties between 
"Old" and "New" Body Text paragraphs.


This procedure is from memory (I'm not sitting at FrameMaker to confirm 
it), but it should give you or others enough detail to try the approach.


-Alan
---

Alan Houser
Group Wellesley, Inc.
Consultant and Trainer, Technical Publishing
arh on Twitter
412-450-0532

On 4/22/15 4:45 PM, john.x.pos...@us.hsbc.com wrote:

Hi, guys...I'm putting in a couple of days to clean up some inconsistencies
in my documentation template and styles.

I currently use the P style  "Body Text" (no quotes)  for normal body text.

However, in the past, I'd used the P Style "Body" (no quotes) and I want to
do a Paragraph tag search on "Body" to clean it out.  However, it also
finds "Body Text" which I don't want.

How do I limit the search to just "Body"?

Thanks

John X Posada
AML Syst & Ops Supt Data Analyst | US FCC & RC Systems Control & Analytics
| HSBC North America Holdings Inc
330 Madison Ave., NY NY
  



___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


RE: framers Digest, Vol 114, Issue 15 - Re: Limit Find/Change

2015-04-23 Thread Orly Zimmerman
HI John, 
I do this often when converting between different templates. 

But I use FM's Find dialog box with Wildcards turned on and with Consider Case 
turned on. 
I do a search for Body para tag by entering ^Body$ when searching for Paragraph 
Tag. 
The carat (^) defines the beginning of the search sting and the dollar sign ($) 
defines its end, so that you don't find other para tags beginning with Body, 
such as Body Text or BodyBeforeList.
Since FM's search is case sensitive, I also turn on the "Consider Case" button 
- just to be on the safe side.

Then I continue to "Change" the "Body" para tag to "Body Text" para tag "By 
Pasting" the Body Text para tag (assuming you did a special copy >Paragraph Tag 
while standing on that P tag).

Hope this helps, 
Orly

--

Message: 1
Date: Wed, 22 Apr 2015 16:45:56 -0400
From: john.x.pos...@us.hsbc.com
To: framers 
Subject: Limit Find/Change
Message-ID:



Content-Type: text/plain; charset=US-ASCII

Hi, guys...I'm putting in a couple of days to clean up some inconsistencies in 
my documentation template and styles.

I currently use the P style  "Body Text" (no quotes)  for normal body text.

However, in the past, I'd used the P Style "Body" (no quotes) and I want to do 
a Paragraph tag search on "Body" to clean it out.  However, it also finds "Body 
Text" which I don't want.

How do I limit the search to just "Body"?

Thanks

John X Posada
AML Syst & Ops Supt Data Analyst | US FCC & RC Systems Control & Analytics
| HSBC North America Holdings Inc
330 Madison Ave., NY NY
 
 ___ 
   
Phone   
  Int: 212-525-5483 Ext: Personal Cellphone - 732-259-2874   
 Fax 
  Conference Bridge - 877-304-0052, Code 74809254
 Email   
  john.x.pos...@us.hsbc.com  
 
 ___ 
 Protect our environment - please only print this if you have
 to! 
 
-
**
This E-mail is confidential. It may also be legally privileged. If you are not 
the addressee you may not copy, forward, disclose or use any part of it. If you 
have received this message in error, please delete it and all copies from your 
system and notify the sender immediately by return E-mail.

Internet communications cannot be guaranteed to be timely, secure, error or 
virus-free. The sender does not accept liability for any errors or omissions.
**
SAVE PAPER - THINK BEFORE YOU PRINT!



___
You are currently subscribed to
framers.
To unsubscribe send a blank email to
http://lists.frameusers.com/mailman/listinfo/framers
Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.

End of framers Digest, Vol 114, Issue 15

___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


RE: Limit Find/Change

2015-04-23 Thread Adam Hollett
This regular expression should find the word "Body" only when it is not 
followed by "Text".

Do a Paragraph Tag search for this string with the Regular Expressions option 
selected:

Body(?!\s+Text)

Adam Hollett
Customer Documentation
Solace Systems
adam.holl...@solacesystems.com

-Original Message-
From: framers-boun...@lists.frameusers.com 
[mailto:framers-boun...@lists.frameusers.com] On Behalf Of Alan Litchfield
Sent: April-22-15 5:33 PM
To: framers@lists.frameusers.com
Subject: Re: Limit Find/Change

That won't do it?

Body is a whole word that also appears in Body Text.

1. Use a regular expression but I am not sure how extensive are the 
Find/Replace regex rules in FM.

(?!Text)(?Body)

2. Are your styles the same and just different names? If so, then can you find 
all instances of Body Text and change to Body, then repeat by changing all 
instances of Body to Body Text.

YMMV
Alan

On 23/04/15 9:19 am, Christenson, Pat wrote:
> Turn on Whole Word in Find/Change.
>
> Pat Christenson
>
> -Original Message-
> From: 
> framers-boun...@lists.frameusers.com<mailto:framers-boun...@lists.frameusers.com>
> [mailto:framers-boun...@lists.frameusers.com] On Behalf Of
> john.x.pos...@us.hsbc.com<mailto:john.x.pos...@us.hsbc.com>
> Sent: Wednesday, April 22, 2015 3:46 PM
> To: framers
> Subject: Limit Find/Change
>
> Hi, guys...I'm putting in a couple of days to clean up some inconsistencies 
> in my documentation template and styles.
>
> I currently use the P style  "Body Text" (no quotes)  for normal body text.
>
> However, in the past, I'd used the P Style "Body" (no quotes) and I want to 
> do a Paragraph tag search on "Body" to clean it out.  However, it also finds 
> "Body Text" which I don't want.
>
> How do I limit the search to just "Body"?
>
> Thanks
>
> John X Posada
> AML Syst & Ops Supt Data Analyst | US FCC & RC Systems Control &
> Analytics
> | HSBC North America Holdings Inc
> 330 Madison Ave., NY NY
>
>   ___
>
>
>
>
>
>   Phone
>Int: 212-525-5483 Ext: Personal Cellphone - 732-259-2874
>   Fax
>Conference Bridge - 877-304-0052, Code 74809254
>   Email
>john.x.pos...@us.hsbc.com<mailto:john.x.pos...@us.hsbc.com>
>
>   ___
>   Protect our environment - please only print this if you have
>   to!
>
>
>
>
>
> -
> **
> This E-mail is confidential. It may also be legally privileged. If you are 
> not the addressee you may not copy, forward, disclose or use any part of it. 
> If you have received this message in error, please delete it and all copies 
> from your system and notify the sender immediately by return E-mail.
>
> Internet communications cannot be guaranteed to be timely, secure, error or 
> virus-free. The sender does not accept liability for any errors or omissions.
> **
> SAVE PAPER - THINK BEFORE YOU PRINT!
> ___
>
>
> You are currently subscribed to framers as 
> pchristen...@ftportfolios.com<mailto:pchristen...@ftportfolios.com>.
>
> Send list messages to 
> framers@lists.frameusers.com<mailto:framers@lists.frameusers.com>.
>
> To unsubscribe send a blank email to
> framers-unsubscr...@lists.frameusers.com<mailto:framers-unsubscr...@lists.frameusers.com>
> or visit
> http://lists.frameusers.com/mailman/options/framers/pchristenson%40ftp
> ortfolios.com
>
> Send administrative questions to 
> listad...@frameusers.com<mailto:listad...@frameusers.com>. Visit 
> http://www.frameusers.com/ for more resources and info.
> ___
>
>
> You are currently subscribed to framers as 
> a...@alphabyte.co.nz<mailto:a...@alphabyte.co.nz>.
>
> Send list messages to 
> framers@lists.frameusers.com<mailto:framers@lists.frameusers.com>.
>
> To unsubscribe send a blank email to
> framers-unsubscr...@lists.frameusers.com<mailto:framers-unsubscr...@lists.frameusers.com>
> or visit
> http://lists.frameusers.com/mailman/options/framers/alan%40alphabyte.c
> o.nz
>
> Send administrative questions to 
> listad...@frameusers.com<mailto:listad...@frameusers.com>. Visit
> http://www.frameusers.com/ for more resources and info.
>

--
Dr Alan Litchfield
AlphaByte
PO Box 1941
Auckland, New Zealand 1140
_

RE: Limit Find/Change

2015-04-23 Thread Reng, Dr. Winfried
Hi John,

(I use FrameMaker 11. In other versions that might be different.)
There is an easy solution:
In your search dialog select Paragraph Tag.
Activate Wildcards.
Enter this in your Search box: Body$
Then click on Find.

The $ limits the search to only those matches where the preceeding
word is at the end of a line.
Obviously the paragraph tag counts as a line.
Similarly you could add ^ before the search term, if the search term
should be the first in a line.

You do not need to rename any paragraph tags.

Best regards

Winfried

> -Original Message-
> From: framers-boun...@lists.frameusers.com [mailto:framers-
> boun...@lists.frameusers.com] On Behalf Of john.x.pos...@us.hsbc.com
> Sent: Wednesday, April 22, 2015 10:46 PM
> To: framers
> Subject: Limit Find/Change
>
> Hi, guys...I'm putting in a couple of days to clean up some inconsistencies
> in my documentation template and styles.
>
> I currently use the P style  "Body Text" (no quotes)  for normal body text.
>
> However, in the past, I'd used the P Style "Body" (no quotes) and I want to
> do a Paragraph tag search on "Body" to clean it out.  However, it also
> finds "Body Text" which I don't want.
>
> How do I limit the search to just "Body"?
>
> Thanks
>
> John X Posada
> AML Syst & Ops Supt Data Analyst | US FCC & RC Systems Control & Analytics
> | HSBC North America Holdings Inc
> 330 Madison Ave., NY NY
>
>
> __
> _
>
>
>
>
>
>  Phone
>   Int: 212-525-5483 Ext: Personal Cellphone - 732-259-2874
>  Fax
>   Conference Bridge - 877-304-0052, Code 74809254
>  Email
>   john.x.pos...@us.hsbc.com
>
>
> __
> _
>  Protect our environment - please only print this if you have
>  to!
>
>
>
>
>
> -
> **
> 
> This E-mail is confidential. It may also be legally privileged. If
> you are not the addressee you may not copy, forward, disclose or
> use any part of it. If you have received this message in error,
> please delete it and all copies from your system and notify the
> sender immediately by return E-mail.
>
> Internet communications cannot be guaranteed to be timely, secure,
> error or virus-free. The sender does not accept liability for any
> errors or omissions.
> **
> 
> SAVE PAPER - THINK BEFORE YOU PRINT!
> ___
>
>
> You are currently subscribed to framers as wr...@tycoint.com.
>
> Send list messages to framers@lists.frameusers.com.
>
> To unsubscribe send a blank email to
> framers-unsubscr...@lists.frameusers.com
> or visit
> http://lists.frameusers.com/mailman/options/framers/wreng%40tycoint.co
> m
>
> Send administrative questions to listad...@frameusers.com. Visit
> http://www.frameusers.com/ for more resources and info.



This e-mail contains privileged and confidential information intended for the 
use of the addressees named above. If you are not the intended recipient of 
this e-mail, you are hereby notified that you must not disseminate, copy or 
take any action in respect of any information contained in it. If you have 
received this e-mail in error, please notify the sender immediately by e-mail 
and immediately destroy this e-mail and its attachments.
___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


RE: Limit Find/Change

2015-04-22 Thread Fred Ridder
Or an oblique variant on #2:
Rename Body Text as FlubberRename, replace, or delete Body (as appropriate)
Rename Flubber back to Body Text-FR


> Date: Thu, 23 Apr 2015 09:32:51 +1200
> From: a...@alphabyte.co.nz
> To: framers@lists.frameusers.com
> Subject: Re: Limit Find/Change
> 
> That won't do it?
> 
> Body is a whole word that also appears in Body Text.
> 
> 1. Use a regular expression but I am not sure how extensive are the 
> Find/Replace regex rules in FM.
> 
> (?!Text)(?Body)
> 
> 2. Are your styles the same and just different names? If so, then can 
> you find all instances of Body Text and change to Body, then repeat by 
> changing all instances of Body to Body Text.
> 
> YMMV
> Alan
> 
> On 23/04/15 9:19 am, Christenson, Pat wrote:
> > Turn on Whole Word in Find/Change.
> >
> > Pat Christenson
> >
> > -Original Message-
> > From: framers-boun...@lists.frameusers.com 
> > [mailto:framers-boun...@lists.frameusers.com] On Behalf Of 
> > john.x.pos...@us.hsbc.com
> > Sent: Wednesday, April 22, 2015 3:46 PM
> > To: framers
> > Subject: Limit Find/Change
> >
> > Hi, guys...I'm putting in a couple of days to clean up some inconsistencies 
> > in my documentation template and styles.
> >
> > I currently use the P style  "Body Text" (no quotes)  for normal body text.
> >
> > However, in the past, I'd used the P Style "Body" (no quotes) and I want to 
> > do a Paragraph tag search on "Body" to clean it out.  However, it also 
> > finds "Body Text" which I don't want.
> >
> > How do I limit the search to just "Body"?
> >
> > Thanks
> >
> > John X Posada
> > AML Syst & Ops Supt Data Analyst | US FCC & RC Systems Control & Analytics
> > | HSBC North America Holdings Inc
> > 330 Madison Ave., NY NY
> >
> >   ___
> >
> >
> >
> >
> >
> >   Phone
> >Int: 212-525-5483 Ext: Personal Cellphone - 732-259-2874
> >   Fax
> >Conference Bridge - 877-304-0052, Code 74809254
> >   Email
> >john.x.pos...@us.hsbc.com
> >
> >   ___
> >   Protect our environment - please only print this if you have
> >   to!
> >
> >
> >
> >
> >
> > -
> > **
> > This E-mail is confidential. It may also be legally privileged. If you are 
> > not the addressee you may not copy, forward, disclose or use any part of 
> > it. If you have received this message in error, please delete it and all 
> > copies from your system and notify the sender immediately by return E-mail.
> >
> > Internet communications cannot be guaranteed to be timely, secure, error or 
> > virus-free. The sender does not accept liability for any errors or 
> > omissions.
> > **
> > SAVE PAPER - THINK BEFORE YOU PRINT!
> > ___
> >
> >
> > You are currently subscribed to framers as pchristen...@ftportfolios.com.
> >
> > Send list messages to framers@lists.frameusers.com.
> >
> > To unsubscribe send a blank email to
> > framers-unsubscr...@lists.frameusers.com
> > or visit 
> > http://lists.frameusers.com/mailman/options/framers/pchristenson%40ftportfolios.com
> >
> > Send administrative questions to listad...@frameusers.com. Visit 
> > http://www.frameusers.com/ for more resources and info.
> > ___
> >
> >
> > You are currently subscribed to framers as a...@alphabyte.co.nz.
> >
> > Send list messages to framers@lists.frameusers.com.
> >
> > To unsubscribe send a blank email to
> > framers-unsubscr...@lists.frameusers.com
> > or visit 
> > http://lists.frameusers.com/mailman/options/framers/alan%40alphabyte.co.nz
> >
> > Send administrative questions to listad...@frameusers.com. Visit
> > http://www.frameusers.com/ for more resources and info.
> >
> 
> -- 
> Dr Alan Litchfield
> AlphaByte
> PO Box 1941
> Auckland, New Zealand 1140
> ___
> 
> 
> You are currently subscribed to framers as docu...@hotmail.com.
> 
> Send list messages to framers@lists.frameusers.com.
> 
> To unsubscribe send a blank email to

Re: Limit Find/Change

2015-04-22 Thread Alan Litchfield

That won't do it?

Body is a whole word that also appears in Body Text.

1. Use a regular expression but I am not sure how extensive are the 
Find/Replace regex rules in FM.


(?!Text)(?Body)

2. Are your styles the same and just different names? If so, then can 
you find all instances of Body Text and change to Body, then repeat by 
changing all instances of Body to Body Text.


YMMV
Alan

On 23/04/15 9:19 am, Christenson, Pat wrote:

Turn on Whole Word in Find/Change.

Pat Christenson

-Original Message-
From: framers-boun...@lists.frameusers.com 
[mailto:framers-boun...@lists.frameusers.com] On Behalf Of 
john.x.pos...@us.hsbc.com
Sent: Wednesday, April 22, 2015 3:46 PM
To: framers
Subject: Limit Find/Change

Hi, guys...I'm putting in a couple of days to clean up some inconsistencies in 
my documentation template and styles.

I currently use the P style  "Body Text" (no quotes)  for normal body text.

However, in the past, I'd used the P Style "Body" (no quotes) and I want to do a Paragraph tag 
search on "Body" to clean it out.  However, it also finds "Body Text" which I don't want.

How do I limit the search to just "Body"?

Thanks

John X Posada
AML Syst & Ops Supt Data Analyst | US FCC & RC Systems Control & Analytics
| HSBC North America Holdings Inc
330 Madison Ave., NY NY

  ___





  Phone
   Int: 212-525-5483 Ext: Personal Cellphone - 732-259-2874
  Fax
   Conference Bridge - 877-304-0052, Code 74809254
  Email
   john.x.pos...@us.hsbc.com

  ___
  Protect our environment - please only print this if you have
  to!





-
**
This E-mail is confidential. It may also be legally privileged. If you are not 
the addressee you may not copy, forward, disclose or use any part of it. If you 
have received this message in error, please delete it and all copies from your 
system and notify the sender immediately by return E-mail.

Internet communications cannot be guaranteed to be timely, secure, error or 
virus-free. The sender does not accept liability for any errors or omissions.
**
SAVE PAPER - THINK BEFORE YOU PRINT!
___


You are currently subscribed to framers as pchristen...@ftportfolios.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/pchristenson%40ftportfolios.com

Send administrative questions to listad...@frameusers.com. Visit 
http://www.frameusers.com/ for more resources and info.
___


You are currently subscribed to framers as a...@alphabyte.co.nz.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/alan%40alphabyte.co.nz

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.



--
Dr Alan Litchfield
AlphaByte
PO Box 1941
Auckland, New Zealand 1140
___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


RE: Limit Find/Change

2015-04-22 Thread Christenson, Pat
Turn on Whole Word in Find/Change.

Pat Christenson

-Original Message-
From: framers-boun...@lists.frameusers.com 
[mailto:framers-boun...@lists.frameusers.com] On Behalf Of 
john.x.pos...@us.hsbc.com
Sent: Wednesday, April 22, 2015 3:46 PM
To: framers
Subject: Limit Find/Change

Hi, guys...I'm putting in a couple of days to clean up some inconsistencies in 
my documentation template and styles.

I currently use the P style  "Body Text" (no quotes)  for normal body text.

However, in the past, I'd used the P Style "Body" (no quotes) and I want to do 
a Paragraph tag search on "Body" to clean it out.  However, it also finds "Body 
Text" which I don't want.

How do I limit the search to just "Body"?

Thanks

John X Posada
AML Syst & Ops Supt Data Analyst | US FCC & RC Systems Control & Analytics
| HSBC North America Holdings Inc
330 Madison Ave., NY NY
 
 ___ 
 
 
 
 
 
 Phone   
  Int: 212-525-5483 Ext: Personal Cellphone - 732-259-2874   
 Fax 
  Conference Bridge - 877-304-0052, Code 74809254
 Email   
  john.x.pos...@us.hsbc.com  
 
 ___ 
 Protect our environment - please only print this if you have
 to! 
 




-
**
This E-mail is confidential. It may also be legally privileged. If you are not 
the addressee you may not copy, forward, disclose or use any part of it. If you 
have received this message in error, please delete it and all copies from your 
system and notify the sender immediately by return E-mail.

Internet communications cannot be guaranteed to be timely, secure, error or 
virus-free. The sender does not accept liability for any errors or omissions.
**
SAVE PAPER - THINK BEFORE YOU PRINT!
___


You are currently subscribed to framers as pchristen...@ftportfolios.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/pchristenson%40ftportfolios.com

Send administrative questions to listad...@frameusers.com. Visit 
http://www.frameusers.com/ for more resources and info.
___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.