22 Feb 2023 |
| Benedikt Tissot joined the room. | 09:32:19 |
25 Feb 2023 |
| amardeeps joined the room. | 05:49:22 |
k0kada (he/him) | Seems like nix-doom-emacs is officially broken | 10:58:37 |
k0kada (he/him) | I got the same issue that build is stuck in [nix-doom-emacs] Inhibiting (kill-emacs) , but that is without overriding doom-emacs input | 10:59:45 |
Benedikt Tissot | The problem is with recent emacs-overlays, if you pin to a commit of approx. 1.5 weeks ago it should work again. Did not have time to debug further. | 11:01:33 |
Benedikt Tissot | (I am using emacsPgtk) | 11:02:31 |
k0kada (he/him) | In reply to @benedikt:tissot.de The problem is with recent emacs-overlays, if you pin to a commit of approx. 1.5 weeks ago it should work again. Did not have time to debug further. Do you have the commit there? I can pin the commit in nix-doom-emacs repo until someone has more time to investigate | 11:05:13 |
Benedikt Tissot | https://github.com/nix-community/emacs-overlay/commit/c16be6de78ea878aedd0292aa5d4a1ee0a5da501 | 11:08:41 |
Benedikt Tissot | I have this in my config right know because I forgot to pin the latest I tried that worked, but I think that one half a week later should still work | 11:09:31 |
k0kada (he/him) | Thanks | 11:57:41 |
Benedikt Tissot | No problem | 11:59:33 |
k0kada (he/him) | For anyone that wants to help:
https://github.com/nix-community/nix-doom-emacs/pull/316#issuecomment-1445096229 | 12:31:29 |
k0kada (he/him) | In reply to @k0kada:matrix.org For anyone that wants to help: https://github.com/nix-community/nix-doom-emacs/pull/316#issuecomment-1445096229 Maybe ckie (they/them) has some idea what is happening here | 12:55:28 |
lord-valen | k0kada (he/him): See my comment on your PR. Does your config.el make use of `featurep`? If so, then it's certainly related to the keybind issue, which is a load-order issue. | 18:32:14 |
k0kada (he/him) | In reply to @lord-valen:matrix.org k0kada (he/him): See my comment on your PR. Does your config.el make use of `featurep`? If so, then it's certainly related to the keybind issue, which is a load-order issue. All keybindings are broken as far I know | 18:33:51 |
k0kada (he/him) | Including the defaults from doomemacs | 18:33:58 |
lord-valen | Try the non-nvil keybindings. Such as C-c p p. | 18:35:57 |
lord-valen | * Try the non-evil keybindings. Such as C-c p p. | 18:36:02 |
lord-valen | If none of those keybindings work, then :config default +bindings is not loaded at all. | 18:36:57 |
lord-valen | Either way, failure to load or late loading would cause featurep to be false, which might be causing portions of your config.el not to run. | 18:38:32 |
1 Mar 2023 |
| Fabián Heredia changed their display name from fabianhjr to Fabián Heredia. | 06:05:23 |
| duponin joined the room. | 18:09:56 |
3 Mar 2023 |
ckie (they/them) | k0kada (he/him): do you wanna try peering on unborking NDE with a proper locking mechanisn=m like in #353 and all of that? | 17:01:51 |
ckie (they/them) | * k0kada (he/him): do you wanna try peering on unborking NDE with a proper locking mechanisn=m like in #353 and all of that sometime? | 17:01:57 |
k0kada (he/him) | In reply to @ckie:ckie.dev k0kada (he/him): do you wanna try peering on unborking NDE with a proper locking mechanisn=m like in #353 and all of that sometime? I don't really have too much energy nowadays (too much work), but sure if I can get it back | 19:57:24 |
k0kada (he/him) | I wanted to at least bump NDE first though | 19:57:38 |
ckie (they/them) | my thinking is it won't be as hard if we don't have to chase why 10 different dependencies are broken, but also I think it'd be better if one of us (likely me?) got a vague PoC working that we can hack on together fast then | 19:59:02 |
k0kada (he/him) | Not sure, I think the whole issue right now is that new profile system from doomemacs | 20:01:04 |
k0kada (he/him) | Since I tried to remove it some things didn't initialize so everything got broken I guess | 20:01:38 |
k0kada (he/him) | The code from doomemacs seems relatively stable nowadays BTW, so if we end up fixing I think we shouldn't expect other big breakages | 20:02:11 |