This package browser is in early development. Mind the rough edges.

emacs-firefox-javascript-repl

Jack into Firefox

This package provides a way to REPL into a new Firefox instance's JavaScript engine. A new throwaway Firefox profile directory is created before each run, so you won't need to modify your existing profiles. This mode takes care of starting the new Firefox process in debugging mode, which may be tedious to do by hand. This comint mode is barebones and unstructured, meant for quick JavaScript experiments.

Installation

Install the latest version of emacs-firefox-javascript-repl as follows:

guix install emacs-firefox-javascript-repl

Or install a particular version:

guix install emacs-firefox-javascript-repl@0.9.5

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.

Badge code

You can use the following badge to inform users of emacs-firefox-javascript-repl about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/emacs-firefox-javascript-repl'><img src='https://packages.guix.gnu.org/packages/emacs-firefox-javascript-repl/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/emacs-firefox-javascript-repl/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/emacs-firefox-javascript-repl)

Example Org:

[[https://packages.guix.gnu.org/packages/emacs-firefox-javascript-repl][https://packages.guix.gnu.org/packages/emacs-firefox-javascript-repl/badges/latest-version.svg]]