Jordan Besly
Jordan Besly
Hey! I faced a similar situation. Here is a workaround: ```el (let ((a (point))) (deferred:$ (deferred:wait 1000) (deferred:nextc it `(lambda (x) (goto-char ,a) (insert "here!"))))) ``` The trick is that...
hey! this one is nice & concise, but i'm afraid of having too many resources listed in the `entry-level` section, to prevent choice paralysis for beginners. in fact i thought...
Yeah, sure :wink:
@buffcode : yeah, and I implemented it. You've seen my PR. I would gladly accept some help or you taking ownership if you feel like.
Found the culprit! It seems that I introduced [native-complete](https://github.com/CeleritasCelery/emacs-native-shell-complete) in [my setup](https://github.com/p3r7/emacs.d/blob/740ef2c9e14e0f9c1767668f1842dc21e94cf73b/init/components/init-shell.el#L79). It seems that `^[*^U echo ^Y` gets (sometimes?) suffixed to the input commands (see `native-complete-style-suffix-alist`). This suffix sometimes...
`native-complete` works fine when I spawn remote shell wo/ using `with-shell-interpreter`. I can kinda prevent the issue by commenting out [this line](https://github.com/p3r7/with-shell-interpreter/blob/f8a01beda6260bd2eff3f9fe154ddc16da7b6504/with-shell-interpreter.el#L186) in `with-shell-interpreter`. This disables setting `explicit-shell-file-name` (which is...
I've just tested the script `vagrant-tramp-ssh` under cygwin bash, providing my runing VM name as an argument, and the script works fine.
I'm very pleased to discover that M-x `term` works flawlessly on w32 emacs 25.0.92.1. I didn't know that! M-x `vagrant-tramp-term` works as well! Please note that I have a setup...
ideally we should find a universal solution instead of trying to circumvent the issue in each script's repo...
also i've only included the most basic patches to make things work. --- **additional feature: hot plugging midi devices** i have a more complex & dirty patch that allows supporting...