pashinin / workgroups2

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

wg-aput: Symbol’s function definition is void: kvp #107

Closed linchen2chris closed 2 years ago

linchen2chris commented 2 years ago

emacs 28.0.90, after install workgroups2 through melpa, start wg-create-workgroup then got the error. not sure if I miss something

redguardtoo commented 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?

linchen2chris commented 2 years ago
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")
linchen2chris commented 2 years ago

after reinstall workgroup2, it works now