all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Darren Hoo <darren.hoo@gmail.com>
To: emacs-devel@gnu.org
Subject: is this possible using the new rectangle mark mode?
Date: Fri, 31 Jan 2014 21:39:47 +0800	[thread overview]
Message-ID: <m2vbx0z2vw.fsf@gmail.com> (raw)

kill a rectangle marked region ending with a line that is not the
longest line like:

    aaaaaaaaaaaaaaaaaaaaa
    bbbbbbbbbbbbbbbb
    ccccccccc

and yank it to these lines:

    1
    2
    3

and I want it to be either this:

    aaaaaaaaaaaaaaaaaaaaa1
    bbbbbbbbbbbbbbbb2
    ccccccccc3

or this one:

    aaaaaaaaaaaaaaaaaaaaa1
    bbbbbbbbbbbbbbbb     2
    ccccccccc            3





             reply	other threads:[~2014-01-31 13:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-31 13:39 Darren Hoo [this message]
2014-01-31 15:28 ` is this possible using the new rectangle mark mode? Stefan Monnier
2014-02-01  7:24   ` Thierry Volpiatto
2014-02-01 20:54     ` Rasmus
2014-02-02  1:10       ` Stefan Monnier
2014-01-31 19:50 ` Tim Visher
  -- strict thread matches above, loose matches on Subject: below --
2014-02-01  8:30 Barry OReilly

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2vbx0z2vw.fsf@gmail.com \
    --to=darren.hoo@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.