Newsgroups: fj.editor.emacs
Path: galaxy.trc.rwcp.or.jp!jaist-news!cs.titech!nirvana.cs.titech!wnoc-tyo-news!sh.wide!wnoc-kyo!kuis!kuamp!harada
From: harada@kuamp.kyoto-u.ac.jp (Harada Kenji)
Subject: delete process for rsh command ?
Message-ID: <1993Dec10.020238.13554@kuamp.kyoto-u.ac.jp>
Sender: news@kuamp.kyoto-u.ac.jp (USENET News System)
Organization: Applied Systems Science, Kyoto University, Kyoto, JAPAN
X-Newsreader: mnews [version 1.16PL4]
Distribution: fj
Date: Fri, 10 Dec 1993 02:02:38 GMT
Lines: 32
Xref: galaxy.trc.rwcp.or.jp fj.editor.emacs:4270
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.editor.emacs&nb=4270&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.

  $B$3$s$K$A$O!"$O$i$@!w5~Bg$G$9!#(B
  emacs-lisp$B$G%D!<%k$r=q$$$F$_$h$&$H$7$F$$$^$9$,JQ$J8=>]$,(B
  $B5/$-$F:$$C$F$$$^$9!#(B

  $B!N8=>]!O(B
      (start-process "foo" nil "rsh" "machine-B" "endless")
      $B$G(B machine-B$B$G<!$N$h$&$J(B endless $B$H$$$&%9%W%j%W%H$r(B
      $BN)$A>e$2$F$$$^$9!#(B

      % cat endless
      #!/bin/sh
      while 
      :
      do
      ....... -------> $B$3$3$K$O?'!9$J%3%^%s%I$,=q$$$F$"$j$^$9!#(B
      sleep 5
      done

      $B$3$3$G(B(delete-process "foo")$B$J$I$G%W%m%;%9$r(Bkill$B$7$F$b!"(B
      machine-B$B$G$O(Bendless$B$,;D$C$F$7$^$$$^$9!#(Bemacs$B$r=*N;$7$F(B
      $B$b$^$@;D$C$F$$$^$9!#(B

  $B$3$N$h$&$K(B rsh$B$GN)$A>e$2$?%3%^%s%I$r$A$c$s$H(BKILL$B$G$-$J$$$N$O(B
  $B$3$A$i$N%5%$%H$N(Bmachine-B$B$N@_Dj$,0-$5$7$F$$$k$N$G$7$g$&$+!)(B 
  $B$=$l$H$b(Bemacs-lisp$B$G9)IW$7$F2r7h$G$-$k$N$G$7$g$&$+!)(B

  $B$h$m$7$/$*4j$$$7$^$9!#(B

      $B5~ETBg3X(B  $B9)3XIt(B
      $B1~MQ%7%9%F%`2J3X@l96(B  $B=$;N#22s@8(B
      $B%7%9%F%`4pACO@9V:B(B  $B$O$i$@$1$s$8!J86ED7r<+!K(B
      ( e-mail:harada@kuamp.kyoto-u.ac.jp )
