Bug#1049935: jed: tabs are being inserted by the indent line routine when USE_TABS is off

2023-08-24 Thread Brad Lanam
You will need to use a larger indent than 3 characters. It happens to me when the indent is at least 8 characters. I think these are the relevant variables. C_INDENT = 2; C_BRACE = 0; C_BRA_NEWLINE = 0; C_Colon_Offset = 2; variable C_Switch_Offset = 0; C_CONTINUED_OFFSET = 4; TAB = 0;

Bug#1049935: jed: tabs are being inserted by the indent line routine when USE_TABS is off

2023-08-24 Thread Rafael Laboissière
Control: tags -1 + unreproducible moreinfo * Brad Lanam [2023-08-16 17:59]: Package: jed Version: 1:0.99.20~pre.178+dfsg-6 I have been using jed for a very long time, and this current release is now inserting tab characters when an automatic indent is done (C mode). This wasn't the case

Bug#1049935: jed: tabs are being inserted by the indent line routine when USE_TABS is off

2023-08-16 Thread Brad Lanam
Package: jed Version: 1:0.99.20~pre.178+dfsg-6 I have been using jed for a very long time, and this current release is now inserting tab characters when an automatic indent is done (C mode). This wasn't the case before. I have USE_TABS=0 and TAB=0. The tab key works as I want it to, inserting