Skip to content

Any workarounds for using super-save along with lv-message? #38

@gsingh93

Description

@gsingh93

I'm running into an issue with lsp-mode which is described in emacs-lsp/lsp-mode#1322. lsp-mode uses lv-message instead of message to print some information, and this seems to trigger saving with super-save. I don't want to disable any super-save triggers, so I'm wondering if there's any good way to work around this issue (i.e. is it possible to detect if certain functions resulted in the trigger and ignore it in some cases?).

I've currently worked around this issue in lsp-mode by adding (setq lsp-signature-function 'message) to my config file. But I'd prefer to remove this in the future so I can get the default lv-message functionality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions