Search found 2 matches

by _j_
Thu Feb 07, 2013 5:01 pm
Forum: Emacs Lisp
Topic: Wrong type argument: stringp, nil error
Replies: 1
Views: 17159

Re: Wrong type argument: stringp, nil error

The problem was solved. If somebody else will need it solution is here:
http://stackoverflow.com/questions/1476 ... -nil-error
by _j_
Thu Nov 08, 2012 2:46 pm
Forum: Emacs Lisp
Topic: Wrong type argument: stringp, nil error
Replies: 1
Views: 17159

Wrong type argument: stringp, nil error

I need to use update-directory-autoloads function in a little el-script. When I'm trying to call this function with an argument that is a name of a directory I receive this error: Wrong type argument: stringp, nil.
Call looks like this:
(update-directory-autoloads "~/test")