Rahguzar writes: Hi Rahguzar, > Actually I see what is happening now. `cus-test-deps` is checking if it > can load the files defining the custom variables. None of the files in > lisp/leim/quail are on the load path. The cases where require succeeds > it is because some other file with the same file-name-non-directory is > on the load path e.g. for indian.el it is, > > lisp/language/indian.el > > which does not define any custom variable. > > I think the problem is with the test. Good catch! One possible solution is to add the quail/ subdirectory to load-path, temporarily. Like this: