unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#70279: emacs-vterm not working
@ 2024-04-08 13:07 Théo Tyburn
  2024-04-10 23:25 ` Richard Sent
  0 siblings, 1 reply; 2+ messages in thread
From: Théo Tyburn @ 2024-04-08 13:07 UTC (permalink / raw)
  To: 70279

The package emacs-vterm doesn't seem to work as intended.

Running
> guix shell --pure emacs emacs-vterm -- emacs -Q
> (require 'vterm)
results in
> Vterm need `vterm-module' to work. Compile it now? (y or n)
This is very weird since this error message isn't even present in the
package source (guix build emacs-vterm) but only in upstream source...

guix describe
> guix bfc6143
>   repository URL: https://git.savannah.gnu.org/git/guix.git
>   branch: master
>   commit: bfc614397b5f146056bda4b5a8e3a67bd1ca7b23
> rde 0c49f45
>   repository URL: https://git.sr.ht/~abcdw/rde
>   branch: master
>   commit: 0c49f451cc2de56043ce95169a5406d1ac340e94
> nonguix ec1daa7
>   repository URL: https://gitlab.com/nonguix/nonguix
>   branch: master
>   commit: ec1daa71c7f03e7401d05136c290630f03f9a560


Cheers,

Théo




^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#70279: emacs-vterm not working
  2024-04-08 13:07 bug#70279: emacs-vterm not working Théo Tyburn
@ 2024-04-10 23:25 ` Richard Sent
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Sent @ 2024-04-10 23:25 UTC (permalink / raw)
  To: Théo Tyburn; +Cc: 70279

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.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-10 23:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-08 13:07 bug#70279: emacs-vterm not working Théo Tyburn
2024-04-10 23:25 ` Richard Sent

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).