松尾です。

ec526507d3bb0e0f4f5988b958cc9f5626d7cba1のcommitで
自動更新時にtweetが重複して表示される件は解決できたと
思います。

(let* ((buf-id (get-text-property pos 'id))
       (next-pos (twittering-get-next-status-head pos)))
  (cond
   ((null buf-id)
    nil)
   ((null next-pos)
    ;; Failed to find the next status.
    (setq pos (point-max))
    nil)
   ((twittering-status-id< id buf-id)
    (setq pos next-pos)
    t)
   (t
    nil)))

の部分で、(null next-pos)のときに現在位置のtweetを見ない
まま(setq pos (point-max))していたのが原因でした。

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

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
twmode-users mailing list
twmode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/twmode-users

メールによる返信