9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: geoff@plan9.bell-labs.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] termrc changes
Date: Tue, 28 Nov 2006 14:37:25 -0500	[thread overview]
Message-ID: <85ddf2f6f3d679b9fc463f5dda358380@plan9.bell-labs.com> (raw)
In-Reply-To: <96c995c7f80addcb2620cc3dde33e755@plan9.jp>

The new termrc avoids using test when looking for swap partitions.
The old termrc sometimes invoked test as

	test -f file1 file2

which is incorrect, though tolerated by the new test command because
of the need to tolerate unprocessed arguments in the presence of
short-circuit -a and -o evaluation.  If test were modified to process
all its arguments at the start (presumably building an expression
tree), it could then complain about excess arguments again.



  reply	other threads:[~2006-11-28 19:37 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-28 17:35 Joel Salomon
2006-11-28 19:37 ` geoff [this message]
2006-11-28 20:11   ` Richard Miller
2006-11-29  4:43   ` Lucio De Re
2006-11-29 14:54     ` ron minnich
2006-11-29 16:39       ` Lucio De Re
2006-11-29 16:40       ` Russ Cox
2006-11-29 16:50         ` ron minnich
2006-11-30  0:37           ` erik quanstrom
2006-11-30  1:15             ` Martin Neubauer
2006-11-30  0:29       ` erik quanstrom
2006-11-30  0:34         ` ron minnich
2006-11-29 20:40     ` Georg Lehner
2006-11-30  4:34       ` Lucio De Re
2006-11-30  4:35         ` geoff
2006-11-30  4:58           ` Lucio De Re
2006-11-29  9:19 Fco. J. Ballesteros
2006-11-29 18:47 ` geoff
2006-11-29 18:59   ` Francisco J Ballesteros
2006-11-29 20:08     ` Charles Forsyth
2006-12-01  1:19   ` John Floren
2006-12-01  1:38     ` geoff
2006-12-01  2:09       ` Bruce Ellis
2006-12-01  3:11         ` John Floren
2006-12-01  3:15           ` Bruce Ellis

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=85ddf2f6f3d679b9fc463f5dda358380@plan9.bell-labs.com \
    --to=geoff@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    /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.
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).