GNU bug report logs - #60245
28.2; recentf: Be able to include directories

Previous Next

Package: emacs;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Wed, 21 Dec 2022 21:15:02 UTC

Severity: wishlist

Found in version 28.2

Full log


Message #8 received at 60245 <at> debbugs.gnu.org (full text, mbox):

From: Stephen Berman <stephen.berman <at> gmx.net>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 60245 <at> debbugs.gnu.org
Subject: Re: bug#60245: 28.2; recentf: Be able to include directories
Date: Thu, 22 Dec 2022 00:02:47 +0100
On Wed, 21 Dec 2022 21:14:20 +0000 Drew Adams <drew.adams <at> 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




This bug report was last modified 1 year and 288 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.