Nicolas Richard <theonewiththeevill...@yahoo.fr> writes: > David Arroyo Menendez <davi...@gnu.org> writes: >> Yes, I have some ítems >> >> mapcar >> defun >> apply >> cons >> >> Then I mark the region of this ítems, apply the function and obtain: >> >> + [ ] mapcar >> + [ ] defun >> + [ ] apply >> + [ ] cons > > FWIW, I use rectangular insertion for this : > 1. select region (mark on the first 'm', point on the last 'c', or conversely) > 2. add string "- [ ] " using C-x r t (string-rectangle).
Thanks for the tip.