Kimi MA
Kimi MA
I create a small package to indicate the remaining text: https://github.com/kimim/pdf-view-pagemark Demo: https://github.com/kimim/pdf-view-pagemark/blob/master/pdf-view-pagemark-demo.gif 
I vote for this. Make a warning before next wraparound is better. Or even better, when I am at the end of the buffer, C-s will locate to the nearest...
As you are using msys2 now, you can compile with cmake and ninja: ``` mkdir build cd build cmake -DUA_ENABLE_AMALGAMATION=ON .. ninja ``` Then copy `open62541.[c|h]` to the same folder...
cmake and ninja work out of box from msys2. `pacman -S mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-ninja`
That's a good idea. But I am not familiar with chemacs2. I'll need some time to learn.
could you have a try? Clone to ~/.emacs.kimim ``` git clone https://github.com/kimim/kimim-emacs ~/.emacs.kimim ``` Add to chemacs2 profile ``` (("default" . ((user-emacs-directory . "~/.emacs.default"))) ("kimim" . ((user-emacs-directory . "~/.emacs.kimim")))) ```...
I put the variables in `kimim-emacs/early-init.el`, if your chemacs2 do not have `early-init.el` in `.emacs.d`, you will not get variables configured.
@jpfr I tried, but not work.
OK, Let me try again.