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

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

Re: autoload and auto-compression-mode


From: Richard M. Stallman
Subject: Re: autoload and auto-compression-mode
Date: Mon, 16 Jan 2006 22:25:55 -0500

    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?




reply via email to

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