Thierry Volpiatto

Results 207 comments of Thierry Volpiatto

maggo007 ***@***.***> writes: > Suggestion > > helm-find-file is not showing knowns servers as soon as a username is used > > Description > > When trying to connect to...

I suggest you use helm-eshell instead of generic completion-at-point: ```elisp (cond ((= emacs-major-version 27) (define-key eshell-mode-map (kbd "TAB") 'helm-esh-pcomplete)) ((= emacs-major-version 28) (define-key eshell-hist-mode-map (kbd "TAB") 'helm-esh-pcomplete)) (t (define-key eshell-mode-map...

ikappaki ***@***.***> writes: > What happened? > > Completion at point (hitting ) on a subpath replaces the subpath > with the last subdirectory instead of completing > > How...

I reverted the fix done here for now as it is not working with bash-completion (see #2532).

twlz0ne ***@***.***> writes: > What happened? > > Unable to quit recursive edit in minibuffer. Sorry but I don't understand what is happening, I will not try your recipe which...

Bill Ashmanskas ***@***.***> writes: > This "running helm command outside of context" issue happens to me > about once a week. I have not yet narrowed it down. It seems...

Are Jensen writes: > @sebastiencs @twlz0ne I'm able to replicate the issue on Linux with Emacs 26.0.50 and Emacs 27.0.50. > I traced both problems down to the make-frame-invisible call...

Hörmet Yiltiz writes: > This issue also exists with ivy. See https://github.com/emacs-helm/helm/issues/1976 -- Thierry

Yes, I think I definitely lost this branch.