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

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

bug#68570: 29.1; recompile might not re-use project-compile's buffer


From: Dmitry Gutov
Subject: bug#68570: 29.1; recompile might not re-use project-compile's buffer
Date: Wed, 24 Jan 2024 14:06:57 +0200
User-agent: Mozilla Thunderbird

On 24/01/2024 09:46, Juri Linkov wrote:
Recompiling from a non-compilation buffer has security concerns.
The patch that I proposed above is intended only for
recompiling from a compilation buffer.  It sets
`compilation-buffer-name-function' in the compilation buffer.
I think it behaves correctly inside the compilation buffer already? At
least it did when I tested.
Sorry, I didn't show my compilation function:

(setopt project-compilation-buffer-name-function
         (lambda (name-of-mode)
           (generate-new-buffer-name
            (project-prefixed-buffer-name name-of-mode))))

Currently 'g' doesn't create a new compilation buffer, because
'compilation--default-buffer-name' just reuses the current buffer.

Is that bad?





reply via email to

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