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

[xyzzy:02087] Re: オートインデントが変?



亀井さん、こんにちは。

        Wed, 10 Mar 1999 15:24:56 +0900 の
        [xyzzy:02086] Re: オートインデントが変?
        に関するメールにお答えします。

> エバってる内容が、カレントバッファを変更してるってことはないん
> ですよね?(^^;

あれ、もしかして、これのせい?

(defun lisp-indent-buffer ()
  (interactive "*")
  (goto-char (point-min))
  (while (not (eobp))
	(lisp-indent-line)
	(forward-line 1)))

でも interactive だから、影響ないですよね? それに、どこにも ^B 
を入れろなんていうのはないし...。

しかし、もしも、そうだったら、ごめんちゃい(^^;。

--------
須田誠也(suda seiya)
EZU11330@xxxxxxxxxxx
http://member.nifty.ne.jp/seiya-suda/

Index Home