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

[xyzzy:05120] Re: tag 関係の要望



田村さん、こんにちは。

	2000年9月1日(金)[21:05:57]の、
	[xyzzy:05119] Re: tag 関係の要望
	への返事です。

| その"行"には飛ぶんですが、"桁"が違ってるんです。桁はだめっすか?

んじゃ、とりあえず、こんなんをその辺に書いておいてくだ
さい。そのうち気が向いたら何とかしときます。

(defun global-mark-goto (marker)
  (set-buffer (marker-buffer marker))
  (goto-char (marker-point marker)))

(defun ed::jump-tag-1 (file class name point functionp &optional other-window)
  (when *tags-push-position*
    (global-mark-add))
  (if other-window
      (find-file-other-window file)
    (find-file file))
  (goto-char (or (funcall tags-find-point class name functionp point)
		 point))
  (goto-bol))

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

Index Home