change case

2000-04-22 Thread Shawn Koons

Is there a macro to change the case of a letter, word, or series of
words?

Shawn

-- 
Small minds talk about People,
Average minds speak of Events,
Large minds discuss Ideas.



change case

2000-04-22 Thread Ronald Florence

Shawn Koons writes:

  Is there a macro to change the case of a letter, word, or series of
  words?
  
In my ~/.lyx/bind/emacs.bind I have

   \bind "C-x c""word-capitalize"
   \bind "C-x l""word-lowcase"
   \bind "C-x u""word-upcase"
   \bind "M-u"  "word-upcase"

These are not the same bindings as xemacs, but are still convenient.

-- 

Ronald Florence http://members.home.net/18james




Re: change case

2000-04-22 Thread Herbert voss

Shawn Koons wrote:
 
 Is there a macro to change the case of a letter, word, or series of
 words?
 
 Shawn
 
why shall this not be possible by search and replace with case sensitive
and the whole-words option?

Herbert




change case

2000-04-22 Thread Shawn Koons

Is there a macro to change the case of a letter, word, or series of
words?

Shawn

-- 
Small minds talk about People,
Average minds speak of Events,
Large minds discuss Ideas.



change case

2000-04-22 Thread Ronald Florence

Shawn Koons writes:

  Is there a macro to change the case of a letter, word, or series of
  words?
  
In my ~/.lyx/bind/emacs.bind I have

   \bind "C-x c""word-capitalize"
   \bind "C-x l""word-lowcase"
   \bind "C-x u""word-upcase"
   \bind "M-u"  "word-upcase"

These are not the same bindings as xemacs, but are still convenient.

-- 

Ronald Florence http://members.home.net/18james




Re: change case

2000-04-22 Thread Herbert voss

Shawn Koons wrote:
 
 Is there a macro to change the case of a letter, word, or series of
 words?
 
 Shawn
 
why shall this not be possible by search and replace with case sensitive
and the whole-words option?

Herbert




change case

2000-04-22 Thread Shawn Koons

Is there a macro to change the case of a letter, word, or series of
words?

Shawn

-- 
Small minds talk about People,
Average minds speak of Events,
Large minds discuss Ideas.



change case

2000-04-22 Thread Ronald Florence

Shawn Koons writes:

  Is there a macro to change the case of a letter, word, or series of
  words?
  
In my ~/.lyx/bind/emacs.bind I have

   \bind "C-x c""word-capitalize"
   \bind "C-x l""word-lowcase"
   \bind "C-x u""word-upcase"
   \bind "M-u"  "word-upcase"

These are not the same bindings as xemacs, but are still convenient.

-- 

Ronald Florence http://members.home.net/18james




Re: change case

2000-04-22 Thread Herbert voss

Shawn Koons wrote:
> 
> Is there a macro to change the case of a letter, word, or series of
> words?
> 
> Shawn
> 
why shall this not be possible by search and replace with case sensitive
and the whole-words option?

Herbert