On Fri 17 Feb 2012 23:49, l...@gnu.org (Ludovic Courtès) writes: > Would it work to let the user call it themself if needed, like: > > (add-to-load-path (dirname (canonicalize-path (current-filename))))
I would rather have current-filename do a (or (false-if-exception (canonicalize-path p)) p) Current-filename sounds like it should do the right thing, if possible. Andy -- http://wingolog.org/