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

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

bug#55267: 29.0.50; Provide customization to save project-find-file arg


From: Juri Linkov
Subject: bug#55267: 29.0.50; Provide customization to save project-find-file arg to savehist
Date: Thu, 05 May 2022 10:28:15 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

> I just noticed that "project-find-file" is ultimately calling
> "find-file" only. So it should save the file to minibuffer history if
> savehist-mode is enabled.
>
> But this is not happening in my environment right now. Is this a bug
> (instead of feature request)?

Recently I noticed this problem too.  So project-find-file-in
needs to specify the same history variable 'file-name-history'
as used in read-file-name-default.

Then you could add 'file-name-history' to savehist-additional-variables.





reply via email to

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