-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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.
braham-snyder
Metadata
Metadata
Assignees
Labels
No labels