Daniel GSJ wrote:
Well, this is what happens when writing a file in moe: Thí s is an exá mple of what is displá ed when wrí ting. [...] It only happens at the very moment when you are writing. If you save the file with F2, you can still see the spaces. If you close the file with Ctrl + x and open it again or you cat the file, the text is correct without extra spaces.By the way, I have detected another issue. If I try to write a capital accented vowel like Á, this time a question mark appears with the following message: Key code 129(0x81) ignored. [...] - Keyboard According to 'kbd_mode' the keyboard is set in Unicode mode (UTF-8), the map is es ('loadkeys es').
It seems that the keyboard being in UTF-8 mode is the problem because 'Á' in UTF-8 is the sequence 0xC3,0x81.
In my text console, 'kbd_mode' swows: The keyboard is in the default (ASCII) mode And in my terminal emulator (Konsole) it shows: The keyboard is in raw (scancode) mode Hope this helps, Antonio.
