-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 2019-10-07 2:53 AM, tetrahedra via qubes-users wrote: > When copying from AppVM to AppVM, tabs and/or spaces often get > mangled (additional tabs/spaces inserted). > > For example, if I have a block of text in one AppVM that looks > like: > > def my_function(): msg = "foo" othermsg = "bar" print(msg + > othermsg) > > > When I Ctrl-C (or Ctrl-Insert) and Ctrl-Shift-C this block of > text, then Ctrl-Shift-V and Shift-Insert it into an editor in > another VM, it sometimes comes out looking like: > > def my_function(): msg = "foo" othermsg = "bar" print(msg + > othermsg) > > The issue does not crop up every time. Unfortunately, I haven't > been able to figure out a pattern or logic for when it occurs vs > when it does not occur. > > Any suggestions for how to stop this happening? >
Are you, by any chance, copying into Vi/Vim? That sort of thing happens when you have "smart indentation" (or similar) enabled in Vim. - -- Andrew David Wong (Axon) Community Manager, Qubes OS https://www.qubes-os.org -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEZQ7rCYX0j3henGH1203TvDlQMDAFAl2dN0kACgkQ203TvDlQ MDAKJw//V+f0frDGnGwgzqP/WqyIfSszGEN4gX4i5qGBbc9QJfXsWFmJahZttMAq dariltki6uSwtGepCp6qjMYLTephaZKzLwc3aue0VJupfuDEQw3oM0GNEv9CbqOy BX515smS5SZISUVHTXnQ18fv3GEVHeXEAWuQ1P3CZgwzUwjaaH4iTD1PI5VdVyhW Z5J4puy4fuA9LfcCUkg2TPerPOwWc+d/JiBBecWzLFl/HV1EgIiCqumMpYkDigtD lV+VYJS50glxjfJ5fhlqsd8zHIKTSsYviMOKkijyZ0oVJhCQvI+Ci3p0lsMkNlYl C6FLOTZSH9Gnh4KjAdZBNcz84roqSfMMPk3FdFs0u6dy57H6FhQb7uLZ8ZzeD6st KklDHtx9uhleqCpLwY7q2eAKqjjYjmNyDKIda9VJZ7dSrX1EVtHZmvVRB4nHA/X6 G0g6VGjb5onCJweNcArEcsioZmMtOw4vK+p7ck9/8tEd10qAzGALO5SV+uub6gjI b9c8Io0GXNYOOmZ4PoO/la24Y+mnd2/PnIntq9VdldS4KmWUcjPrKTO0TcEnZv3A trOnKwiU/9IyeRmqgf4ovFdJ6czKG1BysqEtTRBSU/DBwamerpjBBYhU1SBZzw65 suXGCwDXJvAYVlPHB5Swlggpm3ebWis6FpADo8+lJRs454Q/Z10= =NQjv -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/bceb8e6f-95fa-6bab-081a-e6ff8277d0f1%40qubes-os.org.
