Bad-ptr / persp-mode.el

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

Wrong error message when renaming "none" #5

Closed jeroentbt closed 10 years ago

jeroentbt commented 10 years ago

When doing M-x persp-rename on perspective "none" the folowing error is produced: Wrong type argument: arrayp, nil From persp-mode.el#688 I read that should be [persp-mode] Error: Can't rename 'none' perspective

Sorry I can't be of more help in fixing the issue.. I'm on Emacs v 24.3.50.1 with 'persp-mode' from Melpa v 20131108.1010

Bad-ptr commented 10 years ago

also you could try from 'customizable-none-persp-name' branch: https://github.com/Bad-ptr/persp-mode.el/tree/customizable-none-persp-name

jeroentbt commented 10 years ago

fast! Works fine now from the updated version from Melpa. Cheers