Skip to content

Provide method for clearing errors in buffer. #698

Closed
@edw

Description

@edw

It can be difficult to read code, especially large regions of code, that have an error overlay applied. AFAIK, Emacs does not provide a command for removing overlays, so one needs to M-: (delete-all-overlays) RET to remove the error. This is a hassle. I've currently bound this procedure to C-x C-M-e:

(defun cider-clear-errors ()
  (interactive)
  (delete-all-overlays))

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