diff options
author | David Ponce <david@dponce.com> | 2005-09-30 06:20:24 +0000 |
---|---|---|
committer | David Ponce <david@dponce.com> | 2005-09-30 06:20:24 +0000 |
commit | 6d0bcf3c0d858b7db113cb15dd0bd2d3d073e6b7 (patch) | |
tree | 0e232040e072c12f081eab9bd5ed48006064cbf2 | |
parent | ad8b6d89ef6f038921104c219ff9010ee08cb0ca (diff) | |
download | emacs-6d0bcf3c0d858b7db113cb15dd0bd2d3d073e6b7.tar.gz emacs-6d0bcf3c0d858b7db113cb15dd0bd2d3d073e6b7.tar.bz2 emacs-6d0bcf3c0d858b7db113cb15dd0bd2d3d073e6b7.zip |
Update recentf changes.
-rw-r--r-- | etc/NEWS | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -2556,14 +2556,19 @@ The recent file list is now automatically cleanup when recentf mode is enabled. The new option `recentf-auto-cleanup' controls when to do automatic cleanup. +The ten most recent files can be quickly opened by using the shortcut +keys 1 to 9, and 0, when the recent list is displayed in a buffer via +the `recentf-open-files', or `recentf-open-more-files' commands. + The `recentf-keep' option replaces `recentf-keep-non-readable-files-p' and provides a more general mechanism to customize which file names to keep in the recent list. -With the more advanced option: `recentf-filename-handler', you can -specify a function that transforms filenames handled by recentf. For -example, if set to `file-truename', the same file will not be in the -recent list with different symbolic links. +With the more advanced option `recentf-filename-handlers', you can +specify functions that successively transform recent file names. For +example, if set to `file-truename' plus `abbreviate-file-name', the +same file will not be in the recent list with different symbolic +links, and the file name will be abbreviated. To follow naming convention, `recentf-menu-append-commands-flag' replaces the misnamed option `recentf-menu-append-commands-p'. The |