Re: [O] text to plain list

2012-06-22 Thread Marvin Doyley
Thanks Erick for introducing me to emacs macros Cheers M Sent from my iPhone On Jun 22, 2012, at 5:23 PM, Eric Schulte wrote: > Nick Dokos writes: > >> Marvin Doyley wrote: >> >>> Hi there, >>> >>> Is there quick method for converting a bunch of text to plain list ? >>> >> >> Something like >

Re: [O] text to plain list

2012-06-22 Thread Nick Dokos
Eric Schulte wrote: > Nick Dokos writes: > > > Marvin Doyley wrote: > > > >> Hi there, > >>=20 > >> Is there quick method for converting a bunch of text to plain list ?=C2= > =A0 > >>=20 > > > > Something like > > > > sed 's/^/- /' in.txt > out.txt > > > > perhaps? If that's not what you mean,

Re: [O] text to plain list

2012-06-22 Thread Eric Schulte
Nick Dokos writes: > Marvin Doyley wrote: > >> Hi there, >> >> Is there quick method for converting a bunch of text to plain list ?  >> > > Something like > > sed 's/^/- /' in.txt > out.txt > > perhaps? If that's not what you mean, what do you mean? > I find Emacs Macros work very well for th

Re: [O] text to plain list

2012-06-22 Thread Marvin Doyley
C-u C-c - did the trick thanks M On Fri, Jun 22, 2012 at 5:02 PM, Nick Dokos wrote: > Marvin Doyley wrote: > > > Hi there, > > > > Is there quick method for converting a bunch of text to plain list ? > > > > Something like > > sed 's/^/- /' in.txt > out.txt > > perhaps? If that's not what you

Re: [O] text to plain list

2012-06-22 Thread Nick Dokos
Marvin Doyley wrote: > Hi there, > > Is there quick method for converting a bunch of text to plain list ?  > Something like sed 's/^/- /' in.txt > out.txt perhaps? If that's not what you mean, what do you mean? Nick

Re: [O] text to plain list

2012-06-22 Thread William LÉCHELLE
Hi Marvin, > Is there quick method for converting a bunch of text to plain list ? C-u C-c - makes every line of the active region a list item (C-c - makes the region one item, the bullet on the first line) If you want each word to become an item, what I usually do is replace (optionnaly by rege

[O] text to plain list

2012-06-22 Thread Marvin Doyley
Hi there, Is there quick method for converting a bunch of text to plain list ? Thanks M