[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH]saveplace.el: forget saved places for unreadable files
From: |
Richard Stallman |
Subject: |
Re: [PATCH]saveplace.el: forget saved places for unreadable files |
Date: |
Wed, 30 Jul 2003 16:31:44 -0400 |
> This suggests it would be useful to add a feature for specifying
> patterns of file names that should not be tested. Perhaps there can
> be a default pattern that matches all remote file names, etc. Then
> the feature could be enabled by default. What do you think?
Just a comment that recentf.el has some code that tries to deal with
this issue - see the `*cleanup*' symbols. At the moment, it just
checks for readability and a user-specified exclude regexp. It would
be nice if the two implementations ended up being consistent, seeing
as how they do essentially the same job.
Would you be interested in implementing such a facility
for use by both packages?
- Re: [PATCH]saveplace.el: forget saved places for unreadable files,
Richard Stallman <=