zsh-workers
 help / color / mirror / code / Atom feed
* [beta20] job control bug?
       [not found] <199606071538.RAA11952@bolyai.cs.elte.hu>
@ 1996-06-07 16:39 ` Mark Borges
  0 siblings, 0 replies; only message in thread
From: Mark Borges @ 1996-06-07 16:39 UTC (permalink / raw)
  To: zsh-workers


[ Though the following was obtained from the test1 release, I'm still
seeing it in the beta20 just released today ]

Here's a strange sequence.

I had stopped an xemacs process, did an rlogin to another host (named
`roberts' below), and suspended that session via `~^Z'.

Now look,

  zsh: 13190 suspended  rsh roberts
  $ %1
  /usr/bin/fg[8]: fg: no such job # /usr/bin/fg?? what?
  $ which fg
  fg: shell built-in command
  $ jobs
  [1]  - 13084 suspended  xemacs
  [3]  + 13190 suspended  rsh roberts
  $ %1
  /usr/bin/fg[8]: fg: no such job
  $ %xemacs
  /usr/bin/fg[8]: fg: no such job
  $ setopt autoresume
  $ xemacs
  /usr/bin/fg[8]: xemacs: Arguments must be %job or process ids
  $ jobs
  [1]  - 13084 suspended  xemacs
  [3]  + 13190 suspended  rsh roberts
  $ fg
  [3]  - continued  rsh roberts

at which point I logged off of roberts and was able to resume the
xemacs process.

Both hosts are solaris-2.5 machines running zsh-2.6-beta20-test1. In
case it's relevant, my login shell is /bin/csh (I exec zsh out of a
.cshrc file).

-- 
  -mb-



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-06-07 16:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <199606071538.RAA11952@bolyai.cs.elte.hu>
1996-06-07 16:39 ` [beta20] job control bug? Mark Borges

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).