[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67946: 30.0.50; [RFC PATCH] Add an option to not report "Wrote ..."
From: |
Stefan Kangas |
Subject: |
bug#67946: 30.0.50; [RFC PATCH] Add an option to not report "Wrote ..." when saving recentf. |
Date: |
Sun, 24 Dec 2023 06:39:27 -0800 |
Vladimir Nikishkin <for_emacs-recentf-patch_2023-12-21@lockywolf.net>
writes:
> I have the following setting in my init.el
>
> (add-hook 'buffer-list-update-hook 'recentf-track-opened-file)
> (add-hook 'buffer-list-update 'recentf-save-list)
>
> The first one is the one recommended by describe-function recentf-mode,
> and the second one is to make this switch persistent, and resistant to
> emacs being killed.
>
> However, I am getting a lot of messages like
> `Wrote /home/lockywolf/.emacs.d/recentf', which are not very helpful
> normally.
When are these messages helpful?