sr-speedbar not restored
I want the buffer sr-speedbar to be restored in my workgroup, but when i reboot Emacs 24.5.1 and go to the good workgroups there is just the scratch buffer which is there.
I've found this
;; some sr-speedbar hooks can harm (when (featurep 'sr-speedbar) (ad-disable-advice 'delete-other-windows 'around 'sr-speedbar-delete-other-window-advice) (ad-disable-advice 'delete-window 'before 'sr-speedbar-delete-window-advice))
In the workgroups2.el. Does it change something ?
I think a solution would be to tell Emacs that when the workgroups that need sr-speedbar is called, it open it in the right buffer.
It's certainly possible by playing with the minor mode wg, the if structure, the hooks, and "defun-function", but I don't know enough Lisp to do it. It's just an idea...
122b9de support speedbar (Chen Bin)
In latest version, speedbar is supported.
sr-speedbar is outdated. So I won't test if it's supported or not.