Valentin Boettcher

Results 73 comments of Valentin Boettcher

i've got the same problem. did you resolve it in the meantime?

> * Your OS details; `NixOS unstable` > > * Build details of Emacs from `M-x emacs-version`; `GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.21, cairo version 1.16.0)` >...

Interesting: it also happens if the ligature list is completely empty :P and it happens with cascadia code Related http://emacs.1067599.n8.nabble.com/bug-42522-Emacs-27-100-CPU-when-setting-mode-name-with-ligatures-td515786.html#a517123 and https://www.reddit.com/r/emacs/comments/icem4s/emacs_271_freezes_when_using_font_ligatures/ > This particular problem is fixed on emacs...

I can confirm that the commit fixes the issue for me. In nixos you can use: ```nix let myEmacs = (pkgs.emacs.override { # Use gtk3 instead of the default gtk2...

New twist: I've made a nix package for it. The only problem is, that even when using `lisp=sbcl-bin/system`, the version in the config file is not "system". Changing `/home/hiro/.roswell/env/roswell/config` to...

Is there a way to make it work with dynamic native libraries on nixos?

Well I've tried using some quicklisp systems, that depended on OpenSSL in a nix-shell as you said. I am a real noob regarding those things and should read up on...

Oh never mind, it is `libssl` specifically :P. I can't read ;P. All clear now :) `LD_LIBRARY_PATH = "${openssl.out}/lib";` took care of it.

Thanks, I'll check that out. here is my nix package for roswell: https://github.com/NixOS/nixpkgs/pull/120763

`ros lisp=sbcl-bin/system sbcl-bin.version=system` does fix it for me. > New twist: I've made a nix package for it. > The only problem is, that even when using `lisp=sbcl-bin/system`, the version...