Emacs -nw seems lead to "Window too small to accommodate state" sometimes · Issue #56 · alphapapa/activities.el · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Vague) reproducer:
Have activities-mode enabled.
Define an activity using GUI emacs.
Close emacs.
Start emacs -nw on a terminal emulator.
(optional: run eval-buffer in activities.el)
Run activities-list (or resume), activate the recently-defined activity.
You get the following backtrace:
(Vague) reproducer:
Have activities-mode enabled.
Define an activity using GUI emacs.
Close emacs.
Start
emacs -nw
on a terminal emulator.(optional: run
eval-buffer
inactivities.el
)Run
activities-list
(orresume
), activate the recently-defined activity.You get the following backtrace:
I've locally worked around the issue by patching the following in
activities--windows-set
, but this may be more of a hack than a solution:The text was updated successfully, but these errors were encountered: