[...]
| I think you can exclude remote files from the recent list by adding the | predicate `file-remote-p' to the customizable option `recentf-exclude'. I wasn't really looking for that solution (best would be to keep the files in the list), but I think it'll do fine: there is still the history of find-file to find the file names. (I wasn't aware of `file-remote-p'.) The remote accesses appears to be caused by * recentf-remove-if-non-readable, which can be switched off (indirectly) by setting recentf-keep-non-readable-files-flag to t, and by * recentf-cleanup, which can be controlled with recentf-auto-cleanup. Thanks, Frederik _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
