須藤です。

テキスト中...@xxxにもuriプロパティを設定してはどうでしょうか。
uriプロパティを設定しておくとC-cC-vでそのユーザのページをブ
ラウザで開けるようになります。
>From 7f7d440ebd41af5cff4c0e88eead72bec25d7779 Mon Sep 17 00:00:00 2001
From: Kouhei Sutou <k...@cozmixng.org>
Date: Mon, 11 Jan 2010 21:27:58 +0900
Subject: [PATCH] add uri property to @XXX in text.

* twittering-mode.el (twittering-status-to-status-datum)
---
 twittering-mode.el |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/twittering-mode.el b/twittering-mode.el
index 58b083d..d07d8f6 100644
--- a/twittering-mode.el
+++ b/twittering-mode.el
@@ -1466,6 +1466,12 @@ If STATUS-DATUM is already in DATA-VAR, return nil. If not, return t."
 	      (add-text-properties
 	       (match-beginning 1) (match-end 1)
 	       `(screen-name-in-text ,screen-name) text)
+	      (add-text-properties
+	       (match-beginning 1) (match-end 1)
+	       `(mouse-face highlight
+			    uri ,(concat "http://twitter.com/"; screen-name)
+			    face twittering-username-face)
+	       text)
 
 	      (setq pos next-pos)))))
 
-- 
1.6.5.7

------------------------------------------------------------------------------
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

メールによる返信