[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#70279: emacs-vterm not working
From: |
Richard Sent |
Subject: |
bug#70279: emacs-vterm not working |
Date: |
Wed, 10 Apr 2024 19:25:56 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
I was unable to replicate this myself, the following commands worked:
--8<---------------cut here---------------start------------->8---
$ guix time-machine -q --commit=bfc614397b5f146056bda4b5a8e3a67bd1ca7b23 \
-- shell --pure emacs emacs-vterm -- emacs -Q
(require 'vterm)
M-x vterm
--8<---------------cut here---------------end--------------->8---
I've seen that message before when installing vterm via straight.el.
vterm requires an external library (libvterm) to function. Guix usually
handles compiling that library as an input of the emacs-vterm package.
Perhaps it has something to do with how libvterm is a native input, not
a regular input? If it's required at runtime my understanding is it
should be the latter, not the former.
--
Take it easy,
Richard Sent
Making my computer weirder one commit at a time.