Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Debugger entered--Lisp error: (error "File listing failed: FIND: Parameter format not co...")
- error("File listing failed: %s" "FIND: Parameter format not correct\n")
- project--files-in-directory("c:/Users/Beni/.doom.d/" ("SCCS/" "RCS/" "CVS/" "MCVS/" ".src/" ".svn/" ".git/" ".hg/" ".bzr/" "_MTN/" "_darcs/" "{arch}/" ".#*" "*.o" "*~" "*.bin" "*.bak" "*.obj" "*.map" "*.ico" "*.pif" "*.lnk" "*.a" "*.ln" "*.blg" "*.bbl" "*.dll" "*.drv" "*.vxd" "*.386" "*.elc" "*.lof" "*.glo" "*.idx" "*.lot" "*.fmt" "*.tfm" "*.class" "*.fas" "*.lib" "*.mem" "*.x86f" "*.sparcf" "*.dfsl" "*.pfsl" "*.d64fsl" "*.p64fsl" "*.lx64fsl" "*.lx32fsl" "*.dx64fsl" ...))
- #f(compiled-function (dir) #<bytecode -0x108372bac8e79c5b>)("c:/Users/Beni/.doom.d/")
- mapcan(#f(compiled-function (dir) #<bytecode -0x108372bac8e79c5b>) ("c:/Users/Beni/.doom.d/"))
- #f(compiled-function (project &optional dirs) #<bytecode 0x1d0b8988fbd6c677>)((transient . "c:/Users/Beni/.doom.d/") nil)
- apply(#f(compiled-function (project &optional dirs) #<bytecode 0x1d0b8988fbd6c677>) (transient . "c:/Users/Beni/.doom.d/") nil)
- project-files((transient . "c:/Users/Beni/.doom.d/") nil)
- project-find-file-in(nil nil (transient . "c:/Users/Beni/.doom.d/"))
- (if pr (project-find-file-in nil nil pr) nil)
- (let* ((project-current-directory-override (and t t)) (pr (and project-current-directory-override (project-current t dir)))) (if pr (project-find-file-in nil nil pr) nil))
- (cond ((and projectile-project-root (file-equal-p projectile-project-root default-directory)) (if (doom-project-p default-directory) nil (setq projectile-enable-caching nil)) (call-interactively (if (doom-module-p :completion 'ivy) #'counsel-projectile-find-file #'projectile-find-file))) ((and (and (boundp 'ivy-mode) ivy-mode) (fboundp 'counsel-file-jump)) (call-interactively #'counsel-file-jump)) ((and (and (boundp 'helm-mode) helm-mode) (fboundp 'helm-find-files)) (call-interactively #'helm-find-files)) ((let* ((project-current-directory-override (and t t)) (pr (and project-current-directory-override (project-current t dir)))) (if pr (project-find-file-in nil nil pr) nil))) ((call-interactively #'find-file)))
- (let* ((default-directory (file-truename dir)) (projectile-project-root (doom-project-root dir)) (projectile-enable-caching projectile-enable-caching)) (cond ((and projectile-project-root (file-equal-p projectile-project-root default-directory)) (if (doom-project-p default-directory) nil (setq projectile-enable-caching nil)) (call-interactively (if (doom-module-p :completion 'ivy) #'counsel-projectile-find-file #'projectile-find-file))) ((and (and (boundp 'ivy-mode) ivy-mode) (fboundp 'counsel-file-jump)) (call-interactively #'counsel-file-jump)) ((and (and (boundp 'helm-mode) helm-mode) (fboundp 'helm-find-files)) (call-interactively #'helm-find-files)) ((let* ((project-current-directory-override (and t t)) (pr (and project-current-directory-override (project-current t dir)))) (if pr (project-find-file-in nil nil pr) nil))) ((call-interactively #'find-file))))
- doom-project-find-file("c:/Users/Beni/.doom.d/")
- doom/find-file-in-private-config()
- funcall-interactively(doom/find-file-in-private-config)
- command-execute(doom/find-file-in-private-config)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement