wasamasa / eyebrowse

A simple-minded way of managing window configs in emacs
GNU General Public License v3.0
437 stars 24 forks source link

eyebrowse--load-window-config crashes emacsclient --tty #50

Closed aaronjensen closed 8 years ago

aaronjensen commented 8 years ago

This could be a spacemacs specific issue, as it only happens when eyebrowse--load-window-config is called as part of persp-activated-hook, but could you please see https://github.com/syl20bnr/spacemacs/issues/5978 to see if you have an idea why this would happen? Thanks!

wasamasa commented 8 years ago

I'm not sure whether this is related to eyebrowse at all as I can use it just fine in terminal instances of emacsclient. What you of course should not do is trying to apply a window configuration generated on a graphical frame to a terminal frame as they are incompatible with each other (pixel vs. column sizes mostly)...

aaronjensen commented 8 years ago

Yep, that's exactly what it was, it was fixed in spacemacs. Thanks!