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

プロセスタイプ

プロセスは、ある仕事を行なうために spawn された(訳注:作り出された)サブプロセ スを指す(複雑な)データ構造です。 Emacs とサブプロセスとの間で、テキストとシグ ナルとがやりとりされます。プロセスは read シンタックスを持ちません。プロセス は、プロセス名を示すハッシュノーテーションを print します。

      (process-list)
           => (#<process shell>)

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