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

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

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


From: GNU bug Tracking System
Subject: bug#61501: closed (30.0.50; [PATCH] Support unloading Eshell)
Date: Thu, 16 Feb 2023 01:35:01 +0000

Your message dated Wed, 15 Feb 2023 17:34:14 -0800
with message-id <703cbffe-3197-339a-2ded-6e86dc08f5f7@gmail.com>
and subject line Re: bug#61501: 30.0.50; [PATCH] Support unloading Eshell
has caused the debbugs.gnu.org bug report #61501,
regarding 30.0.50; [PATCH] Support unloading Eshell
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61501: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61501
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 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


--- End Message ---
--- Begin Message --- Subject: Re: bug#61501: 30.0.50; [PATCH] Support unloading Eshell Date: Wed, 15 Feb 2023 17:34:14 -0800
On 2/15/2023 10:06 AM, Eli Zaretskii wrote:
Perfect, thanks.

Thanks. Merged to master as 8051be9ac2. Closing this bug now.


--- End Message ---

reply via email to

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