jed-users mailing list

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

Re: [jed-users] Simulated tabs without having to use Esc-X ?


>Thank you very much.
>
>I just now put those commands into jed.rc. In jed, I now
>see tabs only taking up 4 spaces, but jed is still inserting
>explicit Control-I characters into the buffer.
>
>In other words, spaces are indeed used to show the tab stops
>on the screen when using jed, but the file itself still
>contains Control-I characters instead of those spaces.
>
>Is there perhaps more besides this that is also necessary
>to ensure that spaces always explicitly get inserted into
>the buffer instead of any Control-I characters?

I'm using the following in my jed.rc:

TAB = 4;
TAB_DEFAULT = 4;
USE_TABS = 0;
USE_TABS_DEFAULT = 0;
Tab_Always_Inserts_Tab = 0;

Cheers, Berni

--
Bernhard Seckinger <bernhard.seckinger@xxxxxxxxxx>
_______________________________________________
For list information, visit <http://jedsoft.org/jed/mailinglists.html>.


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