8000 Save keyfreqs can fail when visiting remote host · Issue #33 · dacap/keyfreq · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Save keyfreqs can fail when visiting remote host #33
Open
@realcomplex

Description

@realcomplex

At https://github.com/dacap/keyfreq/blob/main/keyfreq.el#L465 the (list-system-processes) function is called, but when default-directory is on a remote host, this attempts to lists the processes on that host. This can lead to latency and even get stuck when there's problems with tramp.

Maybe it's an idea to do something like (let ((default-directory "")) (list-system-processes)) to get the local processes?

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

      0