[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: |
Eli Zaretskii |
Subject: |
bug#67946: 30.0.50; [RFC PATCH] Add an option to not report "Wrote ..." when saving recentf. |
Date: |
Mon, 25 Dec 2023 14:25:28 +0200 |
> Cc: 67946@debbugs.gnu.org
> From: Vladimir Nikishkin <for_emacs-recentf-patch_2023-12-21@lockywolf.net>
> Date: Mon, 25 Dec 2023 13:17:37 +0800
>
>
> Stefan Kangas <stefankangas@gmail.com> writes:
>
> > 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?
>
> Are you suggesting to turn them off unconditionally?
If we decide to turn it off, we will need a knob to revert to the old
behavior, because after so many years of the existing behavior,
someone somewhere might be used to it.