comparison lisp/mh-e/mh-xface.el @ 80053:1d2ca180d05b

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 05 Feb 2008 14:13:28 +0000
parents 3c2488d0ebd9
children f991f10f15ec
comparison
equal deleted inserted replaced
80052:ab03fcd4dc80 80053:1d2ca180d05b
358 358
359 (defun mh-x-image-url-cache-canonicalize (url) 359 (defun mh-x-image-url-cache-canonicalize (url)
360 "Canonicalize URL. 360 "Canonicalize URL.
361 Replace the ?/ character with a ?! character and append .png. 361 Replace the ?/ character with a ?! character and append .png.
362 Also replaces special characters with `mh-url-hexify-string' 362 Also replaces special characters with `mh-url-hexify-string'
363 since not all characters, such as :, are legal within Windows 363 since not all characters, such as :, are valid within Windows
364 filenames. In addition, replaces * with %2a. See URL 364 filenames. In addition, replaces * with %2a. See URL
365 `http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/ifaces/iitemnamelimits/GetValidCharacters.asp'." 365 `http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/ifaces/iitemnamelimits/GetValidCharacters.asp'."
366 (format "%s/%s.png" mh-x-image-cache-directory 366 (format "%s/%s.png" mh-x-image-cache-directory
367 (mh-replace-regexp-in-string 367 (mh-replace-regexp-in-string
368 "\*" "%2a" 368 "\*" "%2a"
369 (mh-url-hexify-string 369 (mh-url-hexify-string