[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#33563: 27.0.50; Autoload generation during package installation poll
From: |
Clément Pit-Claudel |
Subject: |
bug#33563: 27.0.50; Autoload generation during package installation pollutes recent-files list |
Date: |
Sat, 1 Dec 2018 18:04:42 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 |
On 01/12/2018 15.19, Eli Zaretskii wrote:
>> Cc: 33563@debbugs.gnu.org
>> From: Clément Pit-Claudel <cpitclaudel@gmail.com>
>> Date: Sat, 1 Dec 2018 15:01:17 -0500
>>
>>> Why can't you use the existing facilities in recentf to filter out
>>> unwanted files from the list of recent files?
>>
>> Is that possible? As far as I can tell recentf only filters by file name.
>> That doesn't seem to be enough, since we do want to record some autoload
>> files (those visited by users, but not those opened automatically by
>> autoload.el).
>
> You could let-bind recentf-exclude while installing packages, couldn't
> you?
Indeed. Although wouldn't we want to let-bind it in
autoload-find-generated-file, rather?
And, in that case, isn't it odd to have recentf-related code in autoload.el?
Clément.