Oleg Pykhalov
Oleg Pykhalov
Forgot to replace `(hes-mode)` with `(add-hook 'prog-mode-hook #'hes-mode)` in the commentary: ``` elisp ;; Put this in the init file: ;; ;; (hes-mode) ````
> That changes the mode to be non-global. And will require every existing user to change their init script. Yes, is it an issue to change a configuration? We could...
> Yes, is it an issue to change a configuration? We could save old behavior with following patch (requires revert a buffer as before current pull request): Revert only for...
> Yes. Though the result will require Emacs to run more code, for this globalized mode. Hm, is it a problem? I guess the performance is almost the same. >...
Thanks for the review. I applied your suggestions. Now `vterm-dabbrev-expand` works greats in Fish shell with autocompletion.
@Sbozzolo `thing-at-point` is required in case you have a cursor after space, in which case `vterm-dabbrev-expand` completes a word after a matching word as `dabbrev-expand`, e.g. after space after "This"...
> What I mean to ask is whether there is a way to make this insertion of text generally work for other commands too, such as completion-at-point? I found code...
@protoEvangelion, I'm not sure about other use cases, because e.g. commenting on an issue requires to type a specific flag. But to be more identical in commands for online activity...
> The main reason for that is because a lot of people use gh ... in aliases or scripts and this type of functionality would break their scripts if they...
Hi @kvaps , @modzilla99 . Without this patch the nfs-ganesha will be OOMKilled installed with the latest [helm chart](https://github.com/kubernetes-sigs/nfs-ganesha-server-and-external-provisioner/blob/master/docs/deployment.md). I've tested modzilla99:master by installing it in a cluster and running...