Rich Shepard wrote: > On Mon, 19 Dec 2016, Russell Senior wrote: > >> You maybe want a macro the seek to the next ALLCAPS word, then apply your >> helpful emacs built-in function on that word, then repeat the macro enough >> times to complete the whole document. > Thanks, Russell. I'll check the emacs and elisp manuals to learn how to > create the appropriate macro. > > Happy holidays, > > Rich > _______________________________________________ > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug > Rich,
There is a PERL routine that capitalizes the first letter of a word: ucfirst EXPR, http://perldoc.perl.org/functions/ucfirst.html Ken _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
