Skip to content

Instantly share code, notes, and snippets.

@zaiste
Last active September 26, 2018 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zaiste/7a11b67f41eed62581bf096c00127868 to your computer and use it in GitHub Desktop.
Save zaiste/7a11b67f41eed62581bf096c00127868 to your computer and use it in GitHub Desktop.
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