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

[xyzzy:00655] Re: de8-viewer について



亀井さん、こんにちは。須田です。

        Fri, 23 Oct 1998 10:43:20 +0900 の
        [xyzzy:00652] Re: de8-viewerについて
        に関するメールについてです。

> | den8-viewer(subject 欄はスペルミスm(__)m) をキーバイン
> | ドすることもでき、メニューでも使えるようになります?
> 
> 特に何もしないでも、今のままでできます。

メニューの場合エラーになるようです。
恥ずかしいけど見せちゃえ。

          (:popup 'uty "UTY(&U)"
           (:item nil "住所録(&A)"
	    #'(lambda ()
		(interactive)
		(find-file-other-window "d:/root/秘書/住所録.txt")))
           (:item nil "Todo(&T)"
	    'todo)
           (:item nil "電信8号(&D)"
	    #'(lambda ()
		(interactive)
		(setq *launch-app-directory* "c:/Applications/den8")
		(call-process "DENSHIN8.EXE" :no-std-handles t :show :minimize :exec-directory *launch-app-directory*)
		(setq *den8-folder-list* '("c:/Applications/den8/IN" "c:/Applications/den8/OUT"))
		(den8-viewer)))
	   (:item nil "Agpim(&P)"
	    #'(lambda ()
		(interactive)
		(setq *launch-app-directory* "c:/Applications/agpim22")
		(launch-application "Agpim.exe"))))

と、こんなふうにしないと、だめみたいですけど。

> | 手動?
> 
> 手動っていったって、C-x 1 だけだし(^^;

ぎゃ。
--------
須田誠也
EZU11330@xxxxxxxxxxx

Index Home