Gauche > Archives > 2015/04/25

2015/04/25 22:36:59 UTCshiro
#
$ ./gosh -ftest -I../../Gauche-makiki
gosh> (use makiki.cgi)
#<undef>
gosh> (use makiki)
#<undef>
gosh> (ed cgi-handler)
Editor name (or just return to abort): emacsclient
#
edつけてみた。エディタは環境変数GAUCHE_EDITORやEDITORでも指定可。ファイルを更新してセーブした場合、リロードするかどうか聞いてくる。とりあえずこんなもんで使ってみる。