[xyzzy:07215] Re: ヘッダのタグジャンプ?
- Subject: [xyzzy:07215] Re: ヘッダのタグジャンプ?
- From: toyoshi.kabata@xxxxxxxxx
- X-mailer: KaMail-0.0.2.3 on xyzzy-0.2.1.186 (windows-me)
- X-yzzy-version: 0.2.1.186
KAMEI Tetsuyaさん、こんにちは。
2001年6月29日(金)[12:28:18] に、
”[xyzzy:07211] Re: ヘッダのタグジャンプ?” で
KAMEI Tetsuya さんは書きました。
> こんな。
>
> (defun foo ()
> (interactive)
> (find-file (save-excursion
> (goto-bol)
> (or (and (looking-at "^[ \t]*#[ \t]*include[ \t]*\"\\(.+\\)\"")
> (let ((name (match-string 1)))
> (and (file-exist-p name) name)))
> (error "ないっす")))))
>
ありがとうございました。
思い通りの動作にする事ができました。