Closed linchen2chris closed 2 years ago
6f42fb1 wg-dochar is also used by sdk (Chen Bin)
Could you M-x toggle-debug-on-error
, reproduce the issue? What's the output?
Debugger entered--Lisp error: (void-function kvp)
kvp(nil)
wg-aput(nil frame-list (#s(wg-wconfig :uid "JBACL25MRG0-N5YVL8" :name nil :parameters ((fullscreen)) :left 345 :top 401 :width 157 :height 16 :vertical-scroll-bars nil :scroll-bar-width 15 :wtree #s(wg-win :uid nil :parameters nil :edges (0 0 157 16) :point 1 :start 1 :hscroll 0 :dedicated t :selected nil :minibuffer-scroll nil :buf-uid "JBACKQB4180-N5A1H1"))))
wg-set-session-parameter(frame-list (#s(wg-wconfig :uid "JBACL25MRG0-N5YVL8" :name nil :parameters ((fullscreen)) :left 345 :top 401 :width 157 :height 16 :vertical-scroll-bars nil :scroll-bar-width 15 :wtree #s(wg-win :uid nil :parameters nil :edges (0 0 157 16) :point 1 :start 1 :hscroll 0 :dedicated t :selected nil :minibuffer-scroll nil :buf-uid "JBACKQB4180-N5A1H1"))))
wg-save-session-as("~/.emacs.d/.emacs_workgroups")
wg-save-session()
workgroups-mode(nil)
funcall-interactively(workgroups-mode nil)
command-execute(workgroups-mode record)
counsel-M-x-action("workgroups-mode")
after reinstall workgroup2, it works now
emacs 28.0.90, after install workgroups2 through melpa, start wg-create-workgroup then got the error. not sure if I miss something