Lars Ingebrigtsen writes: > Thierry Volpiatto writes: > >> ;; FIXME: This is a sanity check. When this error >> ;; doesn't happen for a while, it can be removed. >> - (or (file-name-absolute-p localname) >> + (or (file-name-absolute-p (expand-file-name localname)) > > This patch is the same as removing that sanity check, though, since > expand-file-name always returns an absolute name. The purpose of this patch is to show where the problem is... -- Thierry