GNU bug report logs -
#56407
29.0.50; desktop.el shouldn't be saving/restoring eglot--managed-mode, which is not for interactive use
Previous Next
Full log
Message #23 received at 56407 <at> debbugs.gnu.org (full text, mbox):
> From: João Távora <joaotavora <at> gmail.com>
> Cc: 56407 <at> debbugs.gnu.org, terra <at> diku.dk
> Date: Tue, 05 Jul 2022 20:53:33 +0100
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> >> I confirmed this with a stack trace requested from the user and came up
> >> with this workaround in the user's config:
> >>
> >> (add-to-list 'desktop-minor-mode-handlers
> >> '(eglot--managed-mode . ignore))
> >>
> >> This works, but we should come up with something better.
> >
> > But why is the above not good enough? You could also use
> > desktop-minor-mode-table, which is a defcustom.
>
> At first I thought it was a customization variable and that would make
> it user-specific overwritable etc. But I see now that evidently it is
> not. According to the docstring of d-m-m-handlers, eglot.el could just
> just contain the above invocation, indeed.
>
> But that has the downside that eglot.el must require "desktop.el" which
> IMO opinion too strongly couples the two packages.
I see no reason to require: you just add a value to the list, that's
all.
> I think I like Lars's solution best.
I don't: it makes the information spread out and harder to find.
This bug report was last modified 2 years and 347 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.