nex3 / perspective-el

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

Allow manual sorting of perspectives #201

Open sipraga opened 1 year ago

sipraga commented 1 year ago

Users can select a manual sorting method and then rearrange the list of perspectives using newly added functions pers-sorting-move-left/right.

gcv commented 1 year ago

Thanks, this looks like a useful feature. Unfortunately, the implementation does not work for me.

First, the change to the perspective struct adds a field called sorted-time, but all the code references persp-sorting-time.

Second, even if I change persp-sorting-time to persp-sorted-time, calls to (persp-names) still fail.