Skip to content

Restart doesn't retain arguments. #11

@Bost

Description

@Bost

It looks like the emacs process is not restarted the same way as it was started.
The path to the binary is different and more importantlly the start parameters are not retained:
Before restart:

$ pgrep --list-full emacs
2410 emacs --insecure

After M-x restart-emacs:

$ pgrep --list-full emacs
3573 /usr/local/bin/emacs

I observe this behavior in both versions: melpa 20170609.905 and also melpa-stable 0.1.1
Thx.

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