lassik

Results 379 comments of lassik

Added in the PR #72, but `fluid-let` is not a standard library name.

[SRFI 97: SRFI Libraries](https://srfi.schemers.org/srfi-97/srfi-97.html) lists a bunch of mnemonics for SRFIs. For example, `(srfi :1)` becomes `(srfi : 1 lists)`. No such mnemonic is listed for withdrawn SRFIs such as...

How seamless is the transition from Cask to Keg? Cask also seems to be mostly elisp, with only the front-end script in Python; Keg is all elisp.

Debian GNU/Linux 10 (buster). ``` # uname -srm Linux 4.19.0-18-amd64 x86_64 ``` SHA matches. Using `docker run --rm -it silex/emacs:24.5 bash` I can get to a bash prompt, but typing...

``` $ docker --version Docker version 18.09.1, build 4c52b90 ```

Sure. ``` [ { "Id": "sha256:917694e5834d0eaa3b617e4393bb36fcbc27c32586ec32d827c69251e08cf4fa", "RepoTags": [ "silex/emacs:24", "silex/emacs:24.5" ], "RepoDigests": [ "silex/emacs@sha256:696df85f4e3fcf6c5eb443adf82590e3f4b81fe24e6c06a9390f20fc54c21961" ], "Parent": "", "Comment": "buildkit.dockerfile.v0", "Created": "2022-05-29T02:01:37.148900429Z", "Container": "", "ContainerConfig": { "Hostname": "", "Domainname": "", "User":...

Btw, the same problem occurs with: ``` docker run --rm -it silex/emacs:24 docker run --rm -it silex/emacs:25 docker run --rm -it silex/emacs:26 docker run --rm -it silex/emacs:27 ``` `emacs:28` outputs...

With `--privileged` all the containers work normally. Installing and running `vim` or `emacs` from APT works even without `--privileged`.

Notably, and strangely, `--privileged` also solves the segfault with `emacs:28`.

There doesn't seem to be anything weird about it: ``` $ docker run --rm -it silex/emacs:24.5 bash root@15d6e219d5ae:/# id uid=0(root) gid=0(root) groups=0(root) root@15d6e219d5ae:/# ls -alFd /nix/store/4c69jxk9df88k2x60bdgv2fv7h1cj9pc-emacs-24.5/libexec/emacs/24.5/x86_64-unknown-linux-gnu dr-xr-xr-x 2 root root...