id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
2233	Pasting into editor does incremental indentation (regression)	alex_sh		"I've encountered this bug in 4.7.2 and 4.7.3 (4.6.2.pre1 worked properly):

Consider that I have a text with some lines starting with spaces or tabs. When I paste it into mc (using shift-middle-click or shift-insert), mc thinks they're manual indentations, so it indents every line even further.

For example, pasting the following:
  PID TTY          TIME CMD
    2 ?        00:00:00 kthreadd
    3 ?        00:00:00  \_ migration/0
    4 ?        00:00:00  \_ ksoftirqd/0
    5 ?        00:00:00  \_ watchdog/0
    6 ?        00:00:00  \_ migration/1

is actually pasted as:
  PID TTY          TIME CMD
      2 ?        00:00:00 kthreadd
          3 ?        00:00:00  \_ migration/0
              4 ?        00:00:00  \_ ksoftirqd/0
                  5 ?        00:00:00  \_ watchdog/0
                      6 ?        00:00:00  \_ migration/1

Note that this only happens in X11 (I tried using xterm, konsole and xfce-Terminal). It appears to paste as intended in the text-mode.

Also, I just checked 4.6.2.pre1 and it behaves properly, so this is a regression.
"	defect	closed	major	4.7	mcedit	version not selected	duplicate	paste indent mcedit				no branch	
