Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
*Backtrace*(2007-09-25)
[go: Go Back, main page]

書いてる人: 高橋カヲル | [mixi] | [PGP] | [TETRiS DS] | [portscout] | [RSS]

トップ «前の日記(2007-09-24) 最新 次の日記(2007-09-26)» 編集

*Backtrace*

1999|12|
2000|01|02|03|04|05|06|07|08|09|10|11|12|
2001|01|02|03|04|05|06|07|08|09|10|11|12|
2002|01|02|03|04|05|06|07|08|09|10|11|12|
2003|01|02|03|04|05|06|07|08|09|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|

2007-09-25

_ R*PADのリマインダ登録用メールアドレス調べるの面倒

R*PADの登録用メールアドレスをいちいち調べるのが面倒になってきたので、M-x rpadでいけるようにしてみた。

(defvar rpad-mail-address "XXXXXXX at rpad.jp")
(defun rpad (&optional arg)
  "R*PAD."
  (interactive "P")
  (if arg
      (compose-mail-other-frame rpad-mail-address)
    (compose-mail-other-window rpad-mail-address))
  (mail-position-on-field "Subject"))

mail-user-agentの設定はこんな感じですでにやってある。

(autoload 'wl "wl" nil 'interactive)
(autoload 'wl-draft "wl" nil 'interactive)
(autoload 'wl-user-agent-compose "wl-draft" nil 'interactive)
(when (boundp 'mail-user-agent)
  (setq mail-user-agent 'wl-user-agent))
(when (fboundp 'define-mail-user-agent)
  (define-mail-user-agent
    'wl-user-agent
    'wl-user-agent-compose
    'wl-draft-send
    'wl-draft-kill
    'mail-send-hook))			; no wl-send-hook?

普通の人だったらアドレス帳使うといいと思うんだ。

本日のリンク元
その他のリンク元
検索

トップ «前の日記(2007-09-24) 最新 次の日記(2007-09-26)» 編集

謎 queue & status

Powered by 早起き生活
[Powered by OpenBSD] [Powered by たん清] [やる気のないサイト] Valid HTML 4.01 Strict Page Rank Checker [VALID RSS!] RSS feed meter for http://triaez.kaisei.org/~kaoru/diary/