Titus von der Malsburg

Results 221 comments of Titus von der Malsburg

The second error occurs when a correct key is pressed while a memory item (a letter) is displayed. Both errors are completely harmless. I'll think about a fix.

I have the same problem but without the `^K` part. Doing `vterm-toggle-cd` has exactly the same effect as `vterm-toggle`. My workaround is this: ``` elisp (defun tmalsburg-vterm-toggle-cd-show () (interactive) (vterm-toggle-cd-show)...

I tested PR #20 and it solved my problem partly. I also had to replace `l3regex` with `expl3`.

Thanks for this package. It would be very cool to have some UI for selecting from the available emoji, perhaps something similar to helm-ucs.

This PR solves my problem reported in #19. @m93a are you sure your problem above is related to this PR?

To add some context: Currently guess-language works with Flyspell but I added some infrastructure to make it eventually possible to use other spell-checkers. The way guess-language interacts with the spell-checker...

Sorry for not getting back to this earlier. Too much going on. I've got to say that I don't remember why we reverse and then unreverse. Your PR just gets...

So with this PR, strings are resolved as expected but otherwise nothing changes? Sorry for asking but I don't fully understand what's going on here.