Bad-ptr / persp-mode.el

named perspectives(set of buffers/window configs) for emacs
401 stars 44 forks source link

Invalid function: persp-preserve-frame #2

Closed voipscout closed 11 years ago

voipscout commented 11 years ago

Installed persp-mode-20130217.1540 from packages. (require 'persp-mode) (persp-mode t) produces "Invalid function: persp-preserve-frame"

running emacs 24.2.1

Bad-ptr commented 11 years ago

probably fixed by 1d06939ce014e9d37ad257d993357760327ffbba

voipscout commented 11 years ago

Not sure if it's related. Updated to latest commit, now this happens: M-x (persp-mode) C-x x s "newpersp" C-x x w "any_fname" Invalid function: (prep-bl-fs (blist) (mapcar (function (lambda (b) (` (def-buffer (\, (buffer-name b)) (\, (buffer-file-name b)) (\, (buffer-local-value (quote major-mode) b)))))) blist))

Bad-ptr commented 11 years ago

hm... not sure, but it may be something about cl-letf changes in latest emacs(which i use). I'l try to fix it.

Bad-ptr commented 11 years ago

may be fixed in 4ad83779b9ee06f265c04940fded3121971517dc ;p

voipscout commented 11 years ago

fixed. Thank you!