Created
June 29, 2021 08:15
-
-
Save metaperl/d13f92ed82553e06ed066c61fad02426 to your computer and use it in GitHub Desktop.
desktop-create-buffer yields wrong-type-argument stringp nil
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debugger entered--Lisp error: (wrong-type-argument stringp nil) | |
file-name-case-insensitive-p(nil) | |
dired-omit-case-fold-p(nil) | |
dired-omit-expunge() | |
dired-omit-mode(1) | |
desktop-create-buffer(208 "c:/Users/thequ/AppData/Roaming/.emacs.el" ".emacs.el" emacs-lisp-mode (eldoc-mode override-global-mode global-auto-revert-mode flx-ido-mode dired-omit-mode auto-complete-mode) 35 (1 nil) nil nil ((buffer-display-time 24790 5102 984406 0) (buffer-file-coding-system . undecided-dos)) ((mark-ring (36)))) | |
eval-buffer(#<buffer *load*> nil "c:/Users/thequ/AppData/Roaming/.emacs.d/.emacs.des..." nil t) ; Reading at buffer position 10006 | |
load-with-code-conversion("c:/Users/thequ/AppData/Roaming/.emacs.d/.emacs.des..." "c:/Users/thequ/AppData/Roaming/.emacs.d/.emacs.des..." t t) | |
load("c:/Users/thequ/AppData/Roaming/.emacs.d/.emacs.des..." t t t) | |
desktop-read() | |
#f(compiled-function () #<bytecode 0x1489c3f>)() | |
run-hooks(after-init-hook delayed-warnings-hook) | |
command-line() | |
normal-top-level() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment