bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61501: 30.0.50; [PATCH] Support unloading Eshell


From: Jim Porter
Subject: bug#61501: 30.0.50; [PATCH] Support unloading Eshell
Date: Mon, 13 Feb 2023 19:52:13 -0800

Currently, it's not possible to call "(unload-feature 'eshell)" after using Eshell. You'll just get an error that some of Eshell's extension modules depend on eshell.elc. This is a relatively minor issue, but I'm hoping to make some improvements to how extension modules get loaded, so this is a prelude to that.

In addition to making it *possible* to unload Eshell, I also fixed an issue where the unload hooks weren't named correctly. They were of the form 'eshell-hist-unload-hook', but the file's name is em-hist.el. I moved these to 'em-hist-unload-function' and similar ('-function' because the '-hook' version is obsolete, as I understand it).

Attachment: 0001-Don-t-require-eshell-in-other-Eshell-files.patch
Description: Text document

Attachment: 0002-Allow-unloading-Eshell.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]