>   - `thumbs-thumbname' makes a simple transformation on the image
> filename to generate a thumbnail filename (taking out slashes and
> changing spaces to underscores). That simple transformation fails on
> Windows (it doesn't modify the ":" in drive:path, for example). I
> could fix that, but instead of playing cat&mouse with unusual chars, I
> think it'd be better to just make a digest of the name (with md5) and
> get rid of the problem. That's addressed in the patch below, too.

Maybe it could use convert-standard-file-name.


        Stefan


_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to