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
>
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,
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
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
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
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
Hi there,
Is there quick method for converting a bunch of text to plain list ?
Thanks
M