zsh-workers
 help / color / mirror / code / Atom feed
From: "Matt Wozniski" <godlygeek@gmail.com>
To: zsh-workers@sunsite.dk
Subject: fg call in function: bug?
Date: Fri, 3 Nov 2006 20:15:07 -0500	[thread overview]
Message-ID: <17393e3e0611031715m7a189c43t46f5b0807490f129@mail.gmail.com> (raw)

Ok, I have an even weirder test case for the "job control in cursh
construct" bug... No arguments, %-, %+, and even %2 work as expected,
but %1 doesn't?

~>{ jobs }
~>jobs
~>
~>{ jobs %- }
jobs: no previous job
~>jobs %-
jobs: no previous job
~>
~>{ jobs %+ }
jobs: no current job
~>jobs %+
jobs: no current job
~>
~>{ jobs %1 }
~>jobs %1
jobs: %1: no such job
~>
~>{ jobs %2 }
jobs: %2: no such job

~Matt
~>jobs %2
jobs: %2: no such job


         reply	other threads:[~2006-11-04  1:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-04  0:39 Matt Wozniski
2006-11-04  1:15 ` Matt Wozniski [this message]
2006-11-04  2:50   ` Bart Schaefer
     [not found]     ` <17393e3e0611031856v21f9bc19k9a9f25ff5ef002ba@mail.gmail.com>
2006-11-04  2:57       ` Matt Wozniski
2006-11-04 18:10         ` Bart Schaefer
2006-11-06 12:27   ` Peter Stephenson
2006-11-06 12:22 ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=17393e3e0611031715m7a189c43t46f5b0807490f129@mail.gmail.com \
    --to=godlygeek@gmail.com \
    --cc=mjw@drexel.edu \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).