Last active
September 26, 2018 15:04
-
-
Save zaiste/7a11b67f41eed62581bf096c00127868 to your computer and use it in GitHub Desktop.
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) | |
string-match("^/tmp_mnt/" nil) | |
abbreviate-file-name(nil) | |
#f(compiled-function (file name) "Look up the directory hierarchy from FILE for a directory containing NAME.\nStop at the first parent directory containing a file NAME,\nand return the directory. Return nil if not found.\nInstead of a string, NAME can also be a predicate taking one argument\n(a directory) and returning a non-nil value if that directory is the one for\nwhich we're looking." #<bytecode 0x43bbfe51>)(nil ".git") | |
funcall(#f(compiled-function (file name) "Look up the directory hierarchy from FILE for a directory containing NAME.\nStop at the first parent directory containing a file NAME,\nand return the directory. Return nil if not found.\nInstead of a string, NAME can also be a predicate taking one argument\n(a directory) and returning a non-nil value if that directory is the one for\nwhich we're looking." #<bytecode 0x43bbfe51>) nil ".git") | |
(if (file-remote-p default-directory) nil (funcall orig-fn file name)) | |
doom*projectile-locate-dominating-file(#f(compiled-function (file name) "Look up the directory hierarchy from FILE for a directory containing NAME.\nStop at the first parent directory containing a file NAME,\nand return the directory. Return nil if not found.\nInstead of a string, NAME can also be a predicate taking one argument\n(a directory) and returning a non-nil value if that directory is the one for\nwhich we're looking." #<bytecode 0x43bbfe51>) nil ".git") | |
apply(doom*projectile-locate-dominating-file #f(compiled-function (file name) "Look up the directory hierarchy from FILE for a directory containing NAME.\nStop at the first parent directory containing a file NAME,\nand return the directory. Return nil if not found.\nInstead of a string, NAME can also be a predicate taking one argument\n(a directory) and returning a non-nil value if that directory is the one for\nwhich we're looking." #<bytecode 0x43bbfe51>) (nil ".git")) | |
projectile-locate-dominating-file(nil ".git") | |
projectile-project-vcs() | |
projectile-get-repo-files() | |
projectile-dir-files-external("~/" "~/") | |
projectile-dir-files("~/" "~/") | |
#f(compiled-function (dir) #<bytecode 0x40dd8b51>)("~/") | |
mapcan(#f(compiled-function (dir) #<bytecode 0x40dd8b51>) ("~/")) | |
cl-mapcan(#f(compiled-function (dir) #<bytecode 0x40dd8b51>) ("~/")) | |
projectile-project-files("~/") | |
projectile--find-file(nil) | |
projectile-find-file(nil) | |
funcall-interactively(projectile-find-file nil) | |
call-interactively(projectile-find-file nil nil) | |
command-execute(projectile-find-file) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment