[xyzzy:04671] Re: Emacs 風 switch-to-buffer
- Subject: [xyzzy:04671] Re: Emacs 風 switch-to-buffer
- From: Yuhki Tsuji <yuhki@xxxxxxxxxxxxxxx>
- X-mailer: Mozilla 4.73 [ja] (Win98; U)
みなさんこんばんは。つじです。
YAMAMOTO Shinji wrote:
> もし症状が頻繁に起こるようなら教えて下さい。
あれからいろいろやってみましたが、再現しませんでした。やはり、勘違い
だったようです。それともう一つ、gコマンド(info-goto-node)なんですが、
現在、表示しているinfoのノードしか選ぶことができません。入力としては
"(info-ja.info)"みたいなものも可能とした方がよいのではないでしょうか。
私は dir に書き込むのがめんどくさくて、よくこの書き方をするのですが、
(info)にPrefixをつけて呼び出してもInfoファイルを選択できますね。
下のパッチでは (info-read-node-name) 内のcompleting-readの
must-match オプションを外してリスト以外の入力も受け付けるように
してみました。
--- info.l.orig Tue Jun 20 11:29:46 2000
+++ info.l Sat Jun 24 00:13:30 2000
@@ -600,7 +600,7 @@
(let* ((completion-ignore-case t)
(completion-table (info-build-node-completions))
(nodename (completing-read prompt completion-table
- :must-match t :case-fold t)))
+ :case-fold t)))
(if (equal nodename "")
(or default
(info-read-node-name prompt))
--
(* ------------------------------------------- *)
(* Yuhki Tsuji mailto:yuhki@xxxxxxxxxxxxxxx *)
(* ------------------------------------------- *)