松尾です。
twittering-format-status()内の、profile-imageの
定義(flet)ですがiconの裏の文字列が"\n "になって
います。icon表示時にstatus間の間隔が開くのは
どうやらこのためのようです。
添付ファイルのように変更すると間隔が狭まります。私自身は
普段icon表示をしていないのですが、普段お使いの方には
どちらが良いんでしょうか。
---
松尾 直志 <[email protected]>
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
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/twmode-users