Ship Mints <shipmints@gmail.com> writes:
> If we can agree on a name for a "be quiet" variable, I will patch saveplace
> to do the same. That one has been annoying me for a while, too. It uses
> write-region without an option to suppress its "Wrote" message.
>
> Or, in contrast, savehist uses write-region and produces a message only
> when called interactively, otherwise it's quiet. Perhaps that's even better?
That's an excellent point, actually. I think it would make a whole lot
of sense to make recentf behave like savehist here. It would also save
us from having to add yet another (arguably low-value) user option.
Note that, by default, recentf-mode only saves once on exit, so the
"write" message will be lost in the noise of exiting anyways.
Eli, WDYT? Are you okay with making that change instead?