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

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

bug#24089: 25.1; Dired: diff error on = <RET> if the file has a backup i


From: Lars Ingebrigtsen
Subject: bug#24089: 25.1; Dired: diff error on = <RET> if the file has a backup inside .~/
Date: Mon, 24 Aug 2020 19:17:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Jorge Morais Neto <jorge13515@gmail.com> writes:

> I found a problem with the solution to this bug.  The solution could be 
> further
> improved.
>
> My Emacs init file is "~/.emacs.d/init.el".  It has numbered backups in
> "~/.emacs.d/.~/".  It is true that with the existing fix, I can invoke
> dired-diff on init.el and immediately hit RET, and it will work as expected.
> However, I often want to compare with an earlier backup.Therefore, I want to 
> be
> able to:
> 1. Pull into the minibuffer (with M-n) the path to the latest backup, so I 
> could
>    edit it to become the path of an earlier backup.  Or even better,
> 2. Pull into the minibuffer (with M-n) the path to the latest backup, and get
>    the path of earlier and earlier backups with successive invocations of M-n.
>
> The current fix lacks both of these features.

That makes sense to me, and is something that sounds quite useful.  I
grepped around Emacs, but I could find any function that just returned
the list of backup files conveniently, so I added one --
'file-backup-file-names'.  (Everybody -- feel free to change the name if
that's too awkward.)  I wrote it by ripping everything out of
'file-newest-backup', basically.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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