I got the impression that he wanted to have text of the form:

       This is a SET of words that have CAPITALIZED WORDS that should be
addressed by a mechanism to convert Capital words to go from ALL capital to
All Capital

And convert them to:

  This is a Set of words that have Capitalized Words that should be
addressed by a mechanism to convert Capital words to go from All capital to
All Capital

So It is not clear to me that the Capitalize-word mode does what you want.

I think this is likely a job for regular expressions.

Where you have to use the regular expression query and replace:

https://www.emacswiki.org/emacs/ReplaceRegexp




On Mon, Dec 19, 2016 at 4:50 PM, Galen Seitz <gal...@seitzassoc.com> wrote:

> On 12/19/16 16:17, Rich Shepard wrote:
> >    I've looked in both the emacs docs and the wiki and both show me that
> M-c
> > will convert individual uppercase words to initial capitalized words, but
> > I've not found the way to do this for all words rather than one at a
> time.
> >
> >    Selecting a region prior to invoking M-c does nothing.
> >
> >    A cluestick will be really helpful.
>
> capitalize-region             M-x ... RET
>    Convert the region to capitalized form.
> capitalize-word               M-c
>    Capitalize the following word (or ARG words), moving over.
> capitalized-words-mode        M-x ... RET
>    Toggle Capitalized Words mode.
>
>
> Either give capitalize-word a numeric arg (via Ctrl-U), or use
> capitalize-region (which isn't bound to a key here).
>
>
> galen
> --
> Galen Seitz
> gal...@seitzassoc.com
> _______________________________________________
> PLUG mailing list
> PLUG@lists.pdxlinux.org
> http://lists.pdxlinux.org/mailman/listinfo/plug
>



-- 
John Sechrest      .  Need to schedule a meeting :
http://sechrest.youcanbookme.com
                                   .
                                        .
                                                .

                                                          .
     sechr...@gmail.com
                                                                       .
                           @sechrest  <http://www.twitter.com/sechrest>

         .
        http://www.oomaat.com
               .
_______________________________________________
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to