jed-users mailing list

[2024 Date Index] [2024 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

[jed-users] Re: No tabs in python mode


Bernhard Seckinger <bernhard.seckinger@xxxxxxxxxx> wrote:

> PS: If anyone still cares, I'm using Debian stable, my jed versions is

From the S-Lang prompt do

  vmessage("%d", Tab_Always_Inserts_Tab)
  
If it says '1', there's the rub.

Btw., There are no less than five variables related to TABs, here
shown with their default values:

   Tab_Always_Inserts_Tab = 0;
   TAB = 8;
   USE_TABS = 1;
   TAB_DEFAULT = 8;
   USE_TABS_DEFAULT = 1;
   
That is mildly confusing!

  Morten
_______________________________________________
For list information, visit <http://jedsoft.org/jed/mailinglists.html>.


[2024 date index] [2024 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]