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

[xyzzy:03180] Re: interactive の引数



花井さん、こんにちは。

    Mon, 23 Aug 1999 23:36:25 +0900 の
   “[xyzzy:03179] Re: interactive の引数”
    への返事です.

あー、逆でした。

  b       {ECP }[buffer]          バッファ名。
  B       { CP }[buffer/string]   バッファ名。

が正しいです。ただし、b はバグっているので、バッファが
存在しない場合 nil になってしまいます(^^;

| ;;; dolist-setq-concat 辺りがなんか、垢抜けない気が...

  (with-output-to-string (so)
    (dolist (s arg)
      (format so "type: ~14A value: ~A~%" (type-of s) s)))

  (with-output-to-string (so)
    (mapc #'(lambda (s)
	      (format so "type: ~14A value: ~A~%" (type-of s) s))
	  arg))

  (apply #'concat (mapcar #'(lambda (s)
			      (format nil "type: ~14A value: ~A~%" (type-of s) s))
			  arg))

...あまりスマートな手段はなさそうですね。


| あれ?ダイアログ開きます? ん〜、操作がわかんないので保留。

ワイルドカードを指定すれば。

| これはマークがこなくて、選択範囲だけみたいです。

選択開始位置にあるマークのつもりだったんですが、そうい
う(どういう?)意味では開始位置でいいかも。

--
亀井哲弥(Tetsuya Kamei)
kamei@xxxxxxxxxxxx/JCA00343@xxxxxxxxxxx

Index Home