[Date Prev] [Date Index] [Date Next]
[Thread Prev] [Thread Index] [Thread Next]

[xyzzy:04774] Re: kamail  について



HATTORI Masashiさん、こんにちは。

	2000年7月26日(水)[12:20:04]の、
	[xyzzy:04773] Re: kamail  について
	への返事です。

> すいません。簡単に変えられるようにはなってないです。
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ありがとうございます。
この言葉でキッパリ諦められます(^^;)

> 日付より右を変えるなら、kamail-summary.lの
> 
> 	kamail-insert-summary-line
> 	kamail-summary-line-attribute
> 
> の中を変えるだけでいけそうな気がしますが。

このへんは、僕にはソースを見ても理解できないので止めておくほうが無難ですね
愚か者の結末:
kamail-summary.lを開いて眺める
kamail-insert-summary-line:
(set-text-attribute (point)
(let ((from (or (get-header-value "from" header) ""))).......:bold bold)
(set-text-attribute (point)
(progn (when indent (insert indent))
 (let ((subject (get-header-value "subject" header) "")).......:bold bold)
 この順を変える。。。
kamail-summary-line-attribute:
    (set-text-attribute (point)
			(progn
			  (goto-column *kamail-column-wide-subject*)
			  (point))
			'name
			:foreground *kamail-summary-name-forecolor*
			:bold bold)
    (set-text-attribute (point)
			(progn
			  (goto-eol)
			  (point))
			'subject
			:foreground *kamail-summary-subject-forecolor*
			:bold bold)
この順を変える。。。
結果。。。死亡(^^;)
ある程度lispを覚えたほうが良いみたいですね
返信ありがとうございました

Index Home