Sibi Prabakaran
Sibi Prabakaran
Thanks for the confirmation @shackra. In that case, I'm not sure if I can do anything here to fix it. Probably this is a doom specific issue and better handled...
Ah, I see. I will debug this further this weekend. > since you authored the package, maybe you would have a better idea about what's wrong The code is actually...
Unfortunately I have been quite occupied with other work. But I could reproduce the issue and I do think I know where the issue is originating from: The syntax table...
These are two places specifically I will start from: * https://github.com/psibi/rego-mode/blob/be110e6cef5d34eef0529a8739c68e619cf15310/rego-mode.el#L78 * https://github.com/psibi/rego-mode/blob/be110e6cef5d34eef0529a8739c68e619cf15310/rego-mode.el#L94 A somewhat involved way to debug is comment out some part of the code and see if...
Yeah, this mode doesn't implement indendation. But I thought maybe the syntax table is causing the bad interaction. Since it derives from `prog-mode`, my understanding is that it relies on...
@shackra And your `tab-always-insert` is set too when you are in the `prog-mode` ?
Yeah, it would be nice to have this. I would be happy to accept a PR for the same.
Does using `w` key binding to pass the positional argument work for you ?
Cool, closing the issue then as you can use that to pass positional arguments.
> but that doesn't work with eshell. The key binding to fetch previous item from history inside eshell is `M-p`. And from a quick testing it does seem to work...