Neil M

Results 6 comments of Neil M

Thanks! Sorry, should have pasted that full traceback earlier, here it is: ``` Original exception was: Traceback (most recent call last): File "secondary.py", line 400, in on_export_btn_clicked File "main.py", line...

P.S. in the file `error_log_2022-10-22.txt` I just see the following: > Crash@2022-10-22 10:08:13 > > Crash@2022-10-22 10:30:52 The traceback above I copied from the command line output.

I had the same issue but like @LukasCBossert I was still getting the error with `spell` disabled. This is for Doom running in Termux on Android. In `*messages*` buffer there...

I got the same error using this repo. But: > I assume your custom configs are what is letting me interact with emacs using my touchscreen. I don't think this...

Just for anyone else coming across this, the following exportsOverride in bower.json should get font-awesome to work. ``` "exportsOverride": { "font-awesome": { "fonts": "fonts/*", "css": "css/font-awesome.css" } } ``` As...

To help others, noting that #1225 has a couple of suggestions for current 'workarounds', as well as a mockup of how this could be implemented.