Здравствуйте! Я пытаюсь загрузить проект с помощью пункта меню Development -> Load Project, потом выбираю папку с Project.ede а затем мини-буффер мне говорит: eieio-persistent-validate/fix-slot-value: Wrong type argument: arrayp, nil, что делать?(есть ещё проблема, с включенным global-ede-mode все открывающиеся файлы как-бы «спрятаны», нужно было вызывать C-x b, чтобы открыть)
Вот конфиги:
(load-file "~/emacs/cedet/cedet-devel-load.el")
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(ede-project-directories (quote ("/home/alex/work/7-emacs"))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
(semantic-mode 1)
(global-ede-mode t)