Emacs Part 39
■ このスレッドは過去ログ倉庫に格納されています
0542名無しさん@お腹いっぱい。
2012/01/06(金) 14:29:08.57(interactive)
(let ((buf (save-excursion
(save-restriction
(widen)
(buffer-substring-no-properties (point-min) (point-max)))))
str)
(save-match-data
(while (and (setq str (read-string "input:"))
(string-match (regexp-quote str) buf))))
(insert (format "%s" (make-my-decoration str)))
))
■ このスレッドは過去ログ倉庫に格納されています