You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a light projectile-user, so figured I'd report this here in case it may come up for other people as well.
Today after I forcefully closed my KDE session (was testing an effects plugin), which included my Emacs, and then started Emacs back I started getting an error:
Wrong type argument: listp, nil/Projects/builds/emacs-git/src/emacs-git/
I tried updating projectile, but the only difference I got is that before update the error was happening during (projectile-mode 1), whereas now it's upon opening a file under projectile control.
By searching in ~/.emacs.d I found what causes it (although it doesn't reveal what resulted in that in the first place).
File ~/.emacs.d/projectile-bookmarks.eld has an ELisp list which starts with nil/Projects/builds/emacs-git/src/emacs-git/". So, like, nil/Projects/builds/emacs-git/src/emacs-git/" "some/other/project" "some/3rd/project").
Basically, the start of the file lacks parentheses and double quotes and in place of a tilde sign there's a nil for some reason. Replacing it as
I am a light projectile-user, so figured I'd report this here in case it may come up for other people as well.
Today after I forcefully closed my KDE session (was testing an effects plugin), which included my Emacs, and then started Emacs back I started getting an error:
I tried updating
projectile
, but the only difference I got is that before update the error was happening during(projectile-mode 1)
, whereas now it's upon opening a file under projectile control.Turning on backtrace gives this output:
The text was updated successfully, but these errors were encountered: