Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a suffix to the name of inferior lisp buffers #748

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 12, 2023

  1. add a suffix to the name of inferior lisp buffers

    In the current state, SLIME names all inferior lisp buffers `*inferior-lisp*`
    by default. When starting multiple implementations, we end up with multiple
    inferior lisp buffers whose only difference is a non-descriptive number
    suffix.
    
    With this patch, we use the name of the implementation as suffix, in a way
    similar to REPL buffers.
    
    For example with two inferior lisps SBCL and CCL, we now have `*inferior-lisp
    sbcl*` and `*inferior-lisp ccl*`
    
    We also name comint processes the same way, but with a dash since there are no
    "*" characters around to delimit the name.
    galdor committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    9fe2b99 View commit details
    Browse the repository at this point in the history