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

[xyzzy:00529] Re: info



亀井さん、こんにちは。

[xyzzy:526] [xyzzy:527] どうもです。

次のようにすると、info-edit してから save するときに
ファイル名がありませんと言われなくてすむようです
が、これでいいでしょうか?
-----------------------------------
(defun Info-set-mode-line ()
  (setq mode-line-format
 (concat
  "-- Info:  ("
  (if Info-current-file
      (file-namestring Info-current-file)
    "")
  ") "
  (or Info-current-node "")
  "(%M) [%k:%l] %P %f")))

----------
須田誠也
EZU11330@xxxxxxxxxxx

Index Home