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

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



toyoshi.kabata@xxxxxxxxxさん、こんにちは。

	2001年6月29日(金)[00:30:07]の、
	[xyzzy:07208] ヘッダのタグジャンプ?
	への返事です。

|   この"hoge.h"を一発でオープンするようにするには、どのようにすればいいの
| でしょうか?

こんな。

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

-- 
亀井哲弥(KAMEI Tetsuya)
kamei@xxxxxxxxxxxx

Index Home