emacs-bfuture 1.0.3
Basic future concept for Emacs with Tramp support
This package provides basic functions for spawning processes asynchronous in Emacs and retrieving the output. It is similar to emacs-pfuture
except that this works over Tramp but the feature set is more limited. For example, it cannot tell stdout and stderr apart.
- Outputs:
out
- Website: https://github.com/plattfot/bfuture.el
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install emacs-bfuture 1.0.3
as follows:
guix install emacs-bfuture@1.0.3
Or install the latest version:
guix install emacs-bfuture
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.