No, you do not need an exclude list here. There is an include list,
`load-suffixes'. The problem is simple: ".gz" is in there, whereas it
should not be. ".gz" should be handled specially in the same way as
the empty suffix "", by appending '("" ".gz") to load-suffixes,
wherever '("") is currently appended.
Treating those two kinds of suffixes as a separate feature
is a clean way to handle this. Would you like to implement it?
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug