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

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

bug#56148: [PATCH] New command recentf-open


From: Stefan Kangas
Subject: bug#56148: [PATCH] New command recentf-open
Date: Thu, 23 Jun 2022 13:19:04 +0200

Eli Zaretskii <eliz@gnu.org> writes:

> > +                            (mapcar #'abbreviate-file-name recentf-list)
>
> Shouldn't you apply abbreviate-file-name only if recentf-menu-filter
> is set to abbreviate them in the menu?

Good question, however this was fixed in a different way in Bug#56123
so this is no longer necessary.  I've removed the mapcar and use
recentf-list directly instead.

> This mode is also described in the user manual; shouldn't this new
> command be documented there?

Yes, I saw a need for a rethink of the documentation, which was very
menu-centric.  So I rewrote it slightly to be less menu-centric; I
hope it now makes more sense.

Please find attached a new patch, and thanks for reviewing.

Attachment: 0001-New-command-recentf-open.patch
Description: Text Data


reply via email to

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