gitpod-workspace-emacs-nw

Self-contained repo: CDE config for Gitpod workspace based on Docker-Coq image using Emacs in (browser) Terminal.

MIT License

Stars
1

Usage

[!IMPORTANT] This repository essentially serves as a Gitpod Dotfiles repository for Emacs-in-Browser-Terminal.

It also serves as a ready-to-use demo (cf. steps 2. and 3. below) for OCaml and Coq experiments.

It should be unneeded to fork this repository for reusing its content in other projects: it suffices to follow step 2. below, and add a .gitpod.yml file in your own repository (see this repository template).

  1. Log in Gitpod Classic using your GitHub account
  2. Open your Gitpod Preferences
    • Set your Dotfiles Repository URL: https://github.com/erikmd/gitpod-workspace-emacs-nw
  3. Open this Gitpod URL (or manually create a workspace) with the Terminal browser IDE
    • If ever the loading takes too much time, try to reload the tab once (Ctrl+R)
  4. Run emacs in the workspace shell (based on tmux)
  5. Note the existence of the (?) special menu in Emacs, also:
    • type Alt+F1 or Ctrl+F1 to get some help on the main key bindings;
    • type F7 to disable xterm-mouse-mode and thus allow copy-and-paste with the mouse.
  6. You may also be interested in the Gitpod Browser Extension to create workspaces more easily from other repositories.

Summary

This self-contained GitHub repository contains three branches:

Limitation

This approach relies on the Gitpod Classic plans which are intended to be replaced with Gitpod Flex after April 2025.