GNU bug report logs -
#24774
26.0.50; Menu display navigation commands
Previous Next
Reported by: Andreas Röhler <andreas.roehler <at> easy-emacs.de>
Date: Sun, 23 Oct 2016 16:21:02 UTC
Severity: wishlist
Tags: easy, fixed, patch
Found in version 26.0.50
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On February 25, 2021 11:04:06 AM GMT+02:00, Stephen Berman <stephen.berman <at> gmx.net> wrote:
> On Wed, 24 Feb 2021 19:25:25 -0600 Stefan Kangas <stefan <at> marxist.se>
> wrote:
>
> > I do see this on both master and Emacs 27:
> >
> > emacs -Q foo.txt
> > M-: (featurep 'easymenu)
> > => t
>
> I cannot reproduce this. Also with this:
>
> emacs-27 -Q --eval "(message \"easymenu is%s loaded\" (if (featurep
> 'easymenu) \"\" \" not\"))" foo.txt
>
> C-x b *Messages*
> => easymenu is not loaded
>
> Compare:
>
> emacs-27 -Q --eval "(progn (load-library \"easymenu\") (message
> \"easymenu is%s loaded\" (if (featurep 'easymenu) \"\" \" not\")))"
> foo.txt
>
> C-x b *Messages*
> => easymenu is loaded
>
> If you don't get this difference, something is weird somewhere.
I'm guessing that Stefan did this in a Git-versioned tree, where visiting a file loads vc-git.el, which loads diff-mode.el, which loads easymenu.
This bug report was last modified 4 years and 84 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.