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

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

bug#60245: 28.2; recentf: Be able to include directories


From: Stephen Berman
Subject: bug#60245: 28.2; recentf: Be able to include directories
Date: Thu, 22 Dec 2022 00:02:47 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

On Wed, 21 Dec 2022 21:14:20 +0000 Drew Adams <drew.adams@oracle.com> wrote:

> Enhancement request: Have recentf let you optionally include directories
> that you've visited with Dired.  (Currently it seems that the gatekeeper
> in the code is basically `buffer-file-name'.)

FWIW I use the following, suggested long ago by Kevin Rodgers
(https://lists.gnu.org/archive/html/help-gnu-emacs/2004-01/msg00525.html):

(add-hook 'dired-mode-hook
          (lambda () (when recentf-mode
                       (recentf-add-file default-directory))))

Steve Berman





reply via email to

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