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

[xyzzy:07520] Re: shell-mode の環境サイズの変更



亀井さんこんにちは。
回答ありがとうございます。

> 試してませんが、これでどうでしょう?
>
>   (setq *eshell* "command.com /e:4096")
>   (setq *shell-ret* "\r")
>   (setq *shell-echo* t)

M-x shellをしたら「名前が衝突するためexportできません」と怒られたので、

   (setq *eshell* "command.com /e:4096")
   (setq editor::*shell-ret* "\r")
   (setq editor::*shell-echo* t)

としてみたら、

   (setq *eshell* "command.com /e:4096")

だけ設定した時と同じ現象になってしまいました。
現象を詳しく書くと、コマンドプロンプトやコマンドの実行結果が表示されず、
exitしてもcommand.comが死にません。
上の設定は.xyzzyとsiteinit.lのどちらで試しても同じでした。
shell.lをいじらないとダメなのでしょうか?

#件名が「環境サイズ」になってました。
#メチャメチャ恥ずかしい。


田家 守一
tange@xxxxxxxxx

Index Home