17 Jan 2023 |
k0kada (he/him) | Just let the CI pass (not that it matters for this PR) | 19:17:25 |
k0kada (he/him) | Can you approve? | 19:17:36 |
18 Jan 2023 |
| Fabián Heredia joined the room. | 03:58:09 |
19 Jan 2023 |
| yhr_c joined the room. | 20:06:43 |
20 Jan 2023 |
| jakuzureno joined the room. | 22:49:17 |
jakuzureno | Hi, is anyone using doom emacs on darwin with flakes? I can build my configuration, but when I try to switch to it, I'm getting install: cannot create directory '/var/empty/Library': Operation not permitted | 23:11:56 |
ckie (they/them) | it's not supposed to do that. does it work with standard emacs? | 23:53:40 |
ckie (they/them) | * does it work with standard nixpkgs/emacs-overlay emacs? | 23:53:51 |
ckie (they/them) | maybe #emacs:nixos.org has seen it before | 23:54:15 |
21 Jan 2023 |
jakuzureno | In reply to @ckie:ckie.dev does it work with standard nixpkgs/emacs-overlay emacs? yeah nixpkgs emacs works, I'll try in the other room, thanks | 10:49:59 |
ckie (they/them) | maybe one of the packages doom uses is trying to do that | 14:06:14 |
ckie (they/them) | better with a full log | 14:06:20 |
23 Jan 2023 |
hdzki ⚡️ | does trivialBuild not build the associated .texi documentation into Info as well? | 10:23:51 |
hdzki ⚡️ | the resulting derivation only has the elisp and the byte compiled version | 10:24:08 |
24 Jan 2023 |
ribosomerocker | Well, new year; new doom emacs issue! It seems that for some reason, a bug occurs in NDE but not Doom. Specifically, it doesn't detect language extensions that i have specified in another file, my project's .cabal file. So it detects some faux errors even though it compilers fine | 17:52:18 |
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 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 |