GNU bug report logs -
#23672
25.0.94; unitialized package specific menus
Previous Next
Reported by: Tino Calancha <f92capac <at> gmail.com>
Date: Wed, 1 Jun 2016 13:32:01 UTC
Severity: normal
Tags: help
Merged with 28106,
31223
Found in versions 25.0.94, 25.2, 25.3
Fixed in version 27.1
Done: Robert Pluim <rpluim <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
The menus especific to one package, e.g. dired, are not
always fully initialized after loading the library:
some menus may show _anything_ after click on them.
emacs -Q
C-x C-f RET
;;; click mouse left button on Menu "Regexp"
;; The menu doesn't appear correctly.
;; Same happen with menus: "Mark", "Immediate" or "Subdir"
:: Menu "Operate" shows the wrong information.
;;
;;; Now click mouse left button on Menu "Tools".
;; The previous menus are refreshed and show the correct information.
;;; Now try similar test but starting Emacs with:
emacs -Q ~
C-x C-f RET
;;; This time, all menus are initialized and show the right info.
;;; This is a general issue not something restricted to dired.
;; For instance, compare the response of menu "Mark" in I), II) and III):
I)
./emacs -Q
M-x ibuffer RET
;; "View" and "Mark" don't respond as expected; "Operate" looks wrong too.
II) ./emacs -Q --eval "(require 'ibuffer)"
M-x ibuffer RET
;; Same as I)
III) ./emacs -Q --eval '(ibuffer)'
;; All menus looks good.
In GNU Emacs 25.0.94.2 (x86_64-pc-linux-gnu, GTK+ Version 3.20.4)
Repository revision: 9c28e70b4b4b1887030e41103b5f6dd8304585e6
This bug report was last modified 5 years and 141 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.