9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Dan Cross <cross@math.psu.edu>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] ls
Date: Mon, 11 Nov 2002 12:13:44 -0500	[thread overview]
Message-ID: <200211111713.gABHDji04495@augusta.math.psu.edu> (raw)
In-Reply-To: Your message of "Mon, 11 Nov 2002 16:33:17." <aa252d0160c896e39b492fe6f1675ff7@vitanuova.com>

> and, in /acme/mail/src/mail.c:
>
> int isrcspecial(int c)
> {
> 	char *s;
> 	for (s = "`^#*[]=|\\?${}()'<>&;"; *s; s++)
> 		if (*s == c)
> 			return 1;
> 	return 0;
> }

Yuck.  I feel compelled to ask again: can we please put this in a
library?

	- Dan C.



  reply	other threads:[~2002-11-11 17:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-11 16:33 rog
2002-11-11 17:13 ` Dan Cross [this message]
2002-11-11 17:17   ` Dan Cross
2002-11-11 17:15 Russ Cox

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=200211111713.gABHDji04495@augusta.math.psu.edu \
    --to=cross@math.psu.edu \
    --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).