はやみずです

> 添付ファイルのように変更すると間隔が狭まります。私自身は
> 普段icon表示をしていないのですが、普段お使いの方には
> どちらが良いんでしょうか。

これは変更してしまってよいと思います。初期の実装をした人がなぜかこのよ
うに実装していたというだけで、アイコン表示のon/offで改行が変わるのは不
自然でしょう。


At Sun, 17 Jan 2010 01:25:10 +0900 (JST),
Tadashi MATSUO wrote:
> 
> [1  <text/plain; iso-2022-jp (7bit)>]
> 松尾です。
> 
> twittering-format-status()内の、profile-imageの
> 定義(flet)ですがiconの裏の文字列が"\n  "になって
> います。icon表示時にstatus間の間隔が開くのは
> どうやらこのためのようです。
> 
> 添付ファイルのように変更すると間隔が狭まります。私自身は
> 普段icon表示をしていないのですが、普段お使いの方には
> どちらが良いんでしょうか。
> 
> ---
> 松尾 直志 <t...@mymail.twin.jp>
> [2 modify-icon-string.patch <text/plain; us-ascii (7bit)>]
> diff -r 65dda44e915f twittering-mode.el
> --- a/twittering-mode.el      Fri Jan 15 01:11:45 2010 +0900
> +++ b/twittering-mode.el      Sun Jan 17 01:22:48 2010 +0900
> @@ -1918,7 +1918,7 @@
>        (profile-image
>         ()
>         (let ((profile-image-url (attr 'user-profile-image-url))
> -             (icon-string "\n  "))
> +             (icon-string " "))
>           (unless (gethash
>                    `(,profile-image-url . ,twittering-convert-fix-size)
>                    twittering-image-data-table)
> @@ -1928,7 +1928,7 @@
>             (let ((display-spec
>                    (twittering-make-display-spec-for-icon profile-image-url)))
>               (when display-spec
> -               (set-text-properties 1 2 display-spec icon-string)))
> +               (set-text-properties 0 (length icon-string) display-spec 
> icon-string)))
>             icon-string)
>           ))
>        (make-string-with-url-property
> [3  <text/plain; us-ascii (7bit)>]
> ------------------------------------------------------------------------------
> 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
> [4  <text/plain; iso-2022-jp (7bit)>]
> _______________________________________________
> twmode-users mailing list
> twmode-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/twmode-users

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

メールによる返信