pashinin / workgroups2

Workgroups2 - Emacs session manager
http://workgroups2.rtfd.org/
GNU General Public License v3.0
297 stars 43 forks source link

Attemp to pickel unpickelable type #86

Closed kahrkunne closed 2 years ago

kahrkunne commented 6 years ago

Getting this error (verbatim, including spelling mistakes) whenever I try to call wg-save-session. I'm not sure what that means...

tdavey commented 6 years ago

If by "spelling mistakes" you are referring to the verb "pickel" and its derivatives, those are not spelling mistakes. See the docs on the Wiki: https://github.com/pashinin/workgroups2/wiki.

I am not the developer, just a user of this excellent extension, so I'm afraid I can't help you. However, if you can't get Workgroups 2 to save a session, I find that Workgroups 1 still works perfectly well with recent versions of Emacs.

kahrkunne commented 6 years ago

I assumed "pickel" was a spelling mistake, but I might be wrong. "Attemp" definitely is, though.

pashinin commented 6 years ago

It's abandoned. Feel free to fork it or become a maintainer. You are welcome https://github.com/pashinin/workgroups2/issues/73

kahrkunne commented 6 years ago

Oh, I didn't notice. My bad.

dsweber2 commented 4 years ago

@redguardtoo if you happen to still be working on workgroups2, this bug comes up if I have multiple OS windows open. Thanks for picking it up at all, it's been a useful package!

redguardtoo commented 4 years ago

@dsweber2 , I need more details before working on this issue.

dsweber2 commented 4 years ago

fair enough. Emacs version 26.3, workgroups2 version 20200613.1307 installed via melpa. Relevant settings in my .emacs

(require 'workgroups2)
;; Change some settings
(setq wg-session-load-on-start t)
(setq wg-emacs-exit-save-behavior           'save)
(setq wg-workgroups-mode-exit-save-behavior 'save)
(workgroups-mode 1)        ; put this one at the bottom of .emacs (init.el)

This happens when I use emacs as a standalone program (not in the terminal), and having multiple frames/windows open (as in desktop windows). when I try to save, it gives me the above error. If there's a way to get a more detailed error log, I can give that a shot.

redguardtoo commented 4 years ago

See the latest version.

dsweber2 commented 4 years ago

wow that was fast, thanks! It's working