Re: [twmode-users] r をタイプした時の反応

2013-02-11 スレッド表示 Ikumi Keita
> すみません。遅くなりましたが修正しました。

  ありがとうございます。

> 井汲さんのpatchでは
...
> という形でしたがこれは
...
> や
...
> と同じ結果のようです。
> 分かりやすいように(t nil)の形にして取り込みました。

  その辺りはお任せします。元々、「doc string の
Return non-nil if one or more statuses are rendered.
Return nil if no statuses are rendered.
からすると、このコードを書いた人の意図としてはこっちなのだろう」くらいの
ことしか考えてなかった修正ですので。

井汲 景太

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
twmode-users mailing list
twmode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/twmode-users


Re: [twmode-users] r をタイプした時の反応

2013-02-10 スレッド表示 Tadashi MATSUO
松尾です。

すみません。遅くなりましたが修正しました。
いただいたpatchのようにcondのclauseにnilを与えると
どうなるかよく分かっていなかったのですが、単に無視される
みたいですね。

井汲さんのpatchでは

(cond
 ((condition1)
  result1)
 ((condition2)
  result2)
 nil)

という形でしたがこれは

(cond
 ((condition1)
  result1)
 ((condition2)
  result2))

や

(cond
 ((condition1)
  result1)
 ((condition2)
  result2)
 (t
  nil))

と同じ結果のようです。
分かりやすいように(t nil)の形にして取り込みました。
ご指摘ありがとうございました。

---
松尾 直志 

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
twmode-users mailing list
twmode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/twmode-users


Re: [twmode-users] r をタイプした時の反応

2013-02-06 スレッド表示 Ikumi Keita
> 僕のところでは、この修正はうまく効いていまして、
> 有難く使わせていただいています。

> 更に 
>   pkgsrc/wip/twittering-mode
> にも patch を入れて見ました。

> ありがとうございます。

  おそれいります。全然大した変更ではありませんが(笑)。

(cvmat さんからは早い段階で「近々取り込む」と連絡を頂いてますので、放置
されてるというわけではありません。念のため)

井汲 景太

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
twmode-users mailing list
twmode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/twmode-users


Re: [twmode-users] r をタイプした時の反応

2013-02-06 スレッド表示 藤原 誠/ Makoto Fujiwara
>藤原 誠
僕のところでは、この修正はうまく効いていまして、
有難く使わせていただいています。

更に 
  pkgsrc/wip/twittering-mode
にも patch を入れて見ました。

ありがとうございます。
---
(藤原)

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
twmode-users mailing list
twmode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/twmode-users