[Date Prev] [Date Index] [Date Next]
[Thread Prev] [Thread Index] [Thread Next]

[xyzzy:07215] Re: ヘッダのタグジャンプ?



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 "ないっす")))))
> 

  ありがとうございました。
  思い通りの動作にする事ができました。

Index Home