松尾です。

uriプロパティを設定するのであれば、http://... にも
設定すべきだと思います。
添付したadd-uri-property.patchではどうでしょうか。

uriプロパティが標準的ならuri-in-textをuriに置き換えて
しまう方が良いかもしれませんね。

---
松尾 直志 <t...@mymail.twin.jp>
diff -r e9c6541a308a twittering-mode.el
--- a/twittering-mode.el        Mon Jan 11 02:32:09 2010 +0900
+++ b/twittering-mode.el        Mon Jan 11 22:31:55 2010 +0900
@@ -1498,9 +1498,11 @@
                 `(mouse-face
                   highlight
                   face twittering-uri-face
+                  uri ,(concat "http://twitter.com/"; screen-name)
                   uri-in-text ,(concat "http://twitter.com/"; screen-name))
               `(mouse-face highlight
                            face twittering-uri-face
+                           uri ,uri
                            uri-in-text ,uri))
             text))
          (setq regex-index (match-end 0)) ))
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
twmode-users mailing list
twmode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/twmode-users

メールによる返信