Code Monkey home page Code Monkey logo

Comments (8)

vaeth avatar vaeth commented on June 14, 2024

I recognize these lines as part of my gentoo ebuild.
I remember that I had a similar issue once and spent hours to figure out the cause. Finally, the problem was with colliding versions of zsh-fu-zsh and zsh-syntax-highlighting: Upgrading both to the latest git release made the issue magically disappear.

from auto-fu.zsh.

hchbaw avatar hchbaw commented on June 14, 2024

Hi, Joe!

I've managed to get it working without any errors with
http://codepad.org/gJdSz0cs.

(just source 06-auto-fu.zsh in my ~/.zshrc)

I suspect that some other configration are conflicting with.

Please show your complete .zshrc if you don't care to open it public.
If you do care, please show below command output for the reference.


zmodload zsh/parameter

for k v in ${(kv)options}; do print $k $v; done

from auto-fu.zsh.

joe9 avatar joe9 commented on June 14, 2024

Hello Takeshi Banse,

Thanks for your quick response.

I've managed to get it working without any errors with
http://codepad.org/gJdSz0cs.

I copied the above code to the file : http://codepad.org/0LrI1b82

This is the shell history of what I did: http://codepad.org/rAIFNE4I

and, these are the errors:

source
06-auto-fu.zsh.does_not_work

source
06-auto-fu.zsh.does_not_work

with-afu~: job table full or recursion limit
exceeded

with-afu~: job table full or recursion limit
exceeded

with-afu~: job table full or recursion limit
exceeded

with-afu~: job table full or recursion limit
exceeded

with-afu~: job table full or recursion limit
exceeded

with-afu~: job table full or recursion limit
exceeded

with-afu~: job table full or recursion limit
exceeded

with-afu~: job table full or recursion limit
exceeded

with-afu~: job table full or recursion limit
exceeded

with-afu~: job table full or recursion limit
exceeded

I suspect that some other configration are conflicting with.

Please show your complete .zshrc if you don't care to open it public.
If you do care, please show below command output for the reference.


zmodload zsh/parameter

for k v in ${(kv)options}; do print $k $v; done

This is the output of the above command: http://codepad.org/e7WKv3GU

Please let me know if you need more details. My zshrc is split into
multiple files, hence, it is kind of painful to paste it out.

Thanks again
Joe

from auto-fu.zsh.

joe9 avatar joe9 commented on June 14, 2024

Hello Vaeth,

I remember that I had a similar issue once and spent hours to figure out
the cause. Finally, the problem was with colliding versions of zsh-fu-zsh
and zsh-syntax-highlighting: Upgrading both to the latest git release made
the issue magically disappear.

I am on the latest version for both, I believe. the 9999 ebuilds, if that
is what you are referring to. Installed them both today.

Thanks
Joe

from auto-fu.zsh.

joe9 avatar joe9 commented on June 14, 2024

Hello Takeshi Banse,

Thanks for your quick response.

I've managed to get it working without any errors with
http://codepad.org/gJdSz0cs.

I copied the above code to the file : http://codepad.org/0LrI1b82

This is the shell history of what I did: http://codepad.org/rAIFNE4I

and, these are the errors:

source
06-auto-fu.zsh.does_not_work

source
06-auto-fu.zsh.does_not_work

with-afu~: job table full or recursion limit
exceeded

with-afu~: job table full or recursion limit
exceeded

with-afu~: job table full or recursion limit
exceeded

with-afu~: job table full or recursion limit
exceeded

with-afu~: job table full or recursion limit
exceeded

with-afu~: job table full or recursion limit
exceeded

with-afu~: job table full or recursion limit
exceeded

with-afu~: job table full or recursion limit
exceeded

with-afu~: job table full or recursion limit
exceeded

with-afu~: job table full or recursion limit
exceeded

I suspect that some other configration are conflicting with.

Please show your complete .zshrc if you don't care to open it public.
If you do care, please show below command output for the reference.


zmodload zsh/parameter

for k v in ${(kv)options}; do print $k $v; done

This is the output of the above command: http://codepad.org/e7WKv3GU

fyi, This is the completion related portion of my zshrc:
http://codepad.org/e7WKv3GU

Thanks
Joe

from auto-fu.zsh.

joe9 avatar joe9 commented on June 14, 2024

Hello Takeshi Banse,

fyi, This is the completion related portion of my zshrc:
http://codepad.org/e7WKv3GU

Above is a wrong paste, this is the correct one: http://codepad.org/tQ9zkX6F

Thanks and Sorry for the bother,
Joe

from auto-fu.zsh.

hchbaw avatar hchbaw commented on June 14, 2024

Hi, Joe!

Thank you for your reports for finding the problem.

This helps and I can reproduce the error now!

Please turn off rcexpandparam while sourcing the auto-fu.zsh.
This can be accomplished like below;


Now we source ${PN}

() {

temporally turn off rcexpandparam while sourceing the auto-fu.zsh

setopt localoptions no_rcexpandparam
source /usr/share/zsh/site-contrib/auto-fu.zsh/auto-fu.zsh

}

The error does not signal any more here for me.
I hope this helps you, too!

from auto-fu.zsh.

joe9 avatar joe9 commented on June 14, 2024

Hello Takeshi Banse,

Please turn off rcexpandparam while sourcing the auto-fu.zsh.
This can be accomplished like below;


Now we source ${PN}

() {

temporally turn off rcexpandparam while sourceing the auto-fu.zsh

setopt localoptions no_rcexpandparam
source /usr/share/zsh/site-contrib/auto-fu.zsh/auto-fu.zsh

}

The error does not signal any more here for me.
I hope this helps you, too!

It works now. Thanks.

Joe

from auto-fu.zsh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.