| 24 Jan 2023 |
ribosomerocker | After some debugging I figured out that flycheck's haskelll-ghc does this, and I found https://github.com/flycheck/flycheck-haskell/issues/43 which seems like my issue | 17:52:48 |
ribosomerocker | which, speaking about flycheck-haskell; is it possible that normal doom emacs uses it but NDE doesn't? | 17:53:02 |
ribosomerocker | also: do you guys recommend any way to install mutable, imperative doom emacs to test it and see if the bug happens in it too or just NDE? i think that's a really important thing to write in the documentation, especially to decrease bug reports to the normal doomemacs repo since it could be a bug with how we handle things | 17:54:14 |
ribosomerocker | i wonder, can anyone here reproduce this as well? | 18:56:06 |
| 25 Jan 2023 |
| @worldofgeese:one.ems.host left the room. | 01:59:04 |
akaihola | Hi all!
How would I install the po-mode Emacs major mode into Nix Doom Emacs?
The .el files seem to be distributed with gettext, but the NixOS gettext package doesn't seem to include it – but there is an emacsPackages.po-mode based on emacsmirror/po-mode. I wonder if that one comes from gettext, or if it's the same as melpa/recipes/po-mode which people seem to have problems with.
So how to proceed in the "correct" way for Nix Doom Emacs?
| 09:57:24 |
ribosomerocker | In reply to@mon:tchncs.de i wonder, can anyone here reproduce this as well? for anyone who's able to: just clone https://git.sr.ht/~ribosomerocker/blog and open app/Main.hs in your NDE | 16:56:03 |
ribosomerocker | (assuming you have direnv configured and that you use flakes( | 16:56:17 |
ribosomerocker | * (assuming you have direnv configured and that you use flakes) | 16:56:19 |
ribosomerocker |  Download image.png | 16:58:17 |
ribosomerocker | the thing you're looking for is if these two errors are reported | 16:58:19 |
ribosomerocker | if they are, this means it's a bug with NDE | 16:58:25 |
ribosomerocker | In reply to@mon:tchncs.de i wonder, can anyone here reproduce this as well? * for anyone who's able to: just clone https://git.sr.ht/~ribosomerocker/blog, direnv allow it and open app/Main.hs in your NDE | 16:58:53 |
ribosomerocker | i'd also appreciate it if you guys tested it on an imperative doom installation | 16:59:19 |
alicecandyOM | In reply to @akaihola:matrix.org
Hi all!
How would I install the po-mode Emacs major mode into Nix Doom Emacs?
The .el files seem to be distributed with gettext, but the NixOS gettext package doesn't seem to include it – but there is an emacsPackages.po-mode based on emacsmirror/po-mode. I wonder if that one comes from gettext, or if it's the same as melpa/recipes/po-mode which people seem to have problems with.
So how to proceed in the "correct" way for Nix Doom Emacs?
nix search tells that emacsPackages.po-mode is autogenerated from melpa | 17:06:13 |
mei 🌒& | ribosomerocker: rebuilding now | 17:34:59 |
mei 🌒& | interestingly there's only ~100 things to nativecomp build | 17:38:59 |
mei 🌒& | holy [0/231 built, 12/0/526 copied (0.0/7587.1 MiB), 0.0/588.1 MiB DL] this needs to be way smaller for me to finish it before i get frustrated by the disk io slowing things down :P | 17:47:40 |
akaihola | In reply to @alicecandyom:krendelhoff.space nix search tells that emacsPackages.po-mode is autogenerated from melpa Ok so that's them probably not what I want. I wonder if the .el file has been omitted on purpose from NixOS gettext. | 17:53:22 |
ribosomerocker | ah. thats a lot | 17:54:33 |
akaihola | In reply to @alicecandyom:krendelhoff.space nix search tells that emacsPackages.po-mode is autogenerated from melpa * Ok so that's then probably not what I want. I wonder if the .el file has been omitted on purpose from NixOS gettext. | 18:01:35 |
ribosomerocker | In reply to@ckie:ckie.dev holy [0/231 built, 12/0/526 copied (0.0/7587.1 MiB), 0.0/588.1 MiB DL] this needs to be way smaller for me to finish it before i get frustrated by the disk io slowing things down :P is it because of the haskell stuff mostly? | 18:42:53 |
ribosomerocker | i can minimise the dependencies | 18:42:57 |
mei 🌒& | it's the total | 18:43:11 |
mei 🌒& | but yeah bare min would help | 18:43:28 |
ribosomerocker | should be smaller now | 18:54:43 |
ribosomerocker | i just commited a few commits, the earlier version didn't have my problem, this one should | 19:13:21 |
mei 🌒& | 5352.3MiB now, will let it go after my nixos fleet rebuilds finish (a long time..) | 19:23:08 |
| 27 Jan 2023 |
ribosomerocker | so i suppose it didn't build | 15:35:13 |
ribosomerocker | i think i'll test it on myself on non-nix doom | 15:35:31 |