all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#23672: 25.0.94; unitialized package specific menus
@ 2016-06-01 13:33 Tino Calancha
       [not found] ` <handler.23672.B.146478786215027.ack@debbugs.gnu.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Tino Calancha @ 2016-06-01 13:33 UTC (permalink / raw)
  To: 23672


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





^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-07-20 14:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-01 13:33 bug#23672: 25.0.94; unitialized package specific menus Tino Calancha
     [not found] ` <handler.23672.B.146478786215027.ack@debbugs.gnu.org>
2016-06-01 14:57   ` bug#23672: (25.0.94; Menu corrupted after being used Tino Calancha
2016-06-01 17:40     ` Glenn Morris
2016-06-04  8:50       ` Eli Zaretskii
2016-06-01 22:02 ` bug#23672: 25.0.94; unitialized package specific menus Paul Eggert
2016-06-02  4:54   ` Tino Calancha
2016-06-02  6:49     ` Paul Eggert
2016-06-06 23:16     ` Glenn Morris
2016-06-07  4:38       ` Tino Calancha
2016-06-04  8:39   ` Eli Zaretskii
2018-07-16  2:48 ` Tino Calancha
2018-07-20  9:23   ` Eli Zaretskii
2018-07-20 14:23     ` Tino Calancha

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.