Gauche > Archives > 2010/02/25

2010/02/25 00:54:36 UTCenami
#
http://practical-scheme.net/chaton/gauche/a/2010/02/19#entry-4b7e745e-9b402 の gauche-info-index で飛んだ先ってずれません?
2010/02/25 00:55:15 UTCenami
#
emacs のバージョンにもよるのかもしれないけど、
2010/02/25 00:55:52 UTCenami
#
=== modified file 'lisp/info.el'
--- lisp/info.el        2010-02-10 20:04:51 +0000
+++ lisp/info.el        2010-02-25 00:51:20 +0000
@@ -3062,7 +3062,8 @@
          num (1- num)))
   (Info-goto-node (nth 1 (car Info-index-alternatives)))
   (if (> (nth 3 (car Info-index-alternatives)) 0)
-      (forward-line (1- (nth 3 (car Info-index-alternatives))))
+      (forward-line (- (nth 3 (car Info-index-alternatives))
+                      (line-number-at-pos)))
     (forward-line 3)                   ; don't search in headers
     (let ((name (car (car Info-index-alternatives))))
       (Info-find-index-name name)))
2010/02/25 00:56:09 UTCenami
#
でないといけないような。
2010/02/25 01:41:42 UTCshiro
#
そう言えばたしかに見出しの一行先に飛びますね。バグのような気もするけどもしかすると意図してるのかもしれない? Emacsの開発陣に聞いてみないとわからないな。
2010/02/25 02:17:01 UTCenami
#
インストールしてあるので一番古い emacs 20.7 では emacs の info で (Info-goto-node "Expanding Abbrevs") を実行すると見えている Buffer の一番最初の File: emacs の F の前に point がくるけど、最近の Emacs だとその後の空行のところに来ますね。
#
その辺で追従しきれてないのかな。
2010/02/25 02:19:13 UTCenami
#
とりあえず bug report しておくか