Sawan Vithlani
Sawan Vithlani
Same issue, `M-.` wants a TAGS file -- even if the symbol is completely local.
Same problem here. Makes this pretty much useless for navigating large Python sources -- which was the point of trying it in the first place!
Wow, this looks awesome. So adding the elisp function + imenu is all that's required?
I couldn't get this to work in Python mode. What entry function should I be invoking? I tried origami-close-all-nodes.
@wbolster thanks, sorry for late reply. I have added the function it to `origami-parser-alist`. Now when I do `origami-close-all-nodes` I get an error saying `let*: Symbol’s value as variable is...
Hi @wbolster, I have added the parser function to my configuration: https://github.com/sawan/emacs-config/blob/279e125344a81d3bf548e64c302829bc3a2efcb2/emacs24.el#L1614-L1651 And here is the value of `origami-parser-alist` https://github.com/sawan/emacs-config/blob/279e125344a81d3bf548e64c302829bc3a2efcb2/emacs24.el#L1718-L1746 Am I doing anything wrong?
@wbolster I have sent you an email with the stack trace attached. Origami version is 20180101.753 Thanks again....
@wbolster Lexical Binding was indeed the problem!! I put `;;; -*- lexical-binding: t -*-` in my `.emacs` and it works like a charm -- may I say its a very...
> Small update. I have Apple Silicon builds working, and I've managed to minize the use of the M1-based xlarge runners to only the essentials. This seems to yield roughly...