-autoindent
-columns nnn
-force
-guess_crlf
-guess_indent
-icase
-indentc 9
-istep 2
-joe_state
-lines nnn
-lmsg \i%k%T%W%I%X %n %m%y%R %M %x
-nobackups
-nolocks
-nonotice
-notite
-rmsg %S Row %r Col %c %t Ctrl-K H for help
-tab 4
-usetabs
-wordwrap
-wrap
If I copy the following text into my clipboard
/* * XXXXXXXX * XXXXXXXX * XXXXXXXX * XXXXXXXX */
Then paste into a joe-opened "test.txt", it's pasted OK
test.txt (Modified) Row 7 Col 1 8:58 Ctrl-K H for help
/*
* XXXXXXXX
* XXXXXXXX
* XXXXXXXX
* XXXXXXXX
*/
But if I paste into a joe-opened "test.php", it's pasted INDENTED
test.php (Modified) Row 7 Col 1 8:58 Ctrl-K H for help
/*
* XXXXXXXX
* XXXXXXXX
* XXXXXXXX
* XXXXXXXX
*/
What specific setting -- in .joerc? -- do I need to make sure I never get this indentation behavior? I only want to paste what I intended, not something reformatted.
Last edit: BIllB 2016-01-06
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have joe v4.1 installed on linux.
My ~/.joerc config has
If I copy the following text into my clipboard
Then paste into a joe-opened "test.txt", it's pasted OK
But if I paste into a joe-opened "test.php", it's pasted INDENTED
What specific setting -- in .joerc? -- do I need to make sure I never get this indentation behavior? I only want to paste what I intended, not something reformatted.
Last edit: BIllB 2016-01-06
i had the same problem... the only thing that fixed it for me was disabling syntax highlighting