|
From: | Dmitry Gutov |
Subject: | bug#66317: Project mode-line |
Date: | Wed, 1 Nov 2023 04:03:09 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 |
On 31/10/2023 09:34, Juri Linkov wrote:
+(defvar project-menu-entry + `(menu-item "Project" ,menu-bar-project-menu)) +This does not work in Emacs <=28: (void-variable menu-bar-project-menu) (list 'menu-item "Project" menu-bar-project-menu) (defvar project-menu-entry (list 'menu-item "Project" menu-bar-proje require(project)I guess we'll need a compatibility definition for it.This is fixed now.
Thanks!
To be able to close bug#66317, we also need to decide what to do with these remaining patches: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66317#53 https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66317#118
I've pushed the fixes for these two, let's see if anything comes up to invalidate those solutions.
[Prev in Thread] | Current Thread | [Next in Thread] |