-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
This is elisp, which calls different kinds of menus. Need to test the various cases and decide what to do.
In TTY, the TTY menu eventually calls read_key_sequence
in C land, and that time is not tracked, showing up as a slow call.
- [ ] test graphical mouse and non mouse TTY only
- test
tmm-menubar
- test
popup-menu
(F10 when menubar is visible) - figure out what both call down into to find the best place to advise
Optimally, we should treat menu like minibuffer, splitting up the execution time and restarting the tracking when the command begins execution, if possible.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working