Changeset 21454 for lang/gauche
- Timestamp:
- 10/17/08 00:17:09 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/gauche/oldtype/trunk/Kahua/oldtype/oldtype/oldtype-mode.el
r21132 r21454 25 25 ;; 26 26 ;; How to nstall and How to use: 27 ;; http://oldtype.sumibi.org/ 27 ;; http://oldtype.sumibi.org/show-page/oldtype-mode 28 28 ;; 29 29 ;; 30 30 ;; ChangeLog: 31 ;; [0.0.9] 32 ;; 1. Bugfix: 'Converting URL to ##(amazon ASIN) command' feature generates wrong ASIN code. 33 ;; 31 34 ;; [0.0.8] 32 35 ;; 1. Fixed bug: illegal ASINCODE of amazon and VIDEOCODE of youtube use for image file creation. … … 57 60 ;; 58 61 ;; 59 (defconst oldtype-version "0.0. 8")62 (defconst oldtype-version "0.0.9") 60 63 61 64 (defconst oldtype-wikiname-face 'oldtype-wikiname-face) … … 670 673 (_url_amazon-pattern 671 674 "\\(http://.*amazon[.]c.*\\)/\\([0-9A-Z-][0-9A-Z-][0-9A-Z-][0-9A-Z-][0-9A-Z-][0-9A-Z-][0-9A-Z-][0-9A-Z-][0-9A-Z-][0-9A-Z-]\\)[^0-9A-Z-]?\\(.*\\)") 675 (_url_amazon-pattern-part 676 "/dp/\\([0-9A-Z-][0-9A-Z-][0-9A-Z-][0-9A-Z-][0-9A-Z-][0-9A-Z-][0-9A-Z-][0-9A-Z-][0-9A-Z-][0-9A-Z-]\\)") 672 677 (_url_youtube-pattern 673 678 "\\(http://.*youtube[.]com/watch\\?v=\\)\\([0-9A-Za-z_-]+\\)\\(.*\\)")) … … 734 739 (e (match-end 3)) 735 740 (title (oldtype-fetch-html-title url))) 741 (message str) 742 (when (string-match _url_amazon-pattern-part str) 743 (setq asin (match-string 1 str))) 736 744 (delete-region s e) 737 745 (goto-char s)
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)