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

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

bug#58447: [PATCH] In project-find-file, add absolute file name to histo


From: Dmitry Gutov
Subject: bug#58447: [PATCH] In project-find-file, add absolute file name to history
Date: Sun, 18 Dec 2022 02:32:34 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 16/12/2022 09:48, Juri Linkov wrote:
Can we do something with it, though, without piping all-files through
#'expand-file-name?
In theory, it should be sufficient to pipe through #'expand-file-name
only the completion candidate to try both with and without
#'expand-file-name.  But in practice this might require
implementing this as the CONFIRM function.

Either that, or indeed modify the completion table inside project--file-completion-table.

Not sure which is easier to do and/or more compatible with the different completion frameworks out there.





reply via email to

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