[xyzzy:04651] Re: Emacs 風 switch-to-buffer
- Subject: [xyzzy:04651] Re: Emacs 風 switch-to-buffer
- From: Yuhki Tsuji <yuhki@xxxxxxxxxxxxxxx>
- X-mailer: Mozilla 4.73 [ja] (Win98; U)
みなさん、ご返事ありがとうございます。
さっそく、千田さんのコードを~/.xyzzyに書き込んでおきました。
SENDA Shigeya wrote:
> >| # builtin.lとかをを眺めるしか方法はないんでしょうか?
> >
> >http://www1.mirai.ne.jp/~gyo/xyzzy/reference.html とか。
> >
>
> 私の求めていたものです。
私も「へなちょこリファレンス作成計画」のinfo版を使わせていただきまし
た。
infoファイルを見るためにYamamoto Shinjiさんが作られたinfo.lを使っていま
す
が(6/19に0.6が公開されたようです)、fコマンド(info-follow-reference)が
うまく動いていないようです。下のパッチを当てれば一応動くようになります
が、
まだ読み込まれていないNote先に飛ぼうとするとエラーになるようです。
***************
--- info.l~ Mon Jun 19 14:27:58 2000
+++ info.l Tue Jun 20 02:45:12 2000
@@ -805,7 +805,7 @@
(while (scan-buffer "\\*note[ \n\t]*\\([^:]*\\):"
:case-fold t :tail t :regexp t)
(setq str (buffer-substring
- (1+ (match-beginning 1))
+ (match-beginning 1)
(1- (point))))
;; See if this one should be the default.
(and (null default)
--
(* ------------------------------------------- *)
(* Yuhki Tsuji mailto:yuhki@xxxxxxxxxxxxxxx *)
(* ------------------------------------------- *)