nex3 / perspective-el

Perspectives for Emacs.
MIT License
899 stars 71 forks source link

Duplicating workspace list on click #210

Open TripsJ opened 1 month ago

TripsJ commented 1 month ago

I added a perspective besides main. If i click on the modebar indicator to switch perspectives the whole list gets duplicated and appended to the perspective list. switch-perspective bound to a key seems to work fine.

I added a screenshot to illustrate. Any idea where this behaviourt might come from ?

image

gcv commented 1 month ago

It’s probably the code in persp-update-modestring. It looks like you have a fairly sophisticated modeline setup, so it’s hard to tell where Perspective’s modeline updating code conflicts with it.

gcv commented 3 weeks ago

In other words, I need a simple reproducible example.