Go to the first, previous, next, last section, table of contents.

(プロセスに関する)その他のことがら

Function: accept-process-output &optional process

この関数は、 (プロセスから)ペンディングされている出力を (Emacs で)読み込む よう指示します。プロセスのバッファに読み込まれるか、フィルター関数に与えら れます。 process が non-nil の場合、プロセスからの出力を受け取るまでリター ンしません。

Function: waiting-for-user-input-p

この関数は、 (Emacs が)ユーザーからのキーボード入力を待っている場合 non- nil を返し、そうでない場合 nil を返します。これは非同期プロセスの出力フィ ルターや sentinel で用いることを意図したものです(これはチェックすること!!)


Go to the first, previous, next, last section, table of contents.