News

I often have issues with Python complaining on compilation due to mixed tab's and spaces. Usually due to copying code from elsewhere that contains Tabs into code written using spaces rather than tabs.
(My tab-width variable is set to 8, and that is where I want to keep it. Since I don't want TABs in my Python code, at all, this setting should not matter.) To no avail: all the code that Copilot ...