purcell / emacs.d

An Emacs configuration bundle with batteries included
BSD 2-Clause "Simplified" License
6.87k stars 2.05k forks source link

Error on Emacs 27: load-history-filename-element: Wrong type argument: stringp, (require . server) #748

Closed luozikuan closed 4 years ago

luozikuan commented 4 years ago

every time I open a org file or enter org-mode manually, it shows Wrong type argument: stringp, (require . server) on minibuffer. I tried reset whole .emacs.d to the latest status of origin master, it persist.

vietor commented 4 years ago

Upgrade the emacs version.

https://emacsformacosx.com/ the newest version is 27.1-1

purcell commented 4 years ago

I'm running 27.1 now, having upgraded from 26.3, and I haven't seen this issue at all. Additionally, all the startup tests pass in CI for all the stable versions of Emacs. If you can provide a method for reproducing this, let me know.

luozikuan commented 4 years ago

Upgrade the emacs version.

https://emacsformacosx.com/ the newest version is 27.1-1

It works!!! thank you!!!

luozikuan commented 4 years ago

I'm running 27.1 now, having upgraded from 26.3, and I haven't seen this issue at all. Additionally, all the startup tests pass in CI for all the stable versions of Emacs. If you can provide a method for reproducing this, let me know.

Thanks for the reply, the problem is gone after I upgraded to 27.1-1 :-)