On Wed, Apr 25, 2001 at 08:32:28PM +0200, monty wrote:
> ?there is any quick way of changing a whole document written in uppercase to
> lowercase?. I hope so, otherwise, i'll spend a extremly funny time doing it
> (it's nine pages long).

You can change a word to lower case by pressing M-c down, or capitalize a
word using M-c right.
Since your document is long, I suggest you use perl to change all the text
to lowercase:
 perl -ne 'print lc' oldfile.lyx >newfile.lyx

Reply via email to