On emacs 31 branch.
Latest ghostel on main branch.
Directory tracking works for the title of the buffer.
But, default-directory is not updated (and neither is ghostel--last-directory).
So e.g. find-file will not open current directory, but the initial default-directory from when ghostel was called.
EDIT:
Actually it works fine, but it breaks when running a sub shell from the root shell.
(This makes it much less of an issue for me)
On emacs 31 branch.
Latest ghostel on main branch.
Directory tracking works for the title of the buffer.
But,
default-directoryis not updated (and neither isghostel--last-directory).So e.g.
find-filewill not open current directory, but the initialdefault-directoryfrom whenghostelwas called.EDIT:
Actually it works fine, but it breaks when running a sub shell from the root shell.
(This makes it much less of an issue for me)