松尾です。

下記の変更を
http://github.com/cvmat/twittering-mode/tree/new-timeline-spec
にcommitしました。

・mode-lineの表示を"twittering-mode :friends[ssl]"のように
  空白で区切る
・timeline spec string内で $name のような形で利用できる
  bookmark機能を追加
・その他細かい修正

bookmarkは
(setq twittering-timeline-spec-bookmark
      '(("FRIENDS" . "(USER1+USER2+USER3)")
        ("TO_ME" . "(:mentions+:retweets_of_me+:direct-messages)")))
のように定義しておくと $FRIENDS や $TO_ME がtimeline spec
string内で使えるようになります。

bookmark定義内で別のbookmarkを参照できますが、間接的に自己
参照を含むような定義はエラーになります。

また、取得指示の出たtimelineと取得したtimelineを管理する変数を
それぞれ twittering-last-requested-timeline-spec-string と
twittering-last-retrieved-timeline-spec-string に変更しました。
両者ともユーザが入力した文字列の形でtimelineを記憶します。
bookmarkのように同一のtimelineに対して複数の表現が可能な場合に
ユーザが入力したものをhistoryに残し、mode-lineに表示できるよう
にするためです。

---
松尾 直志 <t...@mymail.twin.jp>

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

メールによる返信