Skip to content

jupyter-repl-mode chokes if yank-excluded-properties is not a list #578

Open
@mcmillanbb

Description

@mcmillanbb

In the setup for jupyter repl mode, there is a call to remq on yank-excluded-properties.
This assumes that yank-excluded-properties is a list. However, the variable yank-excluded-properties allows for the value of t, in which case jupyter repl mode cannot start up.

It should be a minor fix, simply wrapping the call in a check that yank-excluded-properties is a list.
If that makes sense, I am happy to submit a pull request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions