[xyzzy:08154] Re: 正規表現の日本語判定と抽出おせえて ( _ _ )/'
- Subject: [xyzzy:08154] Re: 正規表現の日本語判定と抽出おせえて ( _ _ )/'
- From: "OkadaTakanori" <takanory@xxxxxxxxxxxxxxxxxxx>
- X-mailer: Microsoft Outlook Express 6.00.2600.0000
おかぴょんです。
中田さん,こんばんわ。
> インタラクティブに検索するなら ".*?\sj.*?" 。
この \sj の意味は日本語って意味なんでしょうか?
> こんな関数を用意すれば、お望みの部分がkill-ringにコピーされます。
>
> (defun copy-quoted-japanese ()
> (interactive)
> (when (or (looking-at "\".*?\\sj.*?\"")
> (re-search-forward "\".*?\\sj.*?\""))
> (copy-region-as-kill (match-beginning 0) (match-end 0))
> (goto-char (match-end 0))))
正直,どう使って良いか解りませんでした。
M-x lisp-interactive-mode
して目的の文章の 先頭に上のコードをコピーして,コードの終わりで
C-Enter したのですが。C-y しても kill-ring をとりだせませんでした。
どうしませう (O。O)?
参考にした kill-ring の書かれたページ
http://isweb27.infoseek.co.jp/computer/kadd/xyzzy_c.html
takanory@xxxxxxxxxxxxxxxxxxx
_&&& &&&_
_★ ★_
+
/
〜〜
おかぴょん