thephoeron / slime-pack

SLIME pack for Emacs Live
8 stars 3 forks source link

Menu Bar in no-window mode #1

Open thephoeron opened 10 years ago

thephoeron commented 10 years ago

After adding neotree and multiterm packages, the menu bar no longer opens in no-window mode. It gives an error, wrong-type-argument window-live-p ... for F10, M-x menu-bar-open and M-x tmm-menubar.

After M-x toggle-debug-on-error, attempting to open a menu gives "Window #<...> too small for splitting".

Toggling NeoTree with F8, attempting to open a menu gives "Attempt to delete minibuffer or sole ordinary window."

WTF?