Takeshi Banse

Results 40 comments of Takeshi Banse

Sorry, I'm not sure what to do with https://github.com/fish-shell/fish-shell/issues/1467 (add most_visited_path; a new suggestion category (see also 1465) ) about "set to remove suggestions first".

Sorry, for now, it cannot be done because it is very hard to inspect the (generated/generation of the) completions from zsh scripts.

Hi, thank you for your report. How about doing this instead? ``` zsh $ git clone https://github.com/hchbaw/auto-fu.zsh.git $ cd auto-fu.zsh $ . ./auto-fu.zsh ```

Yes, it should be considered stable. But it seems that you are using `zsh-syntax-highlighting`. Stable versions (including the `master` and `next` branches) do not support very well yet these well-known...

Could you confirm that the https://github.com/hchbaw/auto-fu.zsh/issues/2#issuecomment-25669236 does not work, @milieu ?

ハイ、こんにちわ! Mucho gusto @Firef0x . Thank you very much for your detailed report. Ugh, `$functions[afu-initialize-rebinds]` will be empty in a zcompiled auto-fu environment. I suspect something went wrong for generating...

Thank you very much reporting back! Does same error still happen if your `~/.zshrc` like this instead? (This means don't use zcompiled file.) ``` sh (... other stuff) ## auto-fu.zsh...

I'm very sorry, it's too late. Thank you very much for posting on https://gist.github.com/Firef0x/88c833e7590860fd53a7#file-auto-fu. Yes. I have wanted to see this line: https://gist.github.com/Firef0x/88c833e7590860fd53a7#file-auto-fu-L681 But I cannot figure out how this...

Thank you very much for your clarifications. I cannot find out why this `aysce` thing is coming. These are quite trial and errors: How does below snippet output, does it...

> See https://gist.github.com/Firef0x/a09d323e816005603ed6#file-output1 > No `aysce` found in the output. Thanks, I'm glad to hear this. This is very OK. > > I want to see your setopts at auto-fu-zcompileing:...