Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kaz-yos/eval-in-repl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.7
Choose a base ref
...
head repository: kaz-yos/eval-in-repl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 4 files changed
  • 6 contributors

Commits on Nov 12, 2020

  1. WIP eir-send-to-shell works with shell & term mode

    Christos Vagias committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    16eaca5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c3acb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afe01a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ef29f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e4497a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. vterm support

    actondev committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    8b1d1f4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #44 from actonDev/feature/shell-and-term

    Feature/shell and term
    kaz-yos authored Nov 21, 2020
    Configuration menu
    Copy the full SHA
    2abb9cc View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Add Package-Requires header and drop eval-in-repl-pkg.el

    It can be problematic to have a placeholder in the version field. It would be
    better to drop the file, as it duplicates information from eval-in-repl.el.
    akirak committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    461aba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4673e7f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Prevent dynamic changing of vterm buffer name

    When an user customizes vterm-buffer-name-string to be non-nil, vterm
    buffer names can change dynamically, depending, for example, on the
    working directory of the shell. This causes problems in eval-in-repl,
    which assumes that the buffer names does not change and is always
    equal to eir-shell-buffer-name. Specifically, each call to
    eir-eval-in-shell causes a new buffer to be created.
    
    This change prevents the dynamic name changes for vterm buffers
    created by eval-in-repl.
    wentasah committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    aa71657 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    723fc13 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    dcc0be1 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Merge pull request #53 from nicolas-graves/master

    Update eval-in-repl-geiser.el
    kaz-yos authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    debfc3e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #50 from wentasah/master

    Prevent dynamic changing of vterm buffer name
    kaz-yos authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    ed55227 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #47 from akirak/no-pkg

    Drop the package description file
    kaz-yos authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    a57c6a7 View commit details
    Browse the repository at this point in the history
Loading