help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: yank without indentation?


From: Jacob Gerlach
Subject: Re: yank without indentation?
Date: Thu, 5 Jun 2014 15:25:05 -0400

I run in to this problem sometimes when yanking a piece of code with
certain indentation into a new place where it should have different (more
or less) indentation. My solution is:

C-y
C-x C-x (exchange-point-and-mark) to re-highlight the yanked text
<TAB> to properly indent it for the new contexxt


On Thu, Jun 5, 2014 at 11:13 AM, Eric Abrahamsen <eric@ericabrahamsen.net>
wrote:

> Has anyone come up with a yank-without-indentation routine? Why am I
> always killing multi-line text with enormous left-hand whitespace, and
> wanting to yank it without that whitespace in place? Has anyone dealt
> with this?
>
> E
>
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]