[xyzzy:00578] Re: info
- Subject: [xyzzy:00578] Re: info
- From: "Seiya Suda" <EZU11330@xxxxxxxxxxxxxxxx>
- X-mailer: Microsoft Outlook Express 4.72.3110.5
亀井さん、こんにちは。
[xyzzy:00577] Re: info への自己フォローです。
-----------------------------------------------
(while (and (not (eobp))
(scan-buffer "\\(^.*\\): [0-9]+$" :regexp t))
(goto-char (+ (match-end 1) 2))
(setq list (cons (cons (with-input-from-selected-buffer (read))
(buffer-substring (match-beginning 1)
(match-end 1)))
list))
(goto-char (1+ (match-end 0))))
-----------------------------------------------
これでいい?
----------
須田誠也
EZU11330@xxxxxxxxxxx