Results 9 comments of Andrey Kotlarski

I probably have missed this, excuse me. Yes, one can change major mode as likes. In my attempt, after changing the major mode with something like M-x fundamental-mode, I had...

The problem is in how vlf hijacks regular opening of file in the abort-if-file-too-large advice. It does so by throwing an error which means that any code that would have...

Not a bug but rather lack of integration. r/grep buffer links probably call find-file and then move to the specified line and row. This has to be done when opening...

``` (setq vlf-batch-size 2000 ;your preferred batch size vlf-tune-enabled nil ;disable auto tuning so batch size stays the same vlf-batch-size-remote 2000) ;optionally change remote file batch size, very small by...

Thanks, I'm able to reproduce this. The problem seems to be throwing error in the abort-if-file-too-large around advice. This is done to in order to abort the normal file open...

Can you tell what encoding find-file reports? After opening the file, this can be checked with: M-x describe-current-coding-system Maybe I would be able to reproduce it on arbitrary file of...

Thank you for the details! It seems in line with what I observed once upon a time with utf-16. The case back then was that there were some magic header...

I've just pushed something that fixes the issue with utf-16 (at least). Hopefully it will work in this case too.

Got the file, thanks! So the battle continues. I'll investigate in the coming days.