Re: unload-feature is broken

2005-04-19 Thread Lute Kamstra
Dave Love <[EMAIL PROTECTED]> writes: > Richard Stallman <[EMAIL PROTECTED]> writes: > >> Does this fix it? > > It seems to work for the feature's functions but not its variables. I've just installed a fix for this remaining problem. The change also fixes the problem that unloaded functions were

Re: unload-feature is broken

2005-04-18 Thread Dave Love
Richard Stallman <[EMAIL PROTECTED]> writes: > Does this fix it? It seems to work for the feature's functions but not its variables. By the way, the `fset' in `easy-menu-do-define' should be `defalias' for the definition to be unloadable. > *** loadhist.el 02 Jan 2005 18:45:48 -0500

Re: unload-feature is broken

2005-04-12 Thread Richard Stallman
Does this fix it? *** loadhist.el 02 Jan 2005 18:45:48 -0500 1.30 --- loadhist.el 12 Apr 2005 22:15:08 -0400 *** *** 194,222 (dolist (elt (cdr unload-hook-features-list)) (if (symbolp elt) (elp-restore-function elt ! (mapc !

unload-feature is broken

2005-04-11 Thread Dave Love
Put into a.el on your load path: (provide 'a) (defun a ()) Then: (progn (require 'a) (unload-feature 'a) (fboundp 'a-a)) => t ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug